Changeset: 6953f0602cb7
Author:    jgiles
Date:      2013-12-16 16:36 +1300
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/6953f0602cb7

[TEST ONLY] @Ignore'd unit tests for RT-34407: [TableView, TreeView, 
TreeTableView] shift+PgUp/Down deselection is incorrect.
A fix may or may not be forthcoming, but in the meantime I wanted to commit 
these unit tests to the repo so that they can be used whenever RT-34407 is 
fixed.

! 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: 4d5e31cb54d1
Author:    jgiles
Date:      2013-12-17 12:34 +1300
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/4d5e31cb54d1

RT-34915: [TableView, TreeTableView] sort order dots are not always drawn 
immediately

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

Changeset: dabee4f56388
Author:    jgiles
Date:      2013-12-17 12:47 +1300
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/dabee4f56388

RT-34914: [TableView, TreeTableView] sort order dots beneath arrow are not 
centered

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

Changeset: 7a85b9cf6241
Author:    jgiles
Date:      2013-12-18 11:05 +1300
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/7a85b9cf6241

RT-34634: Mac: Memory leak when Menu.useSystemMenuBar(true) is used.
Reviewed-by: leifs

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

Changeset: 2d7e3f9f76ec
Author:    jgiles
Date:      2013-12-18 12:07 +1300
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/2d7e3f9f76ec

RT-34924: [ColorPicker] Null pointer (NPE) when pressing down arrow

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

Changeset: 8fef5aaf49f8
Author:    jgiles
Date:      2013-12-18 12:36 +1300
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/8fef5aaf49f8

RT-34626: AreaChart fills the area above the chart when y axis starts with 
value bigger than 0

! modules/controls/src/main/java/javafx/scene/chart/AreaChart.java

Changeset: 6cb6225e0708
Author:    jgiles
Date:      2013-12-18 13:35 +1300
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/6cb6225e0708

RT-34692: [TabPane] resize doesn't happen on tab adding/removing

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

Changeset: a6dbe9cc05a0
Author:    jgiles
Date:      2013-12-19 12:19 +1300
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a6dbe9cc05a0

RT-35013: A SplitPane used inside a TabPane is not being rendered until I 
resize the Stage

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

Changeset: 6ec6a557a2c4
Author:    leifs
Date:      2013-12-18 16:10 -0800
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/6ec6a557a2c4

RT-34959: [TextArea] TextArea with null text throws NPE on focus change

! 
modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TextAreaBehavior.java
! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/Utils.java

Reply via email to