window_manager icon indicating copy to clipboard operation
window_manager copied to clipboard

Buttons not clickable when placed at top of window with TitleBarStyle.hidden on macOS Tahoe (26.0)

Open p-matvienko opened this issue 5 months ago • 2 comments

When using TitleBarStyle.hidden on macOS Tahoe, placing any button at the top of the window makes it unclickable. The invisible title bar seems to overlap the window content and blocks click interaction.

The back button on the screenshot is unclickable: Image

p-matvienko avatar Sep 25 '25 20:09 p-matvienko

.setAsFrameless allows to pass clicks through, but mouse cursor hover doesn't work properly.

Combination of both: .setAsFrameless and TitleBarStyle.hidden gives the desired behavior.

p-matvienko avatar Sep 25 '25 21:09 p-matvienko

same issue

cruvie avatar Oct 29 '25 16:10 cruvie