hg: openjfx/8u-dev/rt: 3 new changesets
hang.vo at oracle.com
hang.vo at oracle.com
Thu Apr 10 01:02:53 UTC 2014
Changeset: 6aee7411349a
Author: jgiles
Date: 2014-04-10 09:47 +1200
URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/6aee7411349a
RT-35679:[ListView, TreeView, et al]: The first item should be selected if nothing else is already selected
! modules/controls/src/main/java/javafx/scene/control/ListView.java
! modules/controls/src/main/java/javafx/scene/control/TableView.java
! modules/controls/src/main/java/javafx/scene/control/TreeTableView.java
! modules/controls/src/main/java/javafx/scene/control/TreeView.java
! modules/controls/src/test/java/javafx/scene/control/ListViewTest.java
! modules/controls/src/test/java/javafx/scene/control/TableViewTest.java
! modules/controls/src/test/java/javafx/scene/control/TreeTableViewTest.java
! modules/controls/src/test/java/javafx/scene/control/TreeViewTest.java
Changeset: cb7df1eb29ed
Author: jgiles
Date: 2014-04-10 09:48 +1200
URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/cb7df1eb29ed
Removing unused and entirely commented-out ContextMenuBehavior class.
- modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/ContextMenuBehavior.java
Changeset: c6d9f3b8dc4c
Author: jgiles
Date: 2014-04-10 12:48 +1200
URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/c6d9f3b8dc4c
RT-36556: Different memory behavior in TableView between mouse scroll and thumb drag
! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/VirtualFlow.java
! modules/controls/src/test/java/javafx/scene/control/TableViewTest.java
More information about the openjfx-dev
mailing list