Changeset: bba1bfdf8cba
Author:    jgiles
Date:      2014-05-06 13:39 +1200
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/bba1bfdf8cba

[TEST ONLY] First attempt to fix a build server only test failure on Linux for 
RT-36955.

! 
modules/controls/src/test/java/javafx/scene/control/TreeTableViewMouseInputTest.java

Changeset: b7e1015ab37e
Author:    jgiles
Date:      2014-05-06 14:23 +1200
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/b7e1015ab37e

RT-36942: JavaFX ListView SelectionModel java.lang.IllegalStateException

! modules/controls/src/main/java/javafx/scene/control/ListView.java
! modules/controls/src/test/java/javafx/scene/control/ListViewKeyInputTest.java
! modules/controls/src/test/java/javafx/scene/control/TableViewKeyInputTest.java

Changeset: e95465693e03
Author:    jgiles
Date:      2014-05-06 16:47 +1200
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e95465693e03

RT-36932: TableView Cell Headers go out of Alignment when Columns Removed

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

Changeset: fcb9a6bbadd4
Author:    jgiles
Date:      2014-05-07 11:41 +1200
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/fcb9a6bbadd4

RT-36971: [RTL, Regression] RTL orientation, on ColorPicker palette, saved 
colors don't start from right.
RT-36980: [RTL, Regression] RTL orientation, on ColorPicker palette, key 
navigation issue at both ends of the rows.

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

Changeset: 85cd083a542a
Author:    jgiles
Date:      2014-05-08 09:50 +1200
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/85cd083a542a

RT-37009: Removing and instantly re-adding a Tab to the same TabPane does not 
work

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

Changeset: 6f24ae710029
Author:    jgiles
Date:      2014-05-08 09:51 +1200
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/6f24ae710029

RT-37007: [TabPane] NPE when in TabPane

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

Changeset: 776ddd4c1b55
Author:    jgiles
Date:      2014-05-08 10:01 +1200
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/776ddd4c1b55

RT-37021: CustomMenuItem in a sub menu will fire once for each time the sub men 
has been shown.

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

Changeset: 76655dbc23fd
Author:    jgiles
Date:      2014-05-08 11:13 +1200
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/76655dbc23fd

RT-37015: [VirtualFlow] When height is zero, AIOOB occurs during layout

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

Changeset: 3faf10865303
Author:    jgiles
Date:      2014-05-08 13:32 +1200
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/3faf10865303

RT-37022: CSS warnings logged to console when showing a sub menu in a rebuilt 
ContextMenu.

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

Changeset: 07114320d480
Author:    jgiles
Date:      2014-05-09 11:09 +1200
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/07114320d480

RT-24658: When Tab is disabled, its content must be disabled,too

! modules/controls/src/main/java/javafx/scene/control/Tab.java
! modules/controls/src/test/java/javafx/scene/control/TabPaneTest.java

Changeset: 923349122172
Author:    jgiles
Date:      2014-05-12 12:56 +1200
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/923349122172

RT-37061: [TableView] Adding an item throws a ChangeEvent to the 
selectedItemProperty

! modules/controls/src/main/java/javafx/scene/control/TableView.java
! modules/controls/src/test/java/javafx/scene/control/ListViewTest.java
! 
modules/controls/src/test/java/javafx/scene/control/SelectionModelImplTest.java
! modules/controls/src/test/java/javafx/scene/control/TableViewTest.java
! modules/controls/src/test/java/javafx/scene/control/TreeTableViewTest.java
! modules/controls/src/test/java/javafx/scene/control/TreeViewTest.java

Changeset: 40998c2392ca
Author:    jgiles
Date:      2014-05-12 15:14 +1200
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/40998c2392ca

RT-37058: TableColumn sometimes ignores it's setPrefWidth() method

! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TableColumnHeader.java
! modules/controls/src/test/java/javafx/scene/control/TableViewTest.java

Changeset: dda9b7db686e
Author:    jgiles
Date:      2014-05-13 08:42 +1200
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/dda9b7db686e

RT-37057: Hidden Columns confuse Column Re-ordering with Mouse

! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TableColumnHeader.java
! 
modules/controls/src/test/java/com/sun/javafx/scene/control/skin/TableColumnHeaderRetriever.java
! modules/controls/src/test/java/javafx/scene/control/TableViewTest.java

Changeset: ee613df37074
Author:    jgiles
Date:      2014-05-13 08:50 +1200
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/ee613df37074

Backed out changeset: bba1bfdf8cba
There were concurrent modifications which resulted in a merge that changed all 
lines.
Backing out my change and will reintroduce it in a separate changeset.

! 
modules/controls/src/test/java/javafx/scene/control/TreeTableViewMouseInputTest.java

Changeset: 9a883f78c710
Author:    jgiles
Date:      2014-05-13 08:51 +1200
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/9a883f78c710

[TEST ONLY] Second attempt to fix a build server only test failure on Linux for 
RT-36955 (first attempt was the same but was backed out in the previous 
changeset).

! 
modules/controls/src/test/java/javafx/scene/control/TreeTableViewMouseInputTest.java

Reply via email to