WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
143238
[New Block-Inside-Inline Model] Make sure breaks occur both before and after the anonymous inline-block
https://bugs.webkit.org/show_bug.cgi?id=143238
Summary
[New Block-Inside-Inline Model] Make sure breaks occur both before and after ...
Dave Hyatt
Reported
2015-03-30 15:02:30 PDT
Make sure line breaks occur both before and after the anonymous inline-block.
Attachments
Patch
(17.18 KB, patch)
2015-03-30 15:08 PDT
,
Dave Hyatt
dino
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Dave Hyatt
Comment 1
2015-03-30 15:08:11 PDT
Created
attachment 249769
[details]
Patch
Dave Hyatt
Comment 2
2015-03-31 10:43:20 PDT
Fixed in
r182188
.
Jon Lee
Comment 3
2015-03-31 11:21:58 PDT
Comment on
attachment 249769
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=249769&action=review
> Source/WebCore/rendering/RenderBlockFlow.cpp:4118 > + if (((canBreakReplacedElement && (autoWrap || oldAutoWrap) && (!isPrevChildInlineFlow || shouldBreakLineAfterText)) || clearPreviousFloat) || isAnonymousInlineBlock) {
is the extra parenthesis necessary? you've got ((...) || clearPreviousFloat || isAnonymousInlineBlock)
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug