[Rev 01] RFR: 8241710: NullPointerException while entering empty submenu with "arrow right"
Jeanette Winzenburg
fastegal at openjdk.java.net
Tue Apr 7 11:42:46 UTC 2020
On Tue, 7 Apr 2020 11:40:09 GMT, Ajit Ghaisas <aghaisas at openjdk.org> wrote:
>> Bug : https://bugs.openjdk.java.net/browse/JDK-8241710
>>
>> Root Cause : A menu can have empty submenu. This was not checked while processing RIGHT arrow key.
>>
>> Fix : Added the null check for submenu. Added a unit test case which fails without fix and passes with it.
>
> Ajit Ghaisas has updated the pull request incrementally with one additional commit since the last revision:
>
> Minor review fixes
okay, thanks for the quicks changes :)
-------------
Marked as reviewed by fastegal (Author).
PR: https://git.openjdk.java.net/jfx/pull/161
More information about the openjfx-dev
mailing list