[jdk11u-dev] Integrated: 8339728: [Accessibility, Windows, JAWS] Bug in the getKeyChar method of the AccessBridge class
Antonio Vieiro
duke at openjdk.org
Tue Mar 18 11:58:24 UTC 2025
On Mon, 24 Feb 2025 09:51:09 GMT, Antonio Vieiro <duke at openjdk.org> wrote:
> Backport of [JDK-8339728](https://bugs.openjdk.org/browse/JDK-8339728) from 17u that solves some accessibility issues on Windows, for parity with 11.0.27/28-oracle (and because it's marked as CPU25-critical-SQE-OK too). Low risk.
>
> The test does fail without this fix (when read-out, the short-cuts are truncated, so for instance the menu short-cut "Ctrl+Shift+Period" was read out as "Control plus Shift plus P", instead of "Control plus Shift plus Period".
>
> The new accessibility test passes on Windows 10 (tested with [JAWS v. 2025.2412.102 - February 2025](https://support.freedomscientific.com/Downloads/JAWS) ).
>
> Clean but for an update in copyright header and for a multi-line string (that has been replaced) in `AccessBridge.java`.
This pull request has now been integrated.
Changeset: bf78d9b8
Author: Antonio Vieiro <avieirov at redhat.com>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
URL: https://git.openjdk.org/jdk11u-dev/commit/bf78d9b8509fa32889234fbecb984825c25144a1
Stats: 126 lines in 3 files changed: 115 ins; 5 del; 6 mod
8339728: [Accessibility,Windows,JAWS] Bug in the getKeyChar method of the AccessBridge class
Reviewed-by: sgehwolf
Backport-of: 01d107aea8eca4f4d2863deb30ac60e802debe15
-------------
PR: https://git.openjdk.org/jdk11u-dev/pull/3001
More information about the jdk-updates-dev
mailing list