-
-
Notifications
You must be signed in to change notification settings - Fork 333
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
paper-tabs: arrows to scroll on overflowing tabs are always disabled #1063
Comments
Same issue unable to scroll left or right. |
Changing tab seems to trigger something which enables the arrow buttons, as they start to work once you've changed to a different tab. |
Correction/update: Simply being on any tab that's not the first is sufficient to activate the buttons. If |
Fixes adopted-ember-addons#1063 by stopping currentOffset from being set to undefined, and preventing fixOffsetIfNeeded() from being run on every render.
It turned out to be a bit more complex than that, though the fix seems to be pretty simple. See PR #1068 for more detail. |
@bjornharrtell Do you still reproduce this issue with the latest release? |
@panthony looks like it works great now, at least what I can see in limited testing. Much appreciated, thanks! |
Thanks! |
Bisected to 23073e8
The text was updated successfully, but these errors were encountered: