Opened 4 years ago
Closed 4 years ago
#2054 closed defect (fixed)
[PATCH] JOSM allows manipulation of objects on hidden layers
| Reported by: | dieterdreist | Owned by: | framm |
|---|---|---|---|
| Priority: | major | Component: | unspecified |
| Version: | latest | Keywords: | layer hidden visible |
| Cc: |
Description
When the data layer visibility is turned off, JOSM still moves nodes on mouse actions (and probably on keyboard actions as well)
Attachments (1)
Change History (4)
comment:1 Changed 4 years ago by dieterdreist
Changed 4 years ago by xeen
This disables the following when the layer is not active: Any clicks when in select, delete, extrude mode and also disables Edit -> Delete (none of those visually, they just don't work). It doesn't disable drawing though because I use that very often when adding additional stuff via WMS in an already good mapped area to net get distracted.
comment:2 Changed 4 years ago by xeen
- Summary changed from JOSM allows manipulation of objects on hidden layers to [PATCH] JOSM allows manipulation of objects on hidden layers
comment:3 Changed 4 years ago by stoecker
- Resolution set to fixed
- Status changed from new to closed
Applied in r1418.



it would be better not to perform any action on hidden layers. (E.g. you forgot to change to another layer, which is visible, and then you are unwillingly moving nodes of the still selected invisible layer and wondering, why nothing happens).