RFR: 8277369: Strange behavior of JMenuBar with RIGHT_TO_LEFT orientation, arrow keys behaves opposite traversing through keyboard [v2]
Prasanta Sadhukhan
psadhukhan at openjdk.java.net
Fri Feb 11 08:08:53 UTC 2022
On Thu, 10 Feb 2022 23:00:50 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Added L&F iteration
>
> test/jdk/javax/swing/JMenuBar/MenuBarRTLBug.java line 70:
>
>> 68: static volatile boolean passed = false;
>> 69:
>> 70: public static void main(String[] args) throws Exception {
>
> The submitter said that he use the native L&F should not we check it in the test?
Might as well. Added L&F iteration in the test.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7396
More information about the client-libs-dev
mailing list