Bug 12608 - Incorrect min. width calculation of a series of floats with clear:both and white-space:nowrap
Summary: Incorrect min. width calculation of a series of floats with clear:both and wh...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://www.springerlink.com/content/7...
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2007-02-05 02:53 PST by mitz
Modified: 2007-02-07 21:22 PST (History)
0 users

See Also:


Attachments
Reduction (500 bytes, text/html)
2007-02-05 02:59 PST, mitz
no flags Details
Patch including change log and layout test (10.54 KB, patch)
2007-02-05 03:06 PST, mitz
no flags Details | Formatted Diff | Diff
Patch including change log and layout test (10.54 KB, patch)
2007-02-06 00:00 PST, mitz
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2007-02-05 02:53:16 PST
Reduction and patch forthcoming.
Comment 1 mitz 2007-02-05 02:59:03 PST
Created attachment 12930 [details]
Reduction
Comment 2 mitz 2007-02-05 03:06:13 PST
Created attachment 12931 [details]
Patch including change log and layout test

No layout test regressions
Comment 3 mitz 2007-02-06 00:00:19 PST
Created attachment 12961 [details]
Patch including change log and layout test

Changed
+                if (!growForPrevious && (autoWrap || oldAutoWrap || clearPreviousFloat)) {
to
+                if (!growForPrevious && (autoWrap || oldAutoWrap) || clearPreviousFloat) {
since the crazy quirk does not apply here.
Comment 4 Maciej Stachowiak 2007-02-06 23:00:05 PST
Comment on attachment 12961 [details]
Patch including change log and layout test

r=me
Comment 5 Mark Rowe (bdash) 2007-02-07 21:22:56 PST
Landed in r19493.