hg: openjfx/8u-dev/rt: [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.

hang.vo at oracle.com hang.vo at oracle.com
Tue Apr 8 23:47:48 UTC 2014


Changeset: 742752b2de3d
Author:    Felipe Heidrich <felipe.heidrich at 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



More information about the openjfx-dev mailing list