On Wed, 14 Apr 2021 11:45:17 GMT, Florian Kirmaier <fkirma...@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