Bug 34931
Summary: | Modifying floating spans causes clearing elements to no longer clear | ||
---|---|---|---|
Product: | WebKit | Reporter: | Anthony <siromega> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | robert |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac (Intel) | ||
OS: | OS X 10.6 | ||
URL: | http://twtrmappr.sequence-omega.net/wkbugtest.html |
Anthony
The first item in the set of DIVs has a SPAN that is float:right with a fixed size (250x250). It will get an IMG (250x250) added as a child. The other items (2,3,4) will have that same SPAN change class to a smaller fixed size (100x100). This is causing problems with the br that is supposed to clear:both and keep the image span fully within the parent DIV. However, its no longer clearing and the DIV contracts, leaving part of the SPAN hanging out the bottom.
Screen shots of expected vs actual are in the URL listed above.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Robert Hogan
THe site with the reduction is no longer available and there isn't much else to go on. Closing.