Bug 18330

Summary: REGRESSION: <br> stops clearing float on <select> click
Product: WebKit Reporter: Tom Gilder <tom>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: adele, hyatt, mitz
Priority: P1 Keywords: HasReduction
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
URL: http://www.redhot-worldbuffet.com/northampton/booking.php
Attachments:
Description Flags
Reduction testcase none

Tom Gilder
Reported 2008-04-06 03:59:11 PDT
With a combination of floats and form elements, clicking a <select> causes the layout to reflow incorrectly. (Annoying music on URL.)
Attachments
Reduction testcase (441 bytes, text/html)
2008-04-06 03:59 PDT, Tom Gilder
no flags
Tom Gilder
Comment 1 2008-04-06 03:59:59 PDT
Created attachment 20362 [details] Reduction testcase
Tom Gilder
Comment 2 2008-04-07 07:39:10 PDT
This seems to be caused by the <br> no longer respecting clear:left when the <select> is clicked. Doesn't appear to happen if you replace the <br> with another element.
Eric Seidel (no email)
Comment 3 2008-04-07 08:36:24 PDT
This is a regression since Safari 3.1 (only occurs in the nighly builds). Wow. A strange one.
mitz
Comment 4 2008-04-07 08:50:35 PDT
Sounds like bug 18172.
Tom Gilder
Comment 5 2008-04-08 16:27:25 PDT
Fixed with the commit of bug 18172, this was the same issue. Thanks! *** This bug has been marked as a duplicate of 18172 ***
Note You need to log in before you can comment on or make changes to this bug.