Sorry for the double post. Hope this is the right sub-category.

Reproduce on demo instance: Tiny Tiny RSS : Login

  1. Click on “Uncategorized” category.
  2. Change “Adaptive” to “Starred” to clear article list
  3. Click on “Click to open next unread feed”. Feed tree will move to “Comics”.
  4. Click on “Click to open next unread feed” again. Feed tree remains on “Comics”.

I expected the Feed tree to move back to “Uncategorized”.

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.

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.

https://git.tt-rss.org/fox/tt-rss/commit/3e2236896219804cdf4b9cfb79eb186f371feddc