Changeset: 742752b2de3d
Author:    Felipe Heidrich <felipe.heidr...@oracle.com>
Date:      2014-04-08 16:30 -0700
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/742752b2de3d

[Accessibility] Removing ACCORDION role, it created an  (unignored) AXUnknown 
the a11y hierarchy on Mac, that prevented VO to read the TITLED_PANE elements 
inside the Accordion. Note that ACCORDION never really add any a11y 
functionality, it is just an PARENT. Tested using HelloAccordion.java.

! modules/controls/src/main/java/javafx/scene/control/Accordion.java
! modules/graphics/src/main/java/com/sun/glass/ui/win/WinAccessible.java
! modules/graphics/src/main/java/javafx/scene/accessibility/Role.java

Reply via email to