Opened 16 years ago
Closed 16 years ago
#2058 closed defect (fixed)
[1298] by ulfl breaks relation workflow: Currently selected objects are deselected when adding relation tags
Reported by: | Owned by: | framm | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
Steps to reproduce
- Create a node or way and have it selected
- Open the "create a new relation" dialog
- Press the the "key" text field to add a new key
- The currently selected object(s) will be unselected
This means when creating e.g. a new multipolygon one has to select all the relevant ways, open the "create a new relation" dialog, immediately click "Add selected" and then proceed to add key/value pairs to the relation. This is unintuitive.
Attachments (0)
Change History (3)
comment:1 by , 16 years ago
Summary: | Recent JOSM change breaks relation workflow: Currently selected objects are deselected when adding relation tags → [1298] by ulfl breaks relation workflow: Currently selected objects are deselected when adding relation tags |
---|
comment:2 by , 16 years ago
Priority: | minor → major |
---|
It is not deselecting all objects when you press the "key" test field but immediately when you open the relation editor when you click on "new" relation.
Also, if you select one key/value, all objects are selected. If you press the "delete" button, it is not the key/value which is deleted but one of the attached members.
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
The selection handling is fixed in r1331. Nevertheless the Relation Editor needs some cleanup in user interface (like the ambigous delete button handling).
This was caused by [1298]