Bug when combining ListView and SortedList?

Jonathan Giles jonathan.giles at oracle.com
Tue Nov 17 19:35:43 UTC 2015


If there are any that I've missed or that you think are higher priority, 
leave a comment in the jira issue or email me the issue IDs.

-- Jonathan

On 18/11/15 1:55 AM, fastegal at swingempire.de wrote:
>
> Jonathan,
>
> thanks for the clarification, I indeed misunderstood the new tag.
>
> On the other hand: not all (related) selection issues are tagged as such,
> are those in danger of not being fixed for 9?
>
> Anyway, all of them _could_ be fixed in one stroke by throwing away
> the evil MultipleSelectionModelBase, particularly its usage of
> ReadOnlyUnbackedObservableList which forces those ominous manual
> change notifications (which are not trivial to get right).
>
> Instead, implement a bitset-backed observableList with the available
> (since 8, very sound in my experience) collections infrastructure
> that does all the heavy lifting plus a coupled (kind-of transformed)
> items list. You know where to find a POC replacement :-)
>
> CU
> Jeanette
>
>
>



More information about the openjfx-dev mailing list