Changeset: a4147a40b285 Author: David Grieve<david.gri...@oracle.com> Date: 2014-01-16 19:13 -0500 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a4147a40b285
RT-17334: check {h|v}valueProperty().isBound() before calling set ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ScrollPaneSkin.java Changeset: 30314ce7385c Author: David Grieve<david.gri...@oracle.com> Date: 2014-01-16 19:13 -0500 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/30314ce7385c RT-17395: if ScrollBarPolicy value is null, treat it as AS_NEEDED. Also changed comparison of enum using equals method to using == ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ScrollPaneSkin.java Changeset: 59da29c7f1b5 Author: David Grieve<david.gri...@oracle.com> Date: 2014-01-16 19:13 -0500 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/59da29c7f1b5 RT-18223: if ScrollBar is focusTraversable, requestFocus on certain mouse press events (like a mouse press on increment button). Reviewed by Jonathan ! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/ScrollBarBehavior.java Changeset: 89a4c84586c2 Author: David Grieve<david.gri...@oracle.com> Date: 2014-01-16 19:13 -0500 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/89a4c84586c2 [DOCS-ONLY] RT-18386: css lint on cssref. ! modules/graphics/src/main/docs/javafx/scene/doc-files/cssref.html