hg: openjfx/8/controls/rt: 3 new changesets
hang.vo at oracle.com
hang.vo at oracle.com
Thu Jan 24 17:03:08 PST 2013
Changeset: 0ccbad343185
Author: jgiles
Date: 2013-01-24 11:02 +1300
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/0ccbad343185
TreeView branches should expand / collapse on shift + double click (from RT-27173).
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TreeCellBehavior.java
Changeset: 2bf8fb004f5f
Author: jgiles
Date: 2013-01-25 13:45 +1300
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/2bf8fb004f5f
Brought a number of keyboard-related unit tests back to life (although they may crash hudson as they used to). I have also copied the all TreeView and TableView keyboard tests into a new test class for TreeTableView.
In the process of doing this I have created new unit tests and fixed the following bugs:
RT-14451: TableView: Shift-Home and Shift-End do not work as expected
RT-26835: [TreeView] Cmd + Home doesn't move focus to the first item.
RT-27175: [TreeTableView] ctrl+shift+home don't update focus
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/ListViewBehavior.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TableViewBehaviorBase.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TreeViewBehavior.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ListViewSkin.java
+ javafx-ui-controls/test/com/sun/javafx/scene/control/behavior/TreeTableViewAnchorRetriever.java
! javafx-ui-controls/test/javafx/scene/control/ListViewKeyInputTest.java
! javafx-ui-controls/test/javafx/scene/control/TableViewKeyInputTest.java
+ javafx-ui-controls/test/javafx/scene/control/TreeTableViewKeyInputTest.java
! javafx-ui-controls/test/javafx/scene/control/TreeViewKeyInputTest.java
Changeset: 01946a0fd0c1
Author: jgiles
Date: 2013-01-25 13:47 +1300
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/01946a0fd0c1
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/scrum/controls/jfx/rt
More information about the openjfx-dev
mailing list