In JDK-8279640 and https://github.com/openjdk/jfx/pull/711 we identified that there are some unclarities/issues left, when the focusModel is set but the selectionModel is null.
- What should happen when we call edit() while a cell is focused
- Focus should behave normally. There are problems in navigation, when the focusModel is set but the selectionModel is null
-> Some keys are either supported (ctrl-end) or not (ctrl-pageDown)
- What should happen when we call edit() while a cell is focused
- Focus should behave normally. There are problems in navigation, when the focusModel is set but the selectionModel is null
-> Some keys are either supported (ctrl-end) or not (ctrl-pageDown)