[Webkit-unassigned] [Bug 263374] scrollIntoView() in overflow is causing the whole page to move upwards slightly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 18 15:27:26 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=263374
--- Comment #6 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
What's happening here is that we reveal the element inside the overflow scroll, and then also scroll the overflow scroller itself to the top of the view, which isn't necessary if it's fully visible.
I'll do some testing to see how other browsers behave.
--
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/20231218/22b00f3f/attachment.htm>
More information about the webkit-unassigned
mailing list