[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:42:02 PDT 2023


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

--- Comment #3 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
(In reply to Ahmad Saleem from comment #2)
> 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.

Note - this seems to be interesting as well: https://src.chromium.org/viewvc/blink?view=revision&revision=161649

^ Will build WebKit ToT to test updated testcase to confirm whether WebKit suffer from also 'typo' error or not, which leads to breaking horizontal drag.

-- 
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/4d629aaf/attachment-0001.htm>


More information about the webkit-unassigned mailing list