[jdk8u-dev] RFR: 8154043: Fields not reachable anymore by tab-key, because of new tabbing behaviour of radio button groups. [v2]
Sergey Bylokhov
serb at openjdk.org
Thu Aug 10 23:35:28 UTC 2023
On Tue, 13 Jun 2023 06:58:31 GMT, ktakakuri <duke at openjdk.org> wrote:
>> 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
>
> ktakakuri has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains six additional commits since the last revision:
>
> - Merge branch 'openjdk:master' into 8154043
> - Chmod ButtonGroupLayoutTraversalTest
> - Chmod DefaultButtonModelCrashTest
> - Fix the copyright year
> - Backport f3abf05b31893b9a066a436e2c4a587f8899ab10
> - Backport 8d81ec63b2bafc431cbb8572a3e45e76580ab46f
Sorry I did not have a time to look at this PR, will try to look soon.
-------------
PR Comment: https://git.openjdk.org/jdk8u-dev/pull/285#issuecomment-1674046094
More information about the jdk8u-dev
mailing list