[Webkit-unassigned] [Bug 224409] New: initial horizontal scrollbar positions for RTL elements is wrong
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Apr 10 18:38:51 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=224409
Bug ID: 224409
Summary: initial horizontal scrollbar positions for RTL
elements is wrong
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
Assignee: webkit-unassigned at lists.webkit.org
Reporter: heycam at apple.com
CC: bfulgham at webkit.org, simon.fraser at apple.com,
zalan at apple.com
Scrollable elements that place their vertical scrollbar on the left (e.g. when they're `direction: rtl` or when the OS language is RTL and the relevant setting to always follow OS scrollbar side is used) have an incorrect scroll origin, which leads to creating a horizontal scrollbar with an incorrect initial offset. This is because RenderLayerScrollableArea::computeScrollDimensions runs prior to the scrollbars being created.
--
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/20210411/24180276/attachment.htm>
More information about the webkit-unassigned
mailing list