Bug 35837 - Column breaking ignores floats
Summary: Column breaking ignores floats
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-03-06 17:55 PST by mitz
Modified: 2010-03-07 10:15 PST (History)
0 users

See Also:


Attachments
Column-break above a float if it helps (8.77 KB, patch)
2010-03-06 18:06 PST, mitz
no flags Details | Formatted Diff | Diff
Column-break above a float if it helps (8.77 KB, patch)
2010-03-06 19:17 PST, mitz
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2010-03-06 17:55:37 PST
<rdar://problem/7722008>

Try to avoid column-breaks in the middle of a float if possible. Patch forthcoming.
Comment 1 mitz 2010-03-06 18:06:13 PST
Created attachment 50161 [details]
Column-break above a float if it helps
Comment 2 mitz 2010-03-06 19:17:49 PST
Created attachment 50166 [details]
Column-break above a float if it helps

Fixed typos in the change log pointed out by Sam.
Comment 3 mitz 2010-03-07 10:15:34 PST
Fixed in <http://trac.webkit.org/projects/webkit/changeset/55636>.