[jfx17u] RFR: 8087557: [Win] [Accessibility, Dialogs] Alert Dialog content is not fully read by Screen Reader
Kevin Rushforth
kcr at openjdk.org
Tue Nov 22 03:50:17 UTC 2022
On Mon, 21 Nov 2022 20:05:10 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:
> Backport this a11y fix to jfx17u.
> This is not a clean backport. The source code changes apply cleanly but there was a conflict in test file.
> The test `DialogTest.java` file does not exist in jfx17u source.
> The file is now added but only with one test that was added as part of this fix to mainline, and other pre-existing tests are removed.
> Tested that fix works as expected on Windows and macOS
I just realized that the version number in the `@since` needs to be changed.
modules/javafx.graphics/src/main/java/javafx/scene/AccessibleRole.java line 836:
> 834: * </ul>
> 835: *
> 836: * @since 20
This needs to be changed to `@since 17.0.6`
-------------
Changes requested by kcr (Lead).
PR: https://git.openjdk.org/jfx17u/pull/91
More information about the openjfx-dev
mailing list