Modify ↓
Opened 10 months ago
Closed 10 months ago
#7936 closed defect (fixed)
Validator dialog crashes when the active edit layer is deleted
| Reported by: | Gnonthgol | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core |
| Version: | tested | Keywords: | Validator |
| Cc: |
Description
If you delete the active edit layer the validator dialog does not update. With some debuging I have found that the cause of the problem is that mapView.getActiveLayer() updates before the listeners are triggered. That causes the check at org.openstreetmap.josm.data.validation.OsmValidator:298 to fail every time.
Maybe it would be easier if the logic was moved to org.openstreetmap.josm.gui.dialogs.ValidatorDialog
Attachments (0)
Change History (2)
comment:1 Changed 10 months ago by Don-vip
comment:2 Changed 10 months ago by Don-vip
- Resolution set to fixed
- Status changed from new to closed
In 5415/josm:
Note: See
TracTickets for help on using
tickets.



Confirmed: