On Fri, 14 Feb 2020 11:18:12 GMT, Jeanette Winzenburg <faste...@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