RFR: 7124313: [macosx] Swing Popups should overlap taskbar

Sergey Bylokhov serb at openjdk.org
Tue Jun 28 05:40:41 UTC 2022


On Tue, 28 Jun 2022 04:48:20 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> It says for windows and linux only

Are you sure? It has macOS specific code added as part of the https://bugs.openjdk.org/browse/JDK-8196096

> Also, if we put hundred of items in popup , it fails in windows/linux so i wish not to tinker with this existing testcase

I think for the large menu it was fixed by the changed mentioned [here](https://bugs.openjdk.org/browse/JDK-7124313?focusedCommentId=12546867&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-12546867) So now the popup menu overlap the taskbar on macOS if it is big enough and will not be located under it.

-------------

PR: https://git.openjdk.org/jdk/pull/9294



More information about the client-libs-dev mailing list