[Rev 02] RFR: 8235480: Regression: [RTL] Arrow keys navigation doesn't respect TableView orientation

Ajit Ghaisas aghaisas at openjdk.java.net
Mon Feb 24 17:15:04 UTC 2020


On Fri, 14 Feb 2020 11:18:12 GMT, Jeanette Winzenburg <fastegal at openjdk.org> wrote:

>> The pull request has been updated with 1 additional commit.
> 
> modules/javafx.controls/src/main/java/com/sun/javafx/scene/control/behavior/TableViewBehaviorBase.java line 139:
> 
>> 138:         boolean rtl = isRTL();
>> 139: 
>> 140:         KeyMapping enterKeyActivateMapping, escapeKeyCancelEditMapping;
> 
> node orientation can change during the lifetime of a node ...

Addressed this. Please review latest changes.

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

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


More information about the openjfx-dev mailing list