Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 9
-
Fix Version/s: 9
-
Component/s: client-libs
-
Labels:
-
Subcomponent:
-
Resolved In Build:b24
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8056853 | emb-9 | Unassigned | P4 | Resolved | Fixed | b24 |
Description
There is an NPE in com.sun.java.accessibility.AccessBridge.getAccessibleSelectionFromContext when a selected menu item in an open menu becomes deselected due to a hover over/off of the selected menu item. This is only when Ferret is running. Apparently JAWS and NVDA don't make the same call. The problem is that it is valid for JMenu.AccessibleJMenu.getAccessibleSelection(i) to return null. The code in getAccessibleSelectionFromContext needs to sense for null and return null in this case.
Attachments
Issue Links
- backported by
-
JDK-8056853 AccessBridge crashes if running Ferret and hover off a menu item
-
- Resolved
-