Changeset: 4dc1ba8b86ee Author: David Grieve<david.gri...@oracle.com> Date: 2014-03-19 16:19 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/4dc1ba8b86ee
[DOCS-ONLY] RT-23933: clarify the affect of the -fx-tooltip-visible property on the Pagination control. ! modules/graphics/src/main/docs/javafx/scene/doc-files/cssref.html Changeset: 96ca9d80b159 Author: David Grieve<david.gri...@oracle.com> Date: 2014-03-19 16:19 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/96ca9d80b159 RT-24086: disallow uni-directional bind on currentPageIndex ! modules/controls/src/main/java/javafx/scene/control/Pagination.java ! modules/controls/src/test/java/javafx/scene/control/PaginationTest.java Changeset: 9940be2f94f3 Author: David Grieve<david.gri...@oracle.com> Date: 2014-03-19 16:19 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/9940be2f94f3 RT-36283: override Legend computePrefWidth/Height to return zero if there are no legend items ! modules/controls/src/main/java/com/sun/javafx/charts/Legend.java