context-menu event is not emitting for WebContentsView webContents #44896
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.2.0
Expected Behavior
context-menu event is not emitting for WebContentsView webContents, it works in v. 33.2.0, but not on v. 33.2.1
Actual Behavior
context-menu event should be emitting for WebContentsView webContents
Testcase Gist URL
https://gist.github.com/dmitry-dzyuba-uinno/88342b14d4ce3e2e19e37b4e0ce3d611
Additional Information
No response