Changeset: 570ce4be0938 Author: Felipe Heidrich <felipe.heidr...@oracle.com> Date: 2014-06-09 13:22 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/570ce4be0938
RT-36630: [Accessibility] Mac, sometimes VO focus starts at the wrong node ! modules/graphics/src/main/java/com/sun/glass/ui/mac/MacAccessible.java ! modules/graphics/src/main/java/com/sun/glass/ui/win/WinAccessible.java ! modules/graphics/src/main/java/javafx/scene/Node.java Changeset: 8a087879ffc5 Author: Felipe Heidrich <felipe.heidr...@oracle.com> Date: 2014-06-09 14:33 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/8a087879ffc5 [ACCESSIBILITY] Indeterminate ProgressIndicator should be reported as 'Indeterminate progress indicator' 'instead of 'buy indicator' by VoiceOver, The fix is to not specify the max value for AXProgressIndicator instead of using AXBusyIndicator. ! modules/graphics/src/main/java/com/sun/glass/ui/mac/MacAccessible.java