wizard
1
Describe the problem you’re having:
When pressing the “n” or “down” key, tt-rss will open the next article.
Since yesterday, when pressing “down”, also the article list will scroll with it, sometimes in a way that the current highlighted article will move post the top of the pane.
When pressing “n” this gladly does not happen.
Not sure whether this is a bug or a feature - personally, I do not like this behavior
Happens since git pull yesterday evening in Firefox and Safari
Kind regards
fox
2
yeah, it’s a known thing; i think previously hotkeys completely blocked default keyboard actions but now they work together, i’ll try to take a look later today
e: https://git.tt-rss.org/fox/tt-rss/commit/85adef06f47da40347efc499caedf14c65f3de6c
wizard
3
Seems to be resolved - Thanks!
zed
4

What happened to the scrollbar
?
I use this now in custom css:
::-webkit-scrollbar {
width: 10px;
}