[Webkit-unassigned] [Bug 256995] New: horizontal scrollbars unusable with rtl element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 18 16:22:04 PDT 2023


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

            Bug ID: 256995
           Summary: horizontal scrollbars unusable with rtl element
           Product: WebKit
           Version: Safari 16
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: luke at warlow.dev

data:text/html,<div class="container"> <div class="content">thin</div> </div> <style> .container { overflow-x: auto; height: 200px; width: 200px; direction: rtl; background: lightsalmon; } .content { width: 300px; } </style>

If you copy the above data url and open it in Safari on macOS (with non-overlay scrollbars visible), and try to scroll the content you wont be able to.

This works as expected in Chrome and Firefox.

-- 
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/20230518/0273ac2d/attachment.htm>


More information about the webkit-unassigned mailing list