Table Input
Ty Young
youngty1997 at gmail.com
Tue Jun 19 18:53:18 UTC 2018
On 06/19/2018 10:51 AM, omniprof at gmail.com wrote:
> A minor issue in the Table component existed in previous versions of JavaFX
> when editing in a cell was turned on. Only if the Return key was pressed was
> the data entered into the backing bean. Leaving the cell with Tab or by
> mouse did not register the change. I thought just when a cell looses focus
> it should trigger updating the bean. I have not looked at the recent builds
> but I thought I'd ask if it has come up on anyone's radar. I noticed it when
> I moved from teaching Swing to FX.
>
>
>
> Ken Fogel
>
>
>
>
>
IIRC, this isn't specific to Table. A spinner with editing enabled also
does this and it breaks events(onKeyTyped does nothing).
More information about the openjfx-dev
mailing list