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

Jeanette Winzenburg fastegal at openjdk.java.net
Thu Mar 25 11:46:42 UTC 2021


On Wed, 24 Mar 2021 14:58:40 GMT, Florian Kirmaier <fkirmaier at openjdk.org> wrote:

> Fixing ListCell editing status is true, when index changes while editing.

good catch, yet another property that's not correctly updated on index change :) 

Quick questions:
- what are the macroscopic effects (that is in a running list) that you see without fixing it?
- do we want mere cell re-use fire a editCancel? (which the list seems to ignore in the test, don't know why)

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

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


More information about the openjfx-dev mailing list