Modify ↓
Opened 13 years ago
Closed 13 years ago
#7936 closed defect (fixed)
Validator dialog crashes when the active edit layer is deleted
Reported by: | Gnonthgol | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
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)
Note:
See TracTickets
for help on using tickets.
Confirmed: