Unable trigger pointerup event for rightclick on 33.2.1 #44887
Closed
Description
Preflight Checklist
- I have read the Contributing Guidelines for this project.
- I agree to follow the Code of Conduct that this project adheres to.
- I have searched the issue tracker for a bug report that matches the one I want to file, without success.
Electron Version
33.2.1
What operating system(s) are you using?
macOS
Operating System Version
MacOS 15.1.1
What arch are you using?
arm64 (including Apple Silicon)
Last Known Working Electron version
33.0 - 33.2.0
Expected Behavior
Should catch pointerdown
& pointerup
events on right button
Actual Behavior
A right click (contextmenu) on any element should catch pointerdown
& pointerup
events, but on 33.2.1
, only pointerdown
is triggered, no poinerup
is fired. Probably something wrong with the commit 86e4529