Modify

Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#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)

combining-ways.png (21.9 KB) - added by avar 4 years ago.
New combining ways dialog
combining-ways-2.png (20.1 KB) - added by avar 4 years ago.
New combining ways box

Download all attachments as: .zip

Change History (7)

Changed 4 years ago by avar

New combining ways dialog

comment:1 follow-up: 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

(In [2099]) added auto completion to combine way dialog
fixed #3461: Value selection in new "combine ways" gets hidden when not selected (now using a JComboBox as renderer)

Changed 4 years ago by avar

New combining ways box

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.

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.