On Tue, 27 Apr 2010 20:54:37 +0200, Johannes Hofmann wrote:
On Sun, Apr 25, 2010 at 11:35:20AM -0400, Dennis Nezic wrote:
On Fri, 23 Apr 2010 23:37:31 +0200, Johannes Hofmann wrote:
On Fri, Apr 23, 2010 at 10:55:23AM -0400, Dennis Nezic wrote:
If you specify a font-family in ~/.dillo/style.css, such as:
* { font-family:sans-serif }
And then visit a page like:
http://www.linuxfromscratch.org/lfs/downloads/6.6/
... it will produce "ghost" lines from the previous rendering before the css was applied. Moving the window, or doing anything else that forces a redraw, cleans it up. (Let me know if you don't see this and I can provide a screenshot.)
Hm, the page does not seem to contain any CSS, so it renders with just the user agent style and the user style (~/.dillo/style.css) even the first time it draws. Maybe it's because of the images that change the layout once loaded? Can you reproduce the issue with load_images=NO?
I've alse seen "ghost" lines on some pages, but could never find the real reason. I only remeber that it depended on timing somehow.
The issue does not appear with load_images=NO ... ie. when it only occurs when images are loaded, and the table cells redrawn, but apparently not rendered automatically. (Until one moves the window, etc.)
http://dennisn.dyndns.org/guest/pubstuff/dillo-ghostlines.jpg http://dennisn.dyndns.org/guest/pubstuff/dillo-ghostlines-gone.jpg
Can you please test this patch http://flpsed.org/tmp/ghostlines.diff It fixes the issue I could reproduce here.
Problem solved! :D