Opened 16 years ago
Closed 16 years ago
#3146 closed enhancement (fixed)
[PATCH] cannot add tags to freshly created node
Reported by: | Owned by: | Gubaer | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
When I press "N" or "A" and create a new node by clicking, the buttons in the tagging panel are disabled, and I can't add tags by pressing Alt+B either. This works only after I either press "S", or unselect and reselect the node.
Attachments (1)
Change History (6)
comment:1 by , 16 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
Type: | defect → enhancement |
Well, this begs the question: why has it been changed? I can't see any advantages from having to press an extra key to be able to add tags. And I just noticed, that this is not only for nodes, but for ways too. This means extra unnecessary input steps for all newly created and modified objects.
So I'm reopening this bug but setting type to enhancement: Please restore the old behaviour. Whenever an object is selected (which is the case here), the user should be able to edit it in any way he likes. This also includes orthogonalize, reverse and probably other functionality.
comment:3 by , 16 years ago
Summary: | cannot add tags to freshly created node → [PATCH] cannot add tags to freshly created node |
---|
I attached a patch that may work - works fine here actually. It will run the check for enabling actions after a node or a way has been added to the dataset.
by , 16 years ago
Attachment: | JOSM.patch added |
---|
comment:4 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | reopened → new |
Correct. You need to finish drawing first. Using 'U' to unselect, 'S' to switch select mode or clicking node twice to end drawing are possible ways to do so.