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

When filtering on questions in the eval the bottom of the page is not shown. #568

Open
lightenup opened this issue Aug 25, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@lightenup
Copy link
Contributor

No description provided.

@achaikou
Copy link
Contributor

That probably is the issue as per original description involving scrolling (though filtering is not required):

On Individual stage we have only one scrollbar - browser one. So everything always works nicely
image

On the Preparation/Workshop/Follow-Up stages we however have two scrollbars. And they seem not to work together well.
On the screenshot below I scrolled with mousewheel until scrolling made no effect. As we see, the last question - question 4 is cut off - and the only scrollbar you see is the browsers original one and it's in the middle position
Chrome:
image
Firefox (better distinction of scrollbars)
image

I have to explicitly start new scrolling action to catch the browser scroll instead of question scroll. Then it scrolls to the bottom and we see that both scroll bars are there.
From Chrome:
image
From Firefox:
image

Additional notes:

  • Same problem when scrolling to the top
  • How much is cut off is browser dependent
  • How much is cut off is not screen size dependent
  • The end effect depends on users scrolling. If you see that scrolling stopped in the view, but don't stop scrolling, everything will catch up in
  • Behavior can be easily seen in our local db which has 4 questions on the main view. On the real db, filtering, as per original issue, can be involved. Can reproduce with or without, but with filtering it's probably easier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants