WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
250209
Fix layoutOverflowRect in case of explicit 'overflow: scroll', but no overflow content
https://bugs.webkit.org/show_bug.cgi?id=250209
Summary
Fix layoutOverflowRect in case of explicit 'overflow: scroll', but no overflo...
Ahmad Saleem
Reported
2023-01-06 08:05:10 PST
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!
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-01-13 08:06:16 PST
<
rdar://problem/104224627
>
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