[Webkit-unassigned] [Bug 27656] REGRESSION: Clicking on popup menu changes layout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 11 23:48:17 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27656





--- Comment #5 from Ton Voon <ton.voon at opsera.com>  2009-08-11 23:48:17 PDT ---
A comment at doctype.com
(http://doctype.com/questions/whats-best-way-overcome-safari-4-bug-css-tableless-form)
suggests that a partial redraw could be occuring which is missing the <br> tag
from the field prior to the popup.

This appears to be correct when I run Quartz Debug. On Safari 3, the redraw
flash appears over the previous text box, the popup and the button, whereas in
webkit nightly, the redraw flashes for the popup and the button.

It seems to me like the previous <br> tag is not considered for redrawing the
layout on the popup click, hence missing the clear:left and the label floats
are then aligned together.

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



More information about the webkit-unassigned mailing list