RFR: 8264127: ListCell editing status is true, when index changes while editing [v3]

Florian Kirmaier fkirmaier at openjdk.java.net
Wed Apr 14 11:49:00 UTC 2021


On Wed, 14 Apr 2021 11:45:17 GMT, Florian Kirmaier <fkirmaier at openjdk.org> wrote:

>> Fixing ListCell editing status is true, when index changes while editing.
>
> Florian Kirmaier has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8264127:
>   Fixed some more testcases

I've updated the Fix and the tests.
It contains now the 3 cases you've mentioned and all are passing.
The test from 0 works with setting the initial focus.
The test from -1 works, after updating how the fix works. 
Now the index is updated, after updating the item.

-------------

PR: https://git.openjdk.java.net/jfx/pull/441


More information about the openjfx-dev mailing list