Changeset: 26306d581529 Author: Felipe Heidrich <felipe.heidr...@oracle.com> Date: 2014-04-29 17:09 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/26306d581529
[Accessibility] Fix hanging when traversing out of textfield/area (infinity loop in MoveEndpointByUnit). ! modules/graphics/src/main/java/com/sun/glass/ui/win/WinTextRangeProvider.java Changeset: 822a99443a4e Author: jgiles Date: 2014-04-30 11:01 +1200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/822a99443a4e RT-36908: [TabPane] If first tab is disabled, its content is still shown at startup ! modules/controls/src/main/java/javafx/scene/control/TabPane.java ! modules/controls/src/test/java/javafx/scene/control/TabPaneTest.java Changeset: 5c12dcee4f69 Author: jgiles Date: 2014-04-30 12:13 +1200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/5c12dcee4f69 RT-35981: HelloTabPane: white rectangle in the tab header I also took this opportunity to continue to further clean up TabPaneSkin and add in mouse wheel scrolling for tab panes with overflowing tabs. ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TabPaneSkin.java