RFR: 8342096: Popup menus that request focus are not shown on Linux with Wayland [v5]
Alexander Zvegintsev
azvegint at openjdk.org
Wed Jan 29 17:26:06 UTC 2025
On Wed, 29 Jan 2025 15:50:25 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
>> Alexander Zvegintsev has updated the pull request incrementally with one additional commit since the last revision:
>>
>> review comments
>
> test/jdk/javax/swing/JPopupMenu/NestedFocusablePopupTest.java line 96:
>
>> 94: }
>> 95:
>> 96: static Rectangle waitAndGetOnScreenBoundsOnEDT(Component component) throws Exception {
>
> Suggestion:
>
> static Rectangle waitAndGetOnScreenBoundsOnEDT(Component component)
> throws InterruptedException, TimeoutException, ExecutionException {
>
> For consistency with `waitTillShown` which lists exceptions.
Updated
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22729#discussion_r1934294922
More information about the client-libs-dev
mailing list