[GTK] Reports wrong mouse coordinates when starting a drag #2119#2574
Merged
akurtakov merged 1 commit intoeclipse-platform:masterfrom Jan 23, 2026
Merged
Conversation
Contributor
a90eda9 to
1f4d1c0
Compare
366ee0e to
77b255c
Compare
63d3ce6 to
c8db974
Compare
c8db974 to
c1d8089
Compare
Contributor
c1d8089 to
b5d0c9f
Compare
Contributor
Author
|
What does my PR need to get accepted? |
…atform#2119 Control: don't send MouseMove events with stateMask set for BUTTON1 before the MouseDown event was sent These events are already added to the dragDetectionQueue, so there is no need to send/post them now.
b5d0c9f to
b6a2e38
Compare
Member
|
I have rebased it before christmas and it got lost in the myriad of ongoing things. It's a good patch. I've rebased it again and plan to merge it soon. |
Contributor
Author
|
@akurtakov I appreciate your effort. Have a nice weekend. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Control: don't send MouseMove events with stateMask set for BUTTON1 before the MouseDown event was sent
These events are already added to the dragDetectionQueue, so there is no need to send/post them now.