[Webkit-unassigned] [Bug 279325] New: ScrollRectToVisible should bubble up through its layout container
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Sep 8 10:47:33 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=279325
Bug ID: 279325
Summary: ScrollRectToVisible should bubble up through its
layout container
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Keywords: BrowserCompat
Severity: Normal
Priority: P2
Component: Scrolling
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ahmad.saleem792 at gmail.com
CC: simon.fraser at apple.com
Hi Team,
While going through Blink's scrolling test cases, I came across another failing test case in Safari.
Test Case: https://jsfiddle.net/Lo6nay95/
^ Fails in Safari Technology Preview 202 & WebKit ToT while passes in both Chrome Canary 130 and Firefox Nightly 132.
Blink Commit: https://source.chromium.org/chromium/chromium/src/+/57da1c75484e5a3f0af03d038c43e6f23e1549e8
WebKit Source: https://searchfox.org/wubkat/rev/b36cbce69fddb7da33823f316bd8ead5bebee970/Source/WebCore/rendering/RenderLayerScrollableArea.cpp#1959
I tried locally but it does not progress test case:
if (renderer.containingBlock())
restrictedByLineClamp = !renderer.containingBlock()->style().lineClamp().isNone();
___
Just raising so we can track and fix it.
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/20240908/36d90b75/attachment.htm>
More information about the webkit-unassigned
mailing list