Changeset: 26e00f0c1674
Author:    jgiles
Date:      2013-09-25 11:28 +1200
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/26e00f0c1674

RT-33148: Allow ComboBox subclasses to disable autohide when the ListView popup 
is clicked
Reviewed-by: psomashe

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

Changeset: 35ed95c6f4ed
Author:    jgiles
Date:      2013-09-25 11:39 +1200
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/35ed95c6f4ed

[DOC ONLY] RT-32182: Incorrect Javadoc for TitledPane

! modules/controls/src/main/java/javafx/scene/control/TitledPane.java

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

RT-25059: ListView scroll bar thumb resizes wildly
Contributed-by: rbair
Reviewed-by: jgiles

! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/VirtualFlow.java
! modules/controls/src/test/java/javafx/scene/control/ListViewTest.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: b97f4a5bcfb2
Author:    jgiles
Date:      2013-09-25 15:06 +1200
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/b97f4a5bcfb2

RT-33150: NPE in Ensemble 8 app when scrolling main screen with mouse wheel
Cell culling was occurring slightly too early, leading to blank spots in the 
virtualised controls.

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

Reply via email to