[Webkit-unassigned] [Bug 50883] New: Float elements not filling container width
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Dec 11 22:34:45 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=50883
Summary: Float elements not filling container width
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
URL: http://www.taigaforum.com/example.html
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: Normal
Priority: P3
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: srgroves at gmail.com
Created an attachment (id=76313)
--> (https://bugs.webkit.org/attachment.cgi?id=76313&action=review)
example of bug
Certain float elements with overflow set to hidden do not automatically fill the width of their parent div. This resembles a bug found in old versions of Internet Explorer where elements would not auto-fit to their parent's width.
In example.html, the div containing "middle column row 2" should not have any breaks. Removing "overflow: hidden" or setting its div's width to 100% fixes the problem.
It seems this was introduced between 533.19.4 and 534.10 inclusive, as it is NOT present in OS X Safari v5.0.3 using WebKit v533.19.4 but IS present in Chrome v8.0.552.215 using WebKit v534.10.
--
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