hg: openjfx/2.2/controls/rt: 2 new changesets
hang.vo at oracle.com
hang.vo at oracle.com
Mon Jun 11 22:03:30 PDT 2012
Changeset: 388637d028f3
Author: jgiles
Date: 2012-06-12 15:17 +1200
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/388637d028f3
Reinstating a commented out public method on TableColumn that was commented out by mistake in a previous changeset. Unit tests failed because of this, and now pass again.
! javafx-ui-controls/src/javafx/scene/control/TableColumn.java
Changeset: a636b9ba88ac
Author: jgiles
Date: 2012-06-12 16:55 +1200
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/a636b9ba88ac
Fix for second unit test failure, this time related to listview selection events not firing properly when the row index does not change, but the selected item does.
! javafx-ui-controls/src/javafx/scene/control/ListView.java
! javafx-ui-controls/src/javafx/scene/control/MultipleSelectionModelBase.java
! javafx-ui-controls/test/javafx/scene/control/ListViewTest.java
More information about the openjfx-dev
mailing list