fossar / selfoss

multipurpose rss reader, live stream, mashup, aggregation web application
https://selfoss.aditu.de
GNU General Public License v3.0
2.35k stars 343 forks source link

Mark as read behavior with unread filter #1455

Open cr04ch opened 11 months ago

cr04ch commented 11 months ago
selfoss 2.20-8307769
Firefox 115.0.2
Chromium 115.0.5790.102

Potentially relevant options in my config.ini:

If I load items and then expand some of them while the Unread filter is active, and then click on the Mark as read button in the navigation pane, selfoss does not act as it did before (as in version 2.18).

Actual behavior

The previously expanded items are still visible (collapsed).

Expected behavior

If there are no other unread items, the text No entries found should appear. If there are other unread items, they should be displayed.

jtojnar commented 11 months ago

Thanks for reporting.

I tried playing with 2.18 and created a fix https://github.com/fossar/selfoss/pull/1460. Unfortunately, it reveals another bug I need to diagnose first.