Skip to content

fix: forwarding click events on macOS 27 - #341

Open
iparaskev wants to merge 1 commit into
tauri-apps:devfrom
gethopp:fix_macos_27
Open

fix: forwarding click events on macOS 27#341
iparaskev wants to merge 1 commit into
tauri-apps:devfrom
gethopp:fix_macos_27

Conversation

@iparaskev

Copy link
Copy Markdown

On macos 27 the left click events are not forwarded to the NSView while the status item has an NSMenu (I think this is because of TN3212). Here this is worked around by only calling setMenu after we've received the click event.

I've tested this on macOS 27.0 Beta (26A5378n).

Note that mouse Enter/Move/Exit events don't work on this version, there is thread for this.

On macos 27 the left click events are not forwared to the NSView while
the status item has an NSMenu. Here this worked around by only calling
setMenu after we've received the click event.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant