JDK-8154069 : Jaws reads wrong values from comboboxes when no element is selected
Type:Bug
Component:client-libs
Sub-Component:javax.accessibility
Affected Version:2.0.5,8,9
Priority:P3
Status:Resolved
Resolution:Fixed
Submitted:2016-04-12
Updated:2016-10-13
Resolved:2016-07-01
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
Jaws v15 with Access Bridge 2.0.5 reads wrong values from combo boxes when no element is selected.
The problem occurs always when there is no element selected.
Comments
I am seeing that in the case of no items being selected and the combo box has AccessibleSelection.getAccessibleCount == 0, AccessibleSelection.getAccessibleSelection(0), i.e. first item in the selection is not returning null as it should.