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

X11 / drag-n-drop race condition with clipboard enumerationg and clipboard retreval #21278

Open
ThomasKuehne opened this issue Nov 2, 2021 · 0 comments

Comments

@ThomasKuehne
Copy link
Contributor

Steps to Reproduce

  1. drag from native application to mono
  2. ensure mono request clipboard content - but content isn't yet returned from the clipboard owner
  3. perform drop
  4. clipboard owner replies with content

Current Behavior

The drop data (step 3) is stored in mono's clipboard.

Expected Behavior

The drop data (step 3) is stored in mono's DragData object..

On which platforms did you notice this

[ ] macOS
[X] Linux
[ ] Windows

Version Used:
Mono JIT compiler version 6.12.0.122 (tarball Fri Oct 29 08:00:16 CEST 2021)

ThomasKuehne added a commit to ThomasKuehne/mono that referenced this issue Nov 2, 2021
Fixes mono#21278 by ensuring that the SelectionNotifyEvent is handled
by the correct code: dnd or clipboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant