#3461 closed defect (fixed)
Value selection in new "combine ways" gets hidden when not selected
| Reported by: | avar | Owned by: | team |
|---|---|---|---|
| Priority: | major | 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)
Changed 4 years ago by avar
comment:1 follow-up: ↓ 2 Changed 4 years ago by Gubaer
I think you can.
Click on the second column and you should get a drop down list with:
- bar
- zar
- All
- Non
comment:2 in reply to: ↑ 1 Changed 4 years ago by avar
- Summary changed from New "combine ways" dialog is feature incomplete to 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 Changed 4 years ago by Gubaer
- Resolution set to fixed
- Status changed from new to closed
comment:4 Changed 4 years ago by avar
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 Changed 4 years ago by Gubaer
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