> With this PR: VoiceOver correctly identifies a JToggleButton as a "toggle > button" (instead of a "checkbox") > > This adds the subrole of NSAccessibilityToggleSubrole (which Accessibility > Inspector shows as the subrole "AXToggle"). > > > In the screenshot the subrole appears as expected, and the "class" (in the > "element") section is different from production: > > <img width="1920" height="1080" alt="toggled button fixed" > src="https://github.com/user-attachments/assets/b449e273-c089-4930-a968-9ea8643f3ac0" > />
Jeremy Wood has updated the pull request incrementally with two additional commits since the last revision: - 8379347: clarify expected behavior for testers This is in response to: https://github.com/openjdk/jdk/pull/30096#pullrequestreview-4018238446 - 8379347: use text block This is in response to: https://github.com/openjdk/jdk/pull/30096/changes#r2998420677 ------------- Changes: - all: https://git.openjdk.org/jdk/pull/30096/files - new: https://git.openjdk.org/jdk/pull/30096/files/4808253b..adc8c755 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=30096&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=30096&range=00-01 Stats: 13 lines in 1 file changed: 5 ins; 0 del; 8 mod Patch: https://git.openjdk.org/jdk/pull/30096.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30096/head:pull/30096 PR: https://git.openjdk.org/jdk/pull/30096
