JDK-8154286 : Remove usage of ReadOnlyUnbackedObservableList in selection models for the selectedIndices list
  • Type: Bug
  • Component: javafx
  • Sub-Component: controls
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-04-14
  • Updated: 2016-04-29
  • Resolved: 2016-04-29
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9Fixed
Related Reports
Relates :  
Description
This is a larger undertaking compared to JDK-8154216 (selectedItems), because far more custom changes are fired on the selectedIndices list. I did some very early exploration but have run out of time (and realised this was going to be a rabbit hole to fully resolve), so I am attaching the exploration code as a patch here.
Comments
The following changeset is the first step towards this being resolved. The transition is still incomplete, but I wanted to get this first step in to allow for testing and evaluation. Changeset: http://hg.openjdk.java.net/openjfx/9-dev/rt/rev/29941485bffe
29-04-2016