Opened 7 years ago

Last modified 7 years ago

#17345 closed enhancement

ValidatorDialog: Ignore button should be disabled sometimes — at Version 1

Reported by: GerdP Owned by: team
Priority: normal Milestone: 19.03
Component: Core validator Version:
Keywords: Cc:

Description (last modified by GerdP)

If you run validator and it shows a list of errors or warnings, you can select the entry "Errors" or "Warnings". This will enable the Ignore Button. Clicking on this button has rather unpredictable effects
and therefore the button should be disabled unless a specific type of error is selected.
Load the attached sample.osm and run validator. You shoud get a list similar to
If you left click on Warnings the ignore button is enabled. If you click it the resulting ignore list contains

3000
303


If you select the two different types of warning and click Ignore you'll get

3000_*[amenity=place_of_worship][!religion]
303

Note that the first list will ignore all errors reported by MapCSSTagChecker while the second one is much more specific. Both will not ignore "all warnings" although that would be what I would expect to happen.
My conclusion: The button should be disabled unless the selection contains a specific error.

Change History (4)

by GerdP, 7 years ago

Attachment: ignorebutton.PNG added

by GerdP, 7 years ago

Attachment: sample.osm added

by GerdP, 7 years ago

Attachment: ignorebutton-2.PNG added

comment:1 by GerdP, 7 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.