Modify ↓
Opened 9 years ago
Closed 9 years ago
#13313 closed defect (fixed)
[Patch] Copy no longer only copies the selected object ID to clipboard
Reported by: | simon04 | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 16.08 |
Component: | Core | Version: | latest |
Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
- Select a way
Ctrl+C
- Paste in any editor
What is the expected result?
way 1234
is pasted (with 1234 being the ID)
What happens instead?
way 1234
and all node 1234
(nodes of the way) are pasted
Please provide any additional information below. Attach a screenshot if possible.
I especially used this feature to copy the way/relation ID in order to download that via Help/Action/DownloadObject on another layer.
Maybe the stringFlavor
in PrimitiveTransferable
should only contain the explicitly copied objects (and not their members).
Build-Date:2016-08-10 20:03:22 Revision:10774 Is-Local-Build:true Identification: JOSM/1.5 (10774 SVN en) Linux Arch Linux Memory Usage: 567 MB / 3504 MB (418 MB allocated, but free) Java version: 1.8.0_102-b14, Oracle Corporation, OpenJDK 64-Bit Server VM VM arguments: [-agentlib:jdwp=transport=dt_socket,address=127.0.0.1:45829,suspend=y,server=n, -Djosm.home=<josm.pref>, -javaagent:/usr/share/intellijidea-ce/plugins/Groovy/lib/agent/gragent.jar, -Dfile.encoding=UTF-8] Program arguments: [--set=use.native.file.dialog=true, --set=expert=true, --set=remotecontrol.enabled=true, --set=debug.edt-checker.enable=true, --set=dialog.dynamic.buttons=false, --set=iso.dates=true] Dataset consistency test: No problems found
Attachments (1)
Change History (6)
comment:1 by , 9 years ago
Milestone: | → 16.08 |
---|
comment:2 by , 9 years ago
by , 9 years ago
Attachment: | patch-fix-13313.patch added |
---|
comment:3 by , 9 years ago
Summary: | Copy no longer only copies the selected object ID to clipboard → [Patch] Copy no longer only copies the selected object ID to clipboard |
---|
Changed that one word ;-)
comment:4 by , 9 years ago
Cc: | removed |
---|
Note:
See TracTickets
for help on using tickets.
Confirming.