Modify ↓
#19966 closed enhancement (fixed)
Create Multipolygon blocks JOSM
Reported by: | skyper | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 20.11 |
Component: | Core | Version: | latest |
Keywords: | template_report create multipolygon | Cc: |
Description
What steps will reproduce the problem?
- select a closed way
- "Create Multipolygon" (
Ctrl+B
) - Relation editor opens
What is the expected result?
All actions are possible outside thr relation editor
What happens instead?
The relation editor blocks all actions outside of it.
Please provide any additional information below. Attach a screenshot if possible.
I tried to delete the member and add a different one but as selection does not work, no members can be added.
Relative:URL: ^/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2020-10-19 03:04:49 +0200 (Mon, 19 Oct 2020) Revision:17239 Build-Date:2020-10-19 01:31:02 URL:https://josm.openstreetmap.de/svn/trunk
Attachments (0)
Change History (8)
comment:1 by , 5 years ago
comment:2 by , 5 years ago
Keywords: | regression removed |
---|
You are right, no regression. Still think, the behavior should not be different than cloning a multipolygon relation.
comment:3 by , 5 years ago
Type: | defect → enhancement |
---|
comment:4 by , 5 years ago
Code to force modal mode is very old, but it seems to work without it:
-
src/org/openstreetmap/josm/actions/CreateMultipolygonAction.java
133 133 MainApplication.getLayerManager().getEditDataSet().clearSelection(relation); 134 134 RelationEditor editor = RelationEditor 135 135 .getEditor(MainApplication.getLayerManager().getEditLayer(), relation, null); 136 editor.setModal(true);137 136 editor.setVisible(true); 138 137 } else { 139 138 MainApplication.getLayerManager().getEditLayer().setRecentRelation(relation);
comment:5 by , 4 years ago
Milestone: | → 20.11 |
---|
comment:7 by , 4 years ago
Milestone: | 20.11 → 20.10 |
---|
Note:
See TracTickets
for help on using tickets.
The relation editor only opens when preference
multipoly.show-relation-editor
is true.Besides that I can reproduce this with r17084