-
Notifications
You must be signed in to change notification settings - Fork 76
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
Small issues with tabs #1965
Comments
Items 1 and 2 completed in #2043 |
Hey @jacquie - I'm having a hard time reproducing the 3rd item on your list where the arrows don't disable. I tried logging the values when you scroll, and I'm actually seeing integers coming through on Firefox and Chrome. But I wonder if other browsers do floating point values or something? Anyway, if that third bullet is something you could take a look at and propose a fix, would really appreciate that! Look at the The other two items on the list are things that I think will either be addressed by or can role into #2045. |
I promise I was working on these issues a while back, and I did get a solution for the arrows not disabling item. |
Perfect! As you can see in my current PR, it was a HUGE rabbit hole trying to improve the width recalcuations. So I did some pretty significant rework and tried to account for plenty of use cases like adding tabs dynamically and hiding them. But I don't think I did account for tabs renaming! So that would be a great one to test and/or work into my PR by way of putting that functionality in the horizontal tabs example for us to test on. |
🎉 This issue has been resolved in version 13.7.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Tabs with arrows could do with a little finessing
If you programmatically select a tab that isn't in view it doesn't scroll that tab into view. You can try this out in the docs exampleIf you select a tab that is partially in view in doesn't scroll to pull it completely in viewThe text was updated successfully, but these errors were encountered: