-
Notifications
You must be signed in to change notification settings - Fork 170
8154043: Fields not reachable anymore by tab-key, because of new tabbing behaviour of radio button groups. #285
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
Conversation
👋 Welcome back ktakakuri! A progress list of the required criteria for merging this PR into |
This backport pull request has now been updated with issue from the original commit. |
Could someone please review this backport? |
@ktakakuri 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! |
Could someone please review this backport? |
Webrevs
|
@ktakakuri 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! |
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.
Copyright date updates should be taken from the original commit rather than use the current year. If the existing file has a later copyright date than the file in the original commit, leave the copyright date alone. Other than that, lgtm.
Sorry I did not have a time to look at this PR, will try to look soon. |
I corrected the copyright date. |
@ktakakuri This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
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 2 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the ➡️ To integrate this PR with the above commit message to the |
|
As this fix includes the test from JDK-8182577, please use |
@ktakakuri 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! |
I fixed the copyright year and merged the latest master branch. Windows x64 build is failing in configure, and jdk/security_infra test is failing, but this is unrelated to this fix. |
I have merged the latest master branch and confirmed that there are no problems after running :jdk_awt and :jdk_swing tests on Windows. @jerboaa I previously received feedback from another maintainer on this PR. However, there hasn't been any further response for some time, and I'm wondering if there's an opportunity for it to be reviewed. JDK-8154043's bug is impacting several users' applications. Thanks. |
Sorry, I thought this had been abandoned. I'm having a look again now, but have to reacquaint myself with it again. |
I think I just meant this in the 8182577 11u patch:
Of course, it doesn't have the |
Good catch. 8226892 was already backported with a later copyright date on this file. |
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.
Good to go. Please apply for approval.
@gnu-andrew Thank you for your review. I'm planning to reopen and work on #212 related to this PR soon, so I'd appreciate it if you could review that as well when the time comes. |
/approval JDK-8154043 request |
/approval JDK-8182577 request |
@ktakakuri |
@ktakakuri |
/approval JDK-8154043 cancel |
@ktakakuri |
@gnu-andrew JDK-8154043 has already been labeled with jdk8u-fix-no, and I can't submit the request again. I want to resubmit it. How should I proceed? |
I've approved manually on the bugs. This should be good to go. |
@gnu-andrew Thank you for your prompt support. |
/integrate |
Going to push as commit 86ecd5b.
Your commit was automatically rebased without conflicts. |
@ktakakuri Pushed as commit 86ecd5b. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
This is a backport of JDK-8154043: Fields not reachable anymore by tab-key, because of new tabbing behaviour of radio button groups.
Applying the JDK-8154043 fix as is will result in a regression of JDK-8182577.
The fix of JDK-8182577 adds an interface for JDK10, therefore this fix cannot be backported simply for JDK8u.
So, I propose to judge the buttonModel is an instance of DefaultButtonModel.
Testing:
java/awt
javax/swing
ButtonGroupLayoutTraversalTest.java
bug8033699.java
DefaultButtonModelCrashTest.java
on Windows x86_64
Progress
Issues
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/285/head:pull/285
$ git checkout pull/285
Update a local copy of the PR:
$ git checkout pull/285
$ git pull https://git.openjdk.org/jdk8u-dev.git pull/285/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 285
View PR using the GUI difftool:
$ git pr show -t 285
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/285.diff
Using Webrev
Link to Webrev Comment