Modify ↓
#20839 closed defect (fixed)
Notification about hidden objects by filter without any active filter
Reported by: | skyper | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 21.05 |
Component: | Core validator | Version: | latest |
Keywords: | template_report filter notification hidden object | Cc: | GerdP |
Description (last modified by )
What steps will reproduce the problem?
- Have some data downloaded
- Have no active filter
- Run validator without selection
What is the expected result?
No notification about hidden objects
What happens instead?
Notification about hidden objects
Please provide any additional information below. Attach a screenshot if possible.
In fact, I did not activate any filter in this session.
I have one deactivated filter with the checkbox for "hide" checked.
Relative:URL: ^/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2021-05-02 10:12:56 +0200 (Sun, 02 May 2021) Revision:17856 Build-Date:2021-05-03 01:30:59 URL:https://josm.openstreetmap.de/svn/trunk
Attachments (0)
Change History (9)
comment:1 by , 4 years ago
Cc: | added |
---|
comment:2 by , 4 years ago
comment:3 by , 4 years ago
Description: | modified (diff) |
---|
comment:7 by , 4 years ago
How about simply changing the default size of the image to 24x24. I just tried but I have to play a bit more with inkscape to get the correct center.
comment:8 by , 4 years ago
comment:9 by , 4 years ago
Milestone: | → 21.05 |
---|
Note:
See TracTickets
for help on using tickets.
Ah, yes, code should check isDisabledAndHidden() instead of isDrawable().