hg: openjfx/8u-dev/rt: 2 new changesets
    hang.vo at oracle.com 
    hang.vo at oracle.com
       
    Wed Jun 11 19:17:35 UTC 2014
    
    
  
Changeset: 9229486ecaea
Author:    "Joseph Andresen <joseph.andresen at 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.heidrich at 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
    
    
More information about the openjfx-dev
mailing list