hg: openjfx/2.1/master/rt: 5 new changesets

hang.vo at oracle.com hang.vo at oracle.com
Tue Jan 10 00:33:05 PST 2012


Changeset: 49a22b095c59
Author:    jgiles
Date:      2012-01-09 14:49 +1300
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/49a22b095c59

A few more keyboard navigation tests for ListView and TableView, and a few minor typo fixes in TableViewBehavior identified by tests.

! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TableViewBehavior.java
! javafx-ui-controls/test/javafx/scene/control/ListViewKeyInputTest.java
+ javafx-ui-controls/test/javafx/scene/control/TableViewKeyInputTest.java

Changeset: c2829806d92d
Author:    jgiles
Date:      2012-01-09 14:58 +1300
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/c2829806d92d

RT-18690: [ListView] page works wrong: step is always of 1 element.

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/VirtualFlow.java

Changeset: c411c4c0ba62
Author:    jgiles
Date:      2012-01-09 16:41 +1300
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/c411c4c0ba62

RT-18513: ListView, cell edition and call to items.setAll leads to stack overflow

! javafx-ui-controls/src/javafx/scene/control/ListCell.java
! javafx-ui-controls/src/javafx/scene/control/TableCell.java
! javafx-ui-controls/src/javafx/scene/control/TreeCell.java

Changeset: 2351e0099f49
Author:    jgiles
Date:      2012-01-10 21:16 +1300
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/2351e0099f49

Partial progress on RT-18851: UX test cases for keyboard navigation in ListView (Essentially creating a bunch of unit tests to ensure proper keyboard navigation support in ListView)

! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/ListCellBehavior.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/ListViewBehavior.java
+ javafx-ui-controls/test/com/sun/javafx/scene/control/behavior/ListViewAnchorRetriever.java
+ javafx-ui-controls/test/com/sun/javafx/scene/control/behavior/TableViewAnchorRetriever.java
+ javafx-ui-controls/test/com/sun/javafx/scene/control/behavior/TreeViewAnchorRetriever.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/TreeViewKeyInputTest.java

Changeset: 3a90e72e4f4d
Author:    jgiles
Date:      2012-01-10 21:16 +1300
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/3a90e72e4f4d

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.1/scrum/controls/jfx/rt




More information about the openjfx-dev mailing list