RFR: 8267392: ENTER key press on editable TableView throws NPE
Kevin Rushforth
kcr at openjdk.java.net
Wed May 19 14:19:45 UTC 2021
On Wed, 19 May 2021 14:06:21 GMT, Marius Hanl <github.com+66004280+Maran23 at 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
More information about the openjfx-dev
mailing list