Bug 47199 - Make float positioning work in block layout with block children.
Summary: Make float positioning work in block layout with block children.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on: 46643
Blocks:
  Show dependency treegraph
 
Reported: 2010-10-05 11:42 PDT by Dave Hyatt
Modified: 2010-10-05 13:04 PDT (History)
0 users

See Also:


Attachments
Patch (37.25 KB, patch)
2010-10-05 11:45 PDT, Dave Hyatt
no flags Details | Formatted Diff | Diff
Fix typo in a comment. (37.25 KB, patch)
2010-10-05 11:46 PDT, Dave Hyatt
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2010-10-05 11:42:34 PDT
Make float positioning work in block layout with block children.  It doesn't work yet from inside line layout, since line layout is unpatched.
Comment 1 Dave Hyatt 2010-10-05 11:45:14 PDT
Created attachment 69819 [details]
Patch
Comment 2 Dave Hyatt 2010-10-05 11:46:53 PDT
Created attachment 69820 [details]
Fix typo in a comment.
Comment 3 Dave Hyatt 2010-10-05 13:04:04 PDT
Fixed.