jdk17u-dev icon indicating copy to clipboard operation
jdk17u-dev copied to clipboard

8286204: [Accessibility,macOS,VoiceOver] VoiceOver reads the spinner value 10 as 1 when user iterates to 10 for the first time on macOS

Open GoeLin opened this issue 8 months ago • 3 comments
trafficstars

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

GoeLin avatar Mar 17 '25 10:03 GoeLin