[jdk17u-dev] Integrated: 8339728: [Accessibility, Windows, JAWS] Bug in the getKeyChar method of the AccessBridge class

Antonio Vieiro duke at openjdk.org
Mon Feb 24 08:14:05 UTC 2025


On Sat, 22 Feb 2025 10:05:33 GMT, Antonio Vieiro <duke at openjdk.org> wrote:

> Backport of [JDK-8339728](https://bugs.openjdk.org/browse/JDK-8339728) from 21u that solves some accessibility issues on Windows, for parity with 17.0.15/166-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 in `AccessBridge.java`.

This pull request has now been integrated.

Changeset: 01d107ae
Author:    Antonio Vieiro <antonio at vieiro.net>
Committer: Goetz Lindenmaier <goetz at openjdk.org>
URL:       https://git.openjdk.org/jdk17u-dev/commit/01d107aea8eca4f4d2863deb30ac60e802debe15
Stats:     127 lines in 3 files changed: 116 ins; 5 del; 6 mod

8339728: [Accessibility,Windows,JAWS] Bug in the getKeyChar method of the AccessBridge class

Backport-of: af639f37ffb3a46351258155a4400a20c9b313fb

-------------

PR: https://git.openjdk.org/jdk17u-dev/pull/3291


More information about the jdk-updates-dev mailing list