Opened 16 years ago
Closed 16 years ago
#2088 closed defect (fixed)
[PATCH] Pasting link to download window broken
Reported by: | Owned by: | xeen | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
Pasting an openstreetmap link to the download window with only mouse (eg. from primary buffer in x11) does not update the coordinates. the coordinates from the link are parsed only after something is written to the textarea, and then erased.
Attachments (1)
Change History (6)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Owner: | changed from | to
---|---|
Priority: | major → minor |
Oh, I didn't know you could paste using the mouse. Fixing should be easy though. I'll provide a patch by tonight.
comment:4 by , 16 years ago
Summary: | Pasting link to download window broken → [PATCH] Pasting link to download window broken |
---|
Attached patch brings DocumentListener back and listens for both KeyEvents as well as for "Document Events". And should make everyone happy :)
by , 16 years ago
Attachment: | FixInsertingViaMouse.patch added |
---|
Adds DocumentListener back in, so it reacts to pastings as well
The bug was introduced in r1336