Opened 11 years ago
Closed 11 years ago
#9815 closed defect (fixed)
Disable CTRL-C override in relation list - Do not copy useless data in case relation list entry is selected
Reported by: | richlv | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 14.09 |
Component: | Core | Version: | tested |
Keywords: | Cc: |
Description
currently tags can not be copied from one relation to other (shift-ctrl-v).
usecase - i have to add several turn restrictions with same values. now i have to manually add day_on/off, hour_on/off to each of them
Attachments (0)
Change History (5)
comment:1 by , 11 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 by , 11 years ago
hmm, sorry, how should it work ? here's how i tried :
mark an object that is part of the relation, right click relation and choose "select relation".
ctrl+c.
select another relation the same way, ctrl+shift+v - buffer does not contain josm object.
also tried to use "paste tags from buffer" button in new relation window.
buffer indeed does not contain any of the relation tags, it has :
{Relation id=-126 version=0 MVT [way 166433651, node 152596346, way 150364207]}
oh, dang. turns out that after some operations relation counts as selected in "relation list", but it must be in "selection list" - that is, if i click on the relation again in the selection list, it works ok.
is there any benefit from having data like in the example above copied ?
comment:3 by , 11 years ago
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
Summary: | support copy-pasting tags on relations → Disable CTRL-C override in relation list - Do not copy useless data in case relation list entry is selected |
Probaly that's really a bug - Seems CTRL-C does not what it should do when in relation list. Selecting the Copy from menu works.
comment:4 by , 11 years ago
Milestone: | → 14.09 |
---|---|
Type: | enhancement → defect |
Why can't you copy them? It works here. You do not need to select the relation in the relation list, but in the normal selection to copy and insert tags!