google / material-design-lite

Material Design Components in HTML/CSS/JS
https://getmdl.io
Apache License 2.0
32.27k stars 5.03k forks source link

Strange twitching of tab's indicator. #1881

Open virtyaluk opened 8 years ago

virtyaluk commented 8 years ago

Yet another tab indicator issue in addition to https://github.com/google/material-design-lite/issues/1880.

Once you click on a tab its indicator twitch few times. 348debe3c266a2e273ee96d7e15a39d6 Looks like the .is-active class was added, removed and then added again to the tab. I haven't yet dig into MDL JS, but I have all reasons to believe the bug is out there.

Why Jon Snow isn't in the list? #jonsnowisalive

surma commented 8 years ago

Spoiler alert? :wink:

Let’s recheck on this issue once #1834 has been merged.

RyKilleen commented 8 years ago

We're also seeing this, any idea on how it may be addressed? Should I just neuter MDL's indicator and place my own for now?