[Webkit-unassigned] [Bug 250207] Fix scrollbar thumb drag cancellation in RTL mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 15 13:04:41 PDT 2023


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

--- Comment #2 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
Tried: https://github.com/WebKit/WebKit/pull/8355

NOTE: The portion of code, this is trying to modify is within platform 'if' block to restrict it to non-iOS, so we might need to skip this test on iOS.

 m_scrollableArea.scrollToOffsetWithoutAnimation(m_orientation, (m_dragOrigin + m_scrollableArea.minimumScrollPosition().y()));

^ This does not fix test.

 m_scrollableArea.scrollToOffsetWithoutAnimation(m_orientation, (m_dragOrigin + m_scrollableArea.minimumScrollPosition().x()));

^ This does not fix test.

______

Plus 'm_orientation' or (orientation()) also don't work similar to Blink patch.

-- 
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/20230615/ff8281d8/attachment-0001.htm>


More information about the webkit-unassigned mailing list