View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000450 | Twitter Delitter | User Interface | public | 2020-02-06 18:56 | 2020-02-06 19:39 |
Reporter | DanTup | Assigned To | BootBlock | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 1.33 | ||||
Summary | 0000450: Grid filters don't apply (but remain selected) after using other (non-grid) filters | ||||
Description | If you apply a filter from the grid heading, then apply a filter from the left panel, the grid filter is ignored unless you toggle it off and back on. | ||||
Steps To Reproduce |
| ||||
Tags | No tags attached. | ||||
|
The same thing seems to happen with the text search:
|
|
Ohh... the ListView filtering; that filtering functionality when right-clicking on the ListView is a feature of that ListView control I'm using (ObjectListView - I tend to always do my own controls but the workload involved in doing my own version of ObjectListView is insane). I'll need to properly go through the (Object)ListView's filtering system and see if I can have it extend the Filtering ListView (on the left) functionality rather than do its own thing. Still, I'm surprised it doesn't seem to persist the filter across view changes. Also: Yikes at the literally thousands of items when right-clicking on the Text column... |
|
Yeah, I did suspect this might be accidental functionality. It's handy though, as as far as I can tell I can't inverse the filters on the left (eg. to show things with no replies, no likes, no RTs). |