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

hang.vo at oracle.com hang.vo at oracle.com
Thu Sep 12 14:03:32 PDT 2013


Changeset: 7c578c0bd719
Author:    jgiles
Date:      2013-09-11 13:00 +1200
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/7c578c0bd719

RT-32827: 8.0-controls-scrum-744: up to 99% performance regression in Controls.ComboBox benchmark

! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ComboBoxPopupControl.java

Changeset: beb28591908b
Author:    jgiles
Date:      2013-09-12 10:28 +1200
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/beb28591908b

R-29383: Pressing ESCAPE in an editing cell in TableView caused the TableView losing focus
Reviewed-by: psomashe

! modules/controls/src/main/java/javafx/scene/control/TableCell.java
! modules/controls/src/main/java/javafx/scene/control/TreeTableCell.java

Changeset: 65bcff505d17
Author:    jgiles
Date:      2013-09-13 08:04 +1200
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/65bcff505d17

RT-31375: [TableView] discontinuous selection starts from the next row/column
This issue existed for all virtualised controls but has since been fixed, with an additional 32 unit tests developed to prevent regression.
Reviewed-by: mickf

! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/ListViewBehavior.java
! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TableViewBehaviorBase.java
! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TreeViewBehavior.java
! modules/controls/src/test/java/javafx/scene/control/ListViewKeyInputTest.java
! modules/controls/src/test/java/javafx/scene/control/TableViewKeyInputTest.java
! modules/controls/src/test/java/javafx/scene/control/TreeTableViewKeyInputTest.java
! modules/controls/src/test/java/javafx/scene/control/TreeViewKeyInputTest.java



More information about the openjfx-dev mailing list