We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Go here: https://vuematerial.io/components/tabs/home with Safari on OSX and click the tabs
Safari 11.0.2 (12604.4.7.1.4) OSX Sierra 10.12.6 (16G1036)
The tab indicator should slide gracefully back and forth when I click the tabs.
The indicator slides back and forth, but the width varies from 0 to much-too-wide
This seems to be an issue with transitioning the value for "right" on the tab indicator. The issue is not appearing in Chrome or Firefox, just Safari.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
fix(MdTabs): fix indicator (#1448)
b33d0d6
right: `calc(100% - ${buttonWidth + buttonLeft}px)` work weird with safari, replace it with `width` way to set indicator position fix #1304
Successfully merging a pull request may close this issue.
Steps to reproduce
Go here: https://vuematerial.io/components/tabs/home with Safari on OSX and click the tabs
Which browser?
Safari 11.0.2 (12604.4.7.1.4) OSX Sierra 10.12.6 (16G1036)
What is expected?
The tab indicator should slide gracefully back and forth when I click the tabs.
What is actually happening?
The indicator slides back and forth, but the width varies from 0 to much-too-wide
This seems to be an issue with transitioning the value for "right" on the tab indicator. The issue is not appearing in Chrome or Firefox, just Safari.
The text was updated successfully, but these errors were encountered: