Replies: 2 comments 2 replies
-
|
How has no one responded to this? This is extremely annoying |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Bumping this yet again |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Github Action Logs
Product Feedback
Annoying scroll to end behaviour when viewing action logs
When you view an action in github it auto scrolls you to the bottom of the page. This is odd behaviour and can be quite annoying. The developer does not know where the user wants to look and assuming that they always want to look at the end of the logs is a complete guess as to their needs.
Here is a list of the many reasons why the user does not want to be sent to the end of the logs (and then have scroll all the way back to the top)
I want to click "rerun failed tasks"
I want to view something in the middle of the logs (eg cypress log output)
I want to view something at the start of the logs
I want to swap to a previous log run
I want to click back to pull request
I want to click cancel workflow
...
I have to do those operations a lot and that is a lot times where i'm having to scroll back to the top = annoyance. It is quite a surprising decision that has been made to assume you know what the user wants and therefore make access to a lot of key functions more difficult.
of course i understand there are times when going to the end of the logs is important and that the user in these cases should be able to do this quickly but what you have now is not the correct solution.
How about you add a new "Scroll to end" button for the cases where the user wants to go to the end? This is a simple addition and solves all the use cases whilst removing the annoyance.
I have opened this before as an issue and it was immediately dismissed. For me this is a significant annoyance and pain which makes using github unpleasant. Please consider improvements in this area. And please do not close this to give it time to see if others agree.
Beta Was this translation helpful? Give feedback.
All reactions