[Webkit-unassigned] [Bug 198707] [GTK] The Previous/Next gesture should handle RTL
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 20 02:47:40 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=198707
--- Comment #2 from Alexander Mikhaylenko <exalm7659 at gmail.com> ---
Nevermind, it seems to be flipped for RTL pages only.
However, `m_webPageProxy.userInterfaceLayoutDirection()` seems to always return LTR direction, which is why it doesn't work.
I wonder if it would work with an actual RTL locale.
Other than that, I need to adjust `ViewGestureController::PendingSwipeTracker::scrollEventGetScrollingDeltas()` and drawing. The pages comes from the correct side, but the order is reversed: the current page is on the bottom when you're going back, and on the top if you're going forward. It should be the other way.
--
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/20190620/c434c95e/attachment.html>
More information about the webkit-unassigned
mailing list