Skip to content
New issue

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

[Bug]: Tray 'middle-click' event is emitted as 'click' on Windows 11 #40196

Closed
3 tasks done
roduk opened this issue Oct 13, 2023 · 1 comment
Closed
3 tasks done

[Bug]: Tray 'middle-click' event is emitted as 'click' on Windows 11 #40196

roduk opened this issue Oct 13, 2023 · 1 comment
Labels
28-x-y bug 🪲 has-repro-gist Issue can be reproduced with code at https://gist.github.com/ platform/windows

Comments

@roduk
Copy link

roduk commented Oct 13, 2023

Preflight Checklist

Electron Version

28.0.0-alpha.2

What operating system are you using?

Windows

Operating System Version

Windows 11 version 22H2

What arch are you using?

x64

Last Known Working Electron version

N/A

Expected Behavior

When middle-clicking the tray, the new 'middle-click' event should be emitted.

Actual Behavior

When middle-clicking the tray, the 'click' event is emitted instead.

Testcase Gist URL

https://gist.github.com/roduk/d550eae91921c55eb772da4557ec54a0

Additional Information

This event works fine on Windows 10, this is isolated to Windows 11 only.

@roduk roduk added the bug 🪲 label Oct 13, 2023
@codebytere codebytere added platform/windows 28-x-y has-repro-gist Issue can be reproduced with code at https://gist.github.com/ labels Oct 13, 2023
@codebytere
Copy link
Member

codebytere commented Nov 2, 2023

Looks like this isn't an Electron issue: HavenDV/H.NotifyIcon#82

It's present in Windows 11 build 22621.1344 and newer, it seems. There's nothing really we can do on our end since the fix can only come from Windows so i'm going to close this out for now

@codebytere codebytere closed this as not planned Won't fix, can't repro, duplicate, stale Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
28-x-y bug 🪲 has-repro-gist Issue can be reproduced with code at https://gist.github.com/ platform/windows
Projects
No open projects
Status: 👍 Does Not Block Stable
Development

No branches or pull requests

2 participants