Changeset: 2955bf2bc412 Author: jgiles Date: 2014-05-20 09:09 +1200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/2955bf2bc412
RT-37177: [Tooltip, ContextMenu] FXML defined id is null ! modules/controls/src/main/java/javafx/scene/control/ContextMenu.java ! modules/controls/src/main/java/javafx/scene/control/Tooltip.java Changeset: ada2c2cc2108 Author: jgiles Date: 2014-05-20 14:03 +1200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/ada2c2cc2108 RT-36939: ComboBox popup list is wrong height the first time it is shown if setPrefWidth() is used ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ComboBoxListViewSkin.java ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ComboBoxPopupControl.java Changeset: c9f96bf235b4 Author: jgiles Date: 2014-05-20 14:50 +1200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/c9f96bf235b4 RT-37060: TableView can't scroll to a column right after adding it. ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TableViewSkinBase.java ! modules/controls/src/main/java/javafx/scene/control/ControlUtils.java Changeset: 5c1aa053d3a0 Author: jgiles Date: 2014-05-20 15:34 +1200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/5c1aa053d3a0 [DOC ONLY] Update the Cell.updateItem(T, boolean) javadoc to make clearer the expectations of developers who override it (because this is the #1 bug report I get that could be fixed by 1) having better documentation and 2) having people read it). Prompted by RT-37073. ! modules/controls/src/main/java/javafx/scene/control/Cell.java
