[Webkit-unassigned] [Bug 12440] REGRESSION: repaints inconsistent or draw incorrect with fixed position elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 27 10:47:32 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12440





------- Comment #16 from kevin at rhubarbproductions.com  2007-01-27 10:47 PDT -------
I've reduced down the code from my site as far as I can with some interesting
combinations of results.

http://test.nationalsalute.com/volunteers/volunteers6.php

Seems to require the following:

another script linked in the head

The fixed div header contains a table or the header is itself a fixed table.

The table has a set width and at least 2 table datas have a set width. The
first td contains the script tag and the 2nd td contains an img.

The img tag doesn't have to take up the full width of the 2nd td, but it has to
 be an image. Removing it or replacing it with a non-breaking space does not
cause the footer to break. Also  for some reason if I remove the picture
background from the table, the problem also goes away.

Also, if refreshing doesn't work, try resizing the window a little and then
refresh. It seems to trigger it quicker.

It's almost as if space is being reserved by the various diva and table widths
as it should, but when the javscript is embedded it thinks it might need more
horz space, trigger the reserving of space at the bottom for the scrollbar, but
when it renders it doesn't need the space.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list