RFR: 8089134: [2D traversal, RTL] TraversalEngine only handles left/right key traversal correctly in RTL for top-level engine in ToolBar

Kevin Rushforth kcr at openjdk.java.net
Mon Mar 23 22:25:07 UTC 2020


On Wed, 18 Mar 2020 15:13:40 GMT, Ajit Ghaisas <aghaisas at openjdk.org> wrote:

> **Issue**
> https://bugs.openjdk.java.net/browse/JDK-8089134
> 
> **Fix**
> Added a fix to modify selection direction based on NodeOrientation of the ToolBar.
> 
> **Testing**
> Added a unit test to test common focus movement scenarios using tab and arrow keys for the ToolBar.

Marked as reviewed by kcr (Lead).

-------------

PR: https://git.openjdk.java.net/jfx/pull/144


More information about the openjfx-dev mailing list