Sorry for the double post. Hope this is the right sub-category.
Reproduce on demo instance: Tiny Tiny RSS : Login
- Click on “Uncategorized” category.
- Change “Adaptive” to “Starred” to clear article list
- Click on “Click to open next unread feed”. Feed tree will move to “Comics”.
- Click on “Click to open next unread feed” again. Feed tree remains on “Comics”.
I expected the Feed tree to move back to “Uncategorized”.
fox
2
yeah i’ve seen it the first time, i’ll try to take a look at this later.
My guess is I should poke around in js/Feeds.js. No?
openNextUnread: function() {
…
},
Instead of poking around javascript, I tried an experiment.
I created a new category. Named it “NoCategory”. Moved all the “Uncategorized” feeds to “NoCategory”.
Now, “Click to open next unread feed” behaves as I expect.
It’s a workaround at best, but it satisfies my need when using a tablet browser.
This reproduces on the demo instance.
fox
5
https://git.tt-rss.org/fox/tt-rss/commit/718c9f07fa24a5457757d6903221630acbf2957c
this makes getnextunread behave similarly to moving between feeds with j/k (i.e. ignore invisible)
it doesn’t wrap yet though, this needs a separate change.
fox
7