Skip to content
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

"Go to top" link spans entire page #152

Open
njnatale-lm opened this issue Oct 24, 2022 · 1 comment
Open

"Go to top" link spans entire page #152

njnatale-lm opened this issue Oct 24, 2022 · 1 comment

Comments

@njnatale-lm
Copy link

Starts here: https://github.com/AlphaNodes/additionals/blob/main/assets/stylesheets/additionals.css#L41

The CSS for the "Go to top" link spans the entire page, meaning a user could click the link without realizing or intending for it to happen.

Offending section:

.gototop {
  display: block;
  margin-top: 20px;
  padding: 10px 0;
  text-align: right;
  clear: both;
}

I think switching from display: block to float: right would be a great solution that keeps the link on the right side, but only activates the click if the user is actively hovering over the text.

@ClaudiaMeindl
Copy link
Contributor

Hi and thank you for your suggestion.

For one thing, we personally like the fact that full-width clicking is possible to get to the top specially with this link.
Sure it's not optimal the way it is currently, here we are open to suggestions on how to improve the existing style in terms of better user visibility for this area.

And on the other hand, we are currently considering changing the concept for the function somehow.
We are thinking about removing it the way it is currently and implement it to other areas within relevant pages.
For example:

  • to the context menu of the issue list, project list, etc. In order to jump up from each entry (useful in long lists)
  • in the issue view, here we are thinking about including it into the comment functions of each entry.
  • etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants