We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wry
cargo run --example wry
Alt + C
Event log is output in terminal.
MenuEvent { id: MenuId("...") }
Nothing is output. No menu event is received on MenuEventReceiver.
MenuEventReceiver
When clicking items in application menu with mouse, it works as expected.
The text was updated successfully, but these errors were encountered:
This is the same as tauri-apps/wry#451 and so we are waiting for MicrosoftEdge/WebView2Feedback#468 (comment)
Sorry, something went wrong.
Ah, I checked tauri's issues but didn't wry's. Thanks for the information.
No branches or pull requests
Repro
cargo run --example wry
Alt + C
in keyboardExpected behavior
Event log is output in terminal.
Actual behavior
Nothing is output. No menu event is received on
MenuEventReceiver
.Note
When clicking items in application menu with mouse, it works as expected.
Environment
The text was updated successfully, but these errors were encountered: