NEW 22305
Improve arrow nagivation in transformed elements
https://bugs.webkit.org/show_bug.cgi?id=22305
Summary Improve arrow nagivation in transformed elements
Simon Fraser (smfr)
Reported 2008-11-16 22:55:48 PST
Up/down navigation in currently done ignoring transforms (see comment in VisiblePosition::xOffsetForVerticalNavigation() introduced via bug 15671). This is fine inside a transformed element, but we should do something sensible when you arrow down from the bottom of a transformed element.
Attachments
Ahmad Saleem
Comment 1 2024-04-19 11:26:01 PDT
xOffsetForVerticalNavigation was renamed to lineDirectionPointForVerticalNavigation in below comment: https://github.com/WebKit/WebKit/commit/45dc268cbc88951fcc678624f314a02e48993716 While test case - https://bug-15671-attachments.webkit.org/attachment.cgi?id=25204 seems to work fine for me in Safari 17.5 beta and matching in arrow navigation from top to down and down to top similar to Chrome Canary 125. @Simon & @Vitor - anything else to do here?
Note You need to log in before you can comment on or make changes to this bug.