[Webkit-unassigned] [Bug 247859] New: Add floats to overflow of the direct containing block only

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 13 04:57:15 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=247859

            Bug ID: 247859
           Summary: Add floats to overflow of the direct containing block
                    only
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ahmad.saleem792 at gmail.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

Hi Team,

While going through Blink commits, I found another potential fix, which can be brought to Webkit:

Blink Commit - https://chromium.googlesource.com/chromium/blink/+/5b8a044ea5e398a0863d28c38855adcbd1a421c5

Webkit GitHub - https://github.com/WebKit/WebKit/blob/5a9504aef82d929917a680a05a3fc17f7f6b4dde/Source/WebCore/rendering/RenderBlockFlow.cpp#LL2144

and it should be changed from:

floatingObject.isDescendant()

to

floatingObject.shouldPaint()

______

Just wanted to raise it to fix this bug. Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221113/2a074a61/attachment-0001.htm>


More information about the webkit-unassigned mailing list