hg: openjfx/8/controls/rt: 3 new changesets
hang.vo at oracle.com
hang.vo at oracle.com
Mon Apr 8 22:03:24 PDT 2013
Changeset: fe41d474b34b
Author: jgiles
Date: 2013-04-09 11:01 +1200
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/fe41d474b34b
RT-28920: Layout results in Label clipping after mouseover.
The issue was that essentially the ComboBox ListView was not having the Scene set on it until after the initial size measurement, so its pref width was incorrect (actually, to be totally precise the Scene was being set and then nulled out by the call to ComboBoxBaseSkin.updateDisplayArea(), as the listview was being removed from the scenegraph). Realising and resolving this allowed me to remove some ugly code from ComboBoxListViewSkin.
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ComboBoxBaseSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ComboBoxListViewSkin.java
Changeset: 0d2a87d943d0
Author: jgiles
Date: 2013-04-09 13:20 +1200
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/0d2a87d943d0
RT-29565: HelloComboBox ComboBox jumps in size on mouse hover
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ComboBoxBaseSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ComboBoxListViewSkin.java
Changeset: 6a252c916948
Author: jgiles
Date: 2013-04-09 15:33 +1200
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/6a252c916948
RT-29566: TableCell disappears when TableColumn is hidden and then reshown in some TableRows. Includes unit test for TableView and TreeTableView.
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TableRowSkinBase.java
! javafx-ui-controls/test/javafx/scene/control/TableViewTest.java
! javafx-ui-controls/test/javafx/scene/control/TreeTableViewTest.java
More information about the openjfx-dev
mailing list