[jdk17u-dev] RFR: 8286313: [macos] Voice over reads the boolean value as null in the JTable

Rui Li duke at openjdk.org
Thu Oct 20 00:42:10 UTC 2022


Clean backport.

Original commit: https://github.com/openjdk/jdk/commit/8353a33350eca859842bc6b92bc9a38a60c11e26

JBS: https://bugs.openjdk.org/browse/JDK-8286313


Tested locally. After the change, checkbox can be read with VoiceOver. Before the change, they were read as `null`. (_Howver checkboxes are read as `1` or `0` like numbers. Not sure if that's the best user experience, but this is a backport : /_)

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

Commit messages:
 - Backport 8353a33350eca859842bc6b92bc9a38a60c11e26

Changes: https://git.openjdk.org/jdk17u-dev/pull/810/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=810&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8286313
  Stats: 8 lines in 1 file changed: 7 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk17u-dev/pull/810.diff
  Fetch: git fetch https://git.openjdk.org/jdk17u-dev pull/810/head:pull/810

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


More information about the jdk-updates-dev mailing list