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: drag and drop should copy on macOS #35963

Merged
merged 2 commits into from Oct 11, 2022
Merged

Conversation

codebytere
Copy link
Member

Description of Change

Closes #35264.

Inadvertently introduced by #34615, which set the drag behavior to NSDragOperationEvery. We instead want to copy when the user is moving an item outside the app (e.g. to the desktop) and infer behavior within the application context, as was the previous behavior.

Checklist

Release Notes

Notes: Fixed a drag-and-drop issue on macOS where items would be incorrectly moved instead of copied in some contexts.

@codebytere codebytere added semver/patch backwards-compatible bug fixes target/20-x-y target/21-x-y PR should also be added to the "21-x-y" branch. target/22-x-y PR should also be added to the "22-x-y" branch. labels Oct 10, 2022
@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Oct 10, 2022
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Oct 11, 2022
@codebytere codebytere merged commit b3fd5eb into main Oct 11, 2022
@codebytere codebytere deleted the fix-drag-and-drop-copy branch October 11, 2022 16:20
@release-clerk
Copy link

release-clerk bot commented Oct 11, 2022

Release Notes Persisted

Fixed a drag-and-drop issue on macOS where items would be incorrectly moved instead of copied in some contexts.

trop bot added a commit that referenced this pull request Oct 11, 2022
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
trop bot added a commit that referenced this pull request Oct 11, 2022
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
trop bot added a commit that referenced this pull request Oct 11, 2022
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
@trop
Copy link
Contributor

trop bot commented Oct 11, 2022

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

@trop trop bot added in-flight/22-x-y and removed target/22-x-y PR should also be added to the "22-x-y" branch. labels Oct 11, 2022
@trop
Copy link
Contributor

trop bot commented Oct 11, 2022

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

@trop
Copy link
Contributor

trop bot commented Oct 11, 2022

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

@trop trop bot added in-flight/20-x-y and removed target/21-x-y PR should also be added to the "21-x-y" branch. target/20-x-y labels Oct 11, 2022
@trop trop bot added merged/22-x-y PR was merged to the "22-x-y" branch. and removed in-flight/22-x-y labels Oct 11, 2022
codebytere added a commit that referenced this pull request Oct 11, 2022
fix: drag and drop should copy on macOS (#35963)

Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
@trop trop bot added the merged/20-x-y label Oct 12, 2022
jkleinsc pushed a commit that referenced this pull request Oct 12, 2022
fix: drag and drop should copy on macOS (#35963)

Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
@trop trop bot added merged/21-x-y PR was merged to the "21-x-y" branch. and removed in-flight/20-x-y labels Oct 12, 2022
jkleinsc pushed a commit that referenced this pull request Oct 12, 2022
fix: drag and drop should copy on macOS (#35963)

Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
khalwa pushed a commit to solarwindscloud/electron that referenced this pull request Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged/21-x-y PR was merged to the "21-x-y" branch. merged/22-x-y PR was merged to the "22-x-y" branch. semver/patch backwards-compatible bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: WebContents.startDrag feature seems to have changed unexpectedly from electron version 19.0.4 to 19.0.5
2 participants