JDK-8125193 : Node Orientation - Arrow traversal does not always go the correct way
  • Type: Bug
  • Component: javafx
  • Sub-Component: controls
  • Affected Version: 8
  • Priority: P4
  • Status: Resolved
  • Resolution: Cannot Reproduce
  • Submitted: 2012-11-08
  • Updated: 2015-06-17
  • Resolved: 2013-09-18
Related Reports
Relates :  
Description
In the main "grid" view of Ensemble when RTL, the arrow keys go the wrong way (right goes left and left goes right) but they work everywhere else, for example in tool bars.

NOTE:  We need to get to the bottom of this quickly as it may affect the way we handles arrows in all controls.  Why should some (all?) controls behave properly when the keys are reversed but traversal fail?  Might be something simple like the code is just not running ...