Changeset: 9229486ecaea Author: "Joseph Andresen <joseph.andre...@oracle.com>" Date: 2014-06-11 12:06 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/9229486ecaea
RT-36990: [Accessibility, Mac] Toolbar side menu does not get narrator focus. reviewed-by: felipe ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ContextMenuContent.java Changeset: b7698ff4b6e3 Author: Felipe Heidrich <felipe.heidr...@oracle.com> Date: 2014-06-11 12:09 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/b7698ff4b6e3 [Accessibility] Pagination is not annoucing selected page changed (using keyboard). This happens because the notification was sent before the selected page changed. Thus, at the time the notification windows 8 see nothing really changed and annouces nothing, Windows 7 annouces the old (and wrong) page. The fix is to send the notification after the selected page changes. ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/PaginationSkin.java ! modules/controls/src/main/java/javafx/scene/control/Pagination.java