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

Prevent scroll of Authorization page #131

Closed
djangoliv opened this issue Jan 20, 2021 · 0 comments · Fixed by #141
Closed

Prevent scroll of Authorization page #131

djangoliv opened this issue Jan 20, 2021 · 0 comments · Fixed by #141
Labels
enhancement New feature or request

Comments

@djangoliv
Copy link
Contributor

Proposed change

When, we have a lot of people to authorize, the page reloads with each click.
It resets the scroll, which means that you have to scroll after each click to return to the right position.
It could be great to change this behavior.

Who would use this feature?

For example, the people who lead a training could have 10 or 20 authorizations to do at the same time.

(Optional): Suggest a solution

We could

  • implement authorization as a webservice and call it from javascript on click without reloading the page (better solution IMHO)
  • Add checkboxes to select the persons we wants to authorize and add just one button Authorize.
  • save the scroll position and reload the page at this position

Regards

@djangoliv djangoliv added the enhancement New feature or request label Jan 20, 2021
djangoliv added a commit to djangoliv/nativeauthenticator that referenced this issue Mar 4, 2021
djangoliv added a commit to djangoliv/nativeauthenticator that referenced this issue Mar 4, 2021
djangoliv added a commit to djangoliv/nativeauthenticator that referenced this issue Mar 4, 2021
djangoliv added a commit to djangoliv/nativeauthenticator that referenced this issue Mar 4, 2021
djangoliv added a commit to djangoliv/nativeauthenticator that referenced this issue Mar 4, 2021
djangoliv added a commit to djangoliv/nativeauthenticator that referenced this issue Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant