hg: openjfx/8/controls/rt: 4 new changesets

hang.vo at oracle.com hang.vo at oracle.com
Sun Mar 10 20:03:58 PDT 2013


Changeset: ddb3874aa103
Author:    jgiles
Date:      2013-03-11 15:09 +1300
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/ddb3874aa103

RT-28893: ListView PlaceHolder is removed only after second item is added to item list
Contributed-by: Sven Reimers <sven.reimers at gmail.com>
Reviewed-by: jgiles

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

Changeset: 7680e1b9d790
Author:    jgiles
Date:      2013-03-11 15:14 +1300
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/7680e1b9d790

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


Changeset: 1e8ef92fe45a
Author:    jgiles
Date:      2013-03-11 15:55 +1300
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/1e8ef92fe45a

Re-enabling the keyboard input tests for ListView, TreeView, TableView and TreeTableView. Hopefully they don't bring the test infrastructure down again (either by failing on certain platforms or by causing OOME). In any case, if they fail to work they can be @Ignored again, but ideally they would be kept intact and running as they cover a lot of finicky keyboard interaction issues and will help prevent regressions (and I have to write a bunch more tests in the coming weeks for this area too).

! 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: 02a668fbc3b6
Author:    jgiles
Date:      2013-03-11 15:57 +1300
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/02a668fbc3b6

Fixing a stack overflow issue in VirtualFlow that was identified by the keyboard navigation tests.

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



More information about the openjfx-dev mailing list