On Wed, 19 May 2021 14:06:21 GMT, Marius Hanl <github.com+66004280+mara...@openjdk.org> wrote:
> > sounds like a duplicate of > > [JDK-8089652](https://bugs.openjdk.java.net/browse/JDK-8089652) - faintly > > remember that it's a dark pit: there are issues in selection/focus model > > implementations, see f.i. > > [JDK-8219720](https://bugs.openjdk.java.net/browse/JDK-8219720). Starting > > with fixing the NPE is goood :)) > > Should I add this issue to this PR then? I'm not sure, as with my fix, ENTER > won't start editing the cell still. No. While this fixes the NPE noted in [JDK-8089652](https://bugs.openjdk.java.net/browse/JDK-8089652), it doesn't fix all of the problems described in that bug. ------------- PR: https://git.openjdk.java.net/jfx/pull/505