8286204: [Accessibility,macOS,VoiceOver] VoiceOver reads the spinner value 10 as 1 when user iterates to 10 for the first time on macOS
I backport this for parity with 17.0.16-oracle.
Progress
- [x] Change must not contain extraneous whitespace
- [x] Commit message must refer to an issue
- [ ] JDK-8286204 needs maintainer approval
Issue
- JDK-8286204: [Accessibility,macOS,VoiceOver] VoiceOver reads the spinner value 10 as 1 when user iterates to 10 for the first time on macOS (Bug - P3)
Reviewing
Using git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/3366/head:pull/3366
$ git checkout pull/3366
Update a local copy of the PR:
$ git checkout pull/3366
$ git pull https://git.openjdk.org/jdk17u-dev.git pull/3366/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 3366
View PR using the GUI difftool:
$ git pr show -t 3366
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/3366.diff
:wave: Welcome back goetz! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.
@GoeLin This change now passes all automated pre-integration checks.
ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details.
After integration, the commit message for the final commit will be:
8286204: [Accessibility,macOS,VoiceOver] VoiceOver reads the spinner value 10 as 1 when user iterates to 10 for the first time on macOS
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed.
At the time when this comment was updated there had been 21 new commits pushed to the master branch:
- 1f039fe2044edbd09d62914bc99e01facfc453c4: 8344361: Restore null return for invalid services from legacy providers
- f30379b277746223618e58c55099b66051064dfe: 8341072: Open source several AWT Canvas and Rectangle related tests
- 62a65ac7adf1d6e0dd7e30544c5655d1eae90d03: 8341257: Open source few DND tests - Set1
- ... and 18 more: https://git.openjdk.org/jdk17u-dev/compare/5d7aa66ed84470fc5021fb20bdb68593c2bf0128...master
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details.
➡️ To integrate this PR with the above commit message to the master branch, type /integrate in a new comment.
This backport pull request has now been updated with issue from the original commit.
⚠️ @GoeLin This change is now ready for you to apply for maintainer approval. This can be done directly in each associated issue or by using the /approval command.
@GoeLin This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration!
/integrate
GHA failure: Artifact not found for name: bundles-jtreg-7.3.1+1, unrelated
Going to push as commit 45b84aeec31085efe7a839292c0545121038d3b0.
Since your change was applied there have been 48 commits pushed to the master branch:
- ab64a3e9e229f401222c923b081d6253bd4d0553: 8350924: javax/swing/JMenu/4213634/bug4213634.java fails
- eb0c0104aa19b9026a1d2221af383b31b9f7b6cd: 8305010: Test vmTestbase/nsk/jvmti/scenarios/sampling/SP05/sp05t003/TestDescription.java timed out: thread not suspended
- 197adc22920574f6e212befe1c9c4d671c92db7c: 8342633: javax/management/security/HashedPasswordFileTest.java creates tmp file in src dir
- ... and 45 more: https://git.openjdk.org/jdk17u-dev/compare/5d7aa66ed84470fc5021fb20bdb68593c2bf0128...master
Your commit was automatically rebased without conflicts.
@GoeLin Pushed as commit 45b84aeec31085efe7a839292c0545121038d3b0.
:bulb: You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.