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

Task assigner dropdown bug on Firefox #238

Open
4xdk opened this issue Aug 12, 2018 · 0 comments
Open

Task assigner dropdown bug on Firefox #238

4xdk opened this issue Aug 12, 2018 · 0 comments

Comments

@4xdk
Copy link
Collaborator

4xdk commented Aug 12, 2018

Firefox 61.0.1 (doesn't happen on Chrome/Chromium): If right panel contents are higher than the screen (i.e. we can scroll) opening the task assigner dropdown scrolls the sidebar down some 30px.

This seems to happen during the 'onFocus' function in AssignerInput.js.
Click on '@demo'
before
after

This could be related to #161 but I'm not quite sure. Either way changing behavior from 'instant' to 'smooth' doesn't affect the bug.

I've tried fixing as per suggestions in SO thread but haven't had much luck with setting 'overflow: hidden' on the scrolled sidebar (it's scrolled and then scroll disappears). The only thing that worked was waiting some 200ms for the scroll to happen and then scrolling with JS. Not ideal.

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

No branches or pull requests

1 participant