Opened 4 years ago
Closed 4 years ago
#3146 closed enhancement (fixed)
[PATCH] cannot add tags to freshly created node
| Reported by: | schuetzm@… | Owned by: | Gubaer |
|---|---|---|---|
| Priority: | major | 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 Changed 4 years ago by stoecker
- Resolution set to wontfix
- Status changed from new to closed
comment:2 Changed 4 years ago by schuetzm@…
- Resolution wontfix deleted
- Status changed from closed to reopened
- Type changed from defect to 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 Changed 4 years ago by Landwirt
- Summary changed from cannot add tags to freshly created node to [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.
Changed 4 years ago by Landwirt
comment:4 Changed 4 years ago by stoecker
- Owner changed from team to Gubaer
- Status changed from reopened to new
comment:5 Changed 4 years ago by Gubaer
- Resolution set to fixed
- Status changed from new to closed
applied in r1877



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.