#3461 closed defect (fixed)
Value selection in new "combine ways" gets hidden when not selected
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
I'm trying to combine 2 ways. One with tags foo=bar and the other with tags foo=zar with r2097.
I can either merge it into one way with foo=bar;zar or not do the merge at all.
It should have options to pick & choose from tags, e.g. pick foo=bar or foo=zar. Like the conflict merge dialog.
See the attached screenshot.
Attachments (2)
Change History (7)
by , 16 years ago
Attachment: | combining-ways.png added |
---|
follow-up: 2 comment:1 by , 16 years ago
I think you can.
Click on the second column and you should get a drop down list with:
- bar
- zar
- All
- Non
comment:2 by , 16 years ago
Summary: | New "combine ways" dialog is feature incomplete → Value selection in new "combine ways" gets hidden when not selected |
---|
Replying to Gubaer:
I think you can.
Click on the second column and you should get a drop down list with:
- bar
- zar
- All
- Non
I didn't notice that because unless you actually click on it it's not visible as a drop-down list. And when deselected it looks exactly like an immutable UI element might in JOSM.
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 16 years ago
See new attachment.
The drop-down menu is too small to fit the text.
When I open the dialog it also displays "bar;zar", but when I click on it I can only select "bar/zar/none/all". If I select all it'll jump back to "bar;zar" when I deselect.
That's inconsistent.
comment:5 by , 16 years ago
I click on it I can only select "bar/zar/none/all".
That's by design. The idea is that you can either select one of the availabe values or the option "all" which will expand into "bar;zar" when rendered. That's perfectly consistent. Sort of.
New combining ways dialog