apache / netbeans

Apache NetBeans
https://netbeans.apache.org/
Apache License 2.0
2.62k stars 840 forks source link

NebBeans unusable in fullscreen on current macOS (arm64) #7602

Open AJK-Muc opened 1 month ago

AJK-Muc commented 1 month ago

Apache NetBeans version

Apache NetBeans 22

What happened

Preamble: in order to use all space on the display, the macOS menubar and dock is set to automatically disappear

As soon as fullscreen is activated, NetBeans becomes unusable

  1. Not the full screen is being used, only the top macOS window bar (with the 3 dots red, yellow, green) gets subtracted and the resulting window is repositioned to the top without expanding to the bottom (creates unused empty space on the bottom)
  2. This resulting gap is the offset for the cursor: you can no longer position anything (always anything else is getting clicked)

Language / Project Type / NetBeans Component

General GUI issue

How to reproduce

  1. Enter fullscreen mode (window top left green dot)
  2. Try to position your cursor on any position

Did this work correctly in an earlier version?

No / Don't know

Operating System

macOS Sonoma 14.5 (23F79) on ARM64 (M1)

JDK

openjdk 21.0.1 2023-10-17 LTS

Apache NetBeans packaging

Apache NetBeans provided installer

Anything else

happens always

Are you willing to submit a pull request?

No

mbien commented 1 month ago

openjdk 21.0.1 2023-10-17 LTS

if you experience UI issues, please always check the latest update release of the JDK (would be 21.0.4 or 22.0.2 by now).

does shift+alt+enter produce different/better results than the green button? Does using a different look and feel also trigger the mouse click offset issue?