hg: openjfx/8/controls/rt: 3 new changesets
hang.vo at oracle.com
hang.vo at oracle.com
Fri Aug 30 17:32:39 PDT 2013
Changeset: 91a0d78259d2
Author: jgiles
Date: 2013-08-31 08:07 +1200
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/91a0d78259d2
RT-32582: [ComboBox] unnecessary scroll bar in dropdown
! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ComboBoxPopupControl.java
Changeset: 9245ffbe8c4f
Author: jgiles
Date: 2013-08-31 12:18 +1200
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/9245ffbe8c4f
RT-32618: change listener on ListView is called one extra time.
The same problem was also being exhibited on the other virtualised controls, so this changeset resolves it in all cases, and adds a parameterised test for both single and multiple selection models, to prevent this appearing again.
! modules/controls/src/main/java/javafx/scene/control/MultipleSelectionModelBase.java
! modules/controls/src/main/java/javafx/scene/control/TableView.java
! modules/controls/src/main/java/javafx/scene/control/TreeTableView.java
! modules/controls/src/test/java/javafx/scene/control/MultipleSelectionModelImplTest.java
! modules/controls/src/test/java/javafx/scene/control/SelectionModelImplTest.java
Changeset: a11427375c9b
Author: jgiles
Date: 2013-08-31 12:20 +1200
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/a11427375c9b
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/scrum/controls/jfx/rt
More information about the openjfx-dev
mailing list