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

Antonio Vieiro duke at openjdk.org
Sun Feb 23 14:01:58 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`.

D'oh! This was already backported by @GoeLin in https://github.com/openjdk/jdk17u-dev/pull/3271. Closing this one then.

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

PR Comment: https://git.openjdk.org/jdk17u-dev/pull/3291#issuecomment-2676877086


More information about the jdk-updates-dev mailing list