#8903 closed defect (fixed)
[patch] Unglueing tagged node moves it to viewport corner
Reported by: | alv | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | tested |
Keywords: | unglue | Cc: | akks |
Description
With the latest tested, the unglue functionality has changed; whenever I unglue a node that has tags, and that is a part of only one way, the new node with the tags is moved to the top left corner of the visible area in the map view. The unglued node used to be placed under the mouse cursor.
When there are several ways using that node, it keeps all the nodes in place.
Attachments (1)
Change History (7)
comment:1 by , 12 years ago
by , 12 years ago
Attachment: | 8903.patch added |
---|
comment:2 by , 12 years ago
Summary: | Unglueing tagged node moves it to viewport corner → [patch] Unglueing tagged node moves it to viewport corner |
---|
Caused by r6018.
comment:3 by , 12 years ago
Cc: | added |
---|
comment:6 by , 12 years ago
Just missed that one, thank you.
So, addMouseListener does not listen for mouse movement and addMouseMotionListener - to mouse clicks. That MouseAdapter confused me, sorry.
I can verify this happening in [6082] as well.