hg: openjfx/8/controls/rt: 6 new changesets
hang.vo at oracle.com
hang.vo at oracle.com
Mon Sep 9 15:33:04 PDT 2013
Changeset: 292dc67c024a
Author: jgiles
Date: 2013-09-05 17:07 +1200
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/292dc67c024a
RT-32556: test_rt32383_pageUp/pageDown fail (on Mac)
! 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
Changeset: 18c67af71f48
Author: jgiles
Date: 2013-09-05 17:11 +1200
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/18c67af71f48
RT-30855: TableColumnBase contains strange @since tags.
The basic issue is that TableColumn has been around since JavaFX 2.0 (if memory serves), but recently a superclass was extracted out of this class (so it is @since JavaFX 8.0). Unfortunately, this confuses the TableColumn documentation. To rectify this, I am following Pavel's advice and removing the method-level @since annotations in TableColumnBase.
! modules/controls/src/main/java/javafx/scene/control/TableColumnBase.java
Changeset: 3a7177158a6c
Author: jgiles
Date: 2013-09-05 17:14 +1200
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/3a7177158a6c
[DOC ONLY] Slight cleanup on TableColumnBase javadoc.
! modules/controls/src/main/java/javafx/scene/control/TableColumnBase.java
Changeset: 4690ab589dbe
Author: jgiles
Date: 2013-09-05 17:25 +1200
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/4690ab589dbe
RT-29902: [TableView, TreeTableView] progress bar in progressBarCell don't resize on column width.
! modules/controls/src/main/java/javafx/scene/control/cell/ProgressBarTableCell.java
! modules/controls/src/main/java/javafx/scene/control/cell/ProgressBarTreeTableCell.java
! modules/controls/src/test/java/javafx/scene/control/cell/ProgressBarTableCellTest.java
! modules/controls/src/test/java/javafx/scene/control/cell/ProgressBarTreeTableCellTest.java
Changeset: f3dcad659452
Author: jgiles
Date: 2013-09-10 09:06 +1200
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/f3dcad659452
Backed out changeset: 7ca7328377bc (RT-29824: The promptText for non-editable ComboBox should be gray color)
Prompt text is now displayed in ComboBox as it was previously, after being removed for a few months. Further discussion can be found in RT-29824.
! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ComboBoxListViewSkin.java
Changeset: cc0cbc9a12e1
Author: jgiles
Date: 2013-09-10 09:46 +1200
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/cc0cbc9a12e1
RT-32787: Redraw issue with Accordion in SB 2
! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/AccordionSkin.java
More information about the openjfx-dev
mailing list