JDK-8043777 : VPAT: "Uninstall out-of-date versions" dialogs - keyboard a11y issue
  • Type: Bug
  • Component: install
  • Sub-Component: install
  • Affected Version: 8u20,9
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2014-05-22
  • Updated: 2014-08-15
  • Resolved: 2014-05-28
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.

To download the current JDK release, click here.
JDK 8 JDK 9
8u20Fixed 9 b22Fixed
Description
Can't set focus on any item of the "Java Setup - Uninstall out-of-date versions" dialogs using keyboard only.
Nothing is focused by default. I can navigate through the dialog using keyboard only after setting the focus by mouse.
Seems like all new dialogs are affected, "Java Setup - Progress" with "Status: Uninstallation Complete" message is also affected.

These issues makes JRE installation via keyboard impossible.

Affected tests:
JreTests/JRE007-022-offline
JreTests/JRE007-022-IFTW
JreTests/JRE007-022-offline-64
JreTests/JRE007-023-offline
JreTests/JRE007-023-IFTW
JreTests/JRE007-023-offline-64

Comments
Html UI should detect the last button added to the dialog and automatically set focus to it. Assigning to Alex.
23-05-2014

Does the new UE implementation allow for setting Z order for the controls? Looks like we need to set it, and set the default.
22-05-2014

Steps to reproduce: Try to install JRE without using a mouse Expected: JRE installs successfully Actual: Can't go further the "Java Setup - Uninstall out-of-date versions" dialog
22-05-2014