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

fix: allow contextmenu event in draggable regions #37386

Merged
merged 1 commit into from Feb 24, 2023

Conversation

nornagon
Copy link
Member

@nornagon nornagon commented Feb 23, 2023

Description of Change

The change in #35603 made it so that right-click events in draggable regions
stopped being delivered to the web content, and were only delivered to the
browser. This adds some hacks to preserve that behavior, though I'm not sure
this is the best way forward. I feel like it might be better to expose
system-context-menu on macOS instead, and have right-clicks in
draggable regions trigger that event.

However, that would break backwards compatibility. I'd rather only do that
intentionally, so this PR for now preserves the old behavior.

Fixes #37301.

Checklist

Release Notes

Notes: Fixed right-click events not being delivered in frameless window draggable regions.

@nornagon nornagon added semver/patch backwards-compatible bug fixes target/23-x-y PR should also be added to the "23-x-y" branch. target/24-x-y PR should also be added to the "24-x-y" branch. labels Feb 23, 2023
@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Feb 23, 2023
@nornagon nornagon merged commit e27905c into main Feb 24, 2023
@nornagon nornagon deleted the fix-draggable-region-context-menu branch February 24, 2023 00:05
@release-clerk
Copy link

release-clerk bot commented Feb 24, 2023

Release Notes Persisted

Fixed right-click events not being delivered in frameless window draggable regions.

@trop
Copy link
Contributor

trop bot commented Feb 24, 2023

I have automatically backported this PR to "23-x-y", please check out #37394

@trop
Copy link
Contributor

trop bot commented Feb 24, 2023

I have automatically backported this PR to "24-x-y", please check out #37395

@trop trop bot added in-flight/24-x-y merged/24-x-y PR was merged to the "24-x-y" branch merged/23-x-y PR was merged to the "23-x-y" branch. and removed target/23-x-y PR should also be added to the "23-x-y" branch. target/24-x-y PR should also be added to the "24-x-y" branch. in-flight/24-x-y labels Feb 24, 2023
gecko19 pushed a commit to brightsign/electron that referenced this pull request Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged/23-x-y PR was merged to the "23-x-y" branch. merged/24-x-y PR was merged to the "24-x-y" branch new-pr 🌱 PR opened in the last 24 hours semver/patch backwards-compatible bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: context menus cannot be displayed when "-webkit-app-region: drag" is enabled
3 participants