Bug 143307

Summary: [New Block-Inside-Inline Model] Floats needs to be allowed to intrude into anonymous inline-blocks
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: Layout and RenderingAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, kondapallykalyan, mmaxfield
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch dino: review+

Dave Hyatt
Reported 2015-04-01 08:43:33 PDT
Floats need to be able to intrude into anonymous inline-blocks. We need to make sure anonymous inline-blocks don't avoid floats and keep getting the full width of a line even when floats are present.
Attachments
Patch (19.03 KB, patch)
2015-04-01 08:50 PDT, Dave Hyatt
no flags
Patch (19.02 KB, patch)
2015-04-01 08:54 PDT, Dave Hyatt
dino: review+
Dave Hyatt
Comment 1 2015-04-01 08:50:00 PDT
WebKit Commit Bot
Comment 2 2015-04-01 08:50:58 PDT
Attachment 249921 [details] did not pass style-queue: ERROR: Source/WebCore/rendering/RenderBox.cpp:4305: Missing spaces around | [whitespace/operators] [3] Total errors found: 1 in 13 files If any of these errors are false positives, please file a bug against check-webkit-style.
Dave Hyatt
Comment 3 2015-04-01 08:54:43 PDT
Dave Hyatt
Comment 4 2015-04-01 11:11:37 PDT
Fixed in r182241.
Note You need to log in before you can comment on or make changes to this bug.