hg: openjfx/8/controls/rt: 3 new changesets

hang.vo at oracle.com hang.vo at oracle.com
Mon Apr 22 16:33:58 PDT 2013


Changeset: 716876419500
Author:    jgiles
Date:      2013-04-23 09:34 +1200
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/716876419500

RT-29682:  [TableView, TreeTableView] incorrect amount of dots when sorted state is marked.

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TableColumnHeader.java
! javafx-ui-controls/src/javafx/scene/control/TableUtil.java

Changeset: 09430770080f
Author:    jgiles
Date:      2013-04-23 11:24 +1200
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/09430770080f

RT-29641: Regression : size issue with many controls
RT-24984:  REGRESSION: TextArea don't resize on parent size
Resolved issue by changing SkinBase code that computes min width / height values. In JavaFX 2.x this calculation was done by deferring to the StackPane computeMin* methods (as SkinBase was a StackPane). This changed in JavaFX 8.x when the class hierarchy changed and these methods became unavailable. At that point the computeMin* methods were changed to return the pref size of the control. The changeset I am pushing reintroduces proper min size calculations to SkinBase, and resolves the issue identified in both jira bug reports above.

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/SeparatorSkin.java
! javafx-ui-controls/src/javafx/scene/control/SkinBase.java

Changeset: cec4c5d9c2d6
Author:    jgiles
Date:      2013-04-23 11:26 +1200
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/cec4c5d9c2d6

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/scrum/controls/jfx/rt




More information about the openjfx-dev mailing list