-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8261350: Create implementation for NSAccessibilityCheckBox protocol peer #1550
Conversation
Backport-of: a54adefb246d945fee88e19ca38b601ffc628305
…onents who should be ignored in a11y interactions
👋 Welcome back Autumn808! A progress list of the required criteria for merging this PR into |
I think you need to remove the word "of" in the PR title to make the bots correctly recognize the backport. |
Thank you! |
This backport pull request has now been updated with issue from the original commit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The original commit affected only 5 files, while this PR affects 12. There must be a prior commit to backport first.
JDK-8261350 Mostly clean each backport seems to just be cleaning up the java.desktop/macosx/native/libawt_lwawt/awt/a11y/RadiobuttonAccessibility.m file so it aligns properly.
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev pull/1550/head:pull/1550
$ git checkout pull/1550
Update a local copy of the PR:
$ git checkout pull/1550
$ git pull https://git.openjdk.org/jdk11u-dev pull/1550/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 1550
View PR using the GUI difftool:
$ git pr show -t 1550
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/1550.diff