[Webkit-unassigned] [Bug 250209] New: Fix layoutOverflowRect in case of explicit 'overflow: scroll', but no overflow content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 6 08:05:10 PST 2023


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

            Bug ID: 250209
           Summary: Fix layoutOverflowRect in case of explicit 'overflow:
                    scroll', but no overflow content
           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's commit, came across another which can be merged:

Blink Commit - https://src.chromium.org/viewvc/blink?revision=174808&view=revision

WebKit Source - https://github.com/WebKit/WebKit/blob/fa3e08712e3219aed72097238ae77493974a5092/Source/WebCore/rendering/LegacyLineLayout.cpp#L678, while we don't need other change, since it is already done here: https://github.com/WebKit/WebKit/blob/fa3e08712e3219aed72097238ae77493974a5092/Source/WebCore/rendering/RenderBox.cpp#L5061

if (style().shouldPlaceBlockDirectionScrollbarOnLeft())
    logicalLeft += verticalScrollbarWidth();

___

I just wanted to raise and get input before doing PR since this is in Legacy Line Layout rather than IFC, which might have already progressed this.

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/20230106/bc9c4028/attachment-0001.htm>


More information about the webkit-unassigned mailing list