-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When opening a feed, oldest article is selected instead of newest. #1324
Comments
A workaround for now, without enabling reverse sorting order. |
It seems the |
Worth noting that, from what I'm seeing, this isn't technically selecting the oldest article, but rather the oldest visible article in the current view (it may be the oldest loaded, not oldest visible, I haven't tried shrinking the browser window after opening a feed), at least with newest on top sorting, with 15.4.5. So, if I have 500 unread articles, and my browser window is large enough to show 30, opening the unread articles view and pressing n selects the 30th newest article, not the oldest (500th newest). (Expected behavior is for it to select the newest article, of course.) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This issue is still not fixed on my instance running NC 21.0.3 and News 16.0.0 |
same on my instance (NC 22.1.0 and News 16.0.1) |
Same - NC 22.2.3 and News 17.0.1 here. |
What is the status on this ? I know I know, volunteers and I could help too. I understand all of this, but this is my way of helping, by asking and bringing the focus back to the issue. Thanks |
No development on the frontend side, updates only change the backend parts or automatically update dependencies. |
well, sad but understandable. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Still present in Nextcloud 23.0.3 with News 18.0.0. |
Signed-off-by: Accalia <Accalia@Elementia.me>
Signed-off-by: Accalia <Accalia@Elementia.me>
Changed - Add API v1.3 adding routes for starring/unstarring items by id and general fixes (#1727) https://nextcloud.github.io/news/api/api-v1-3/ - Improve styling of tables in articles (#1779) - Allow fetching feeds that omit guid by using link as stand-in (#1785) Fixed - Fix updated api not returning any item after marking item as read (#1713) - Fix deprecation warning for strip_tags() on a null value (#1766) - Fix selected item being set incorrectly when using default ordering or newest first ordering (#1324) - Fix doubling the height of the content area (#1796) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Changed - Add API v1.3 adding routes for starring/unstarring items by id and general fixes (#1727) https://nextcloud.github.io/news/api/api-v1-3/ - Improve styling of tables in articles (#1779) - Allow fetching feeds that omit guid by using link as stand-in (#1785) Fixed - Fix updated api not returning any item after marking item as read (#1713) - Fix deprecation warning for strip_tags() on a null value (#1766) - Fix selected item being set incorrectly when using default ordering or newest first ordering (#1324) - Fix doubling the height of the content area (#1796) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
IMPORTANT
Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;)
Explain the Problem
Since 15.4.0 the oldest article in a feed is selected by default.
So with default sorting (newest on top), the selected item is by default on the bottom.
Keyboard shortcut n/j/right has no effect, because it's the last article in the list.
Steps to Reproduce
Explain what you did to encounter the issue
When selecting reverse sorting, you see that the oldest article is still selected, but now it's on the top of the list, and keyboard shortcut as effect.
System Information
The text was updated successfully, but these errors were encountered: