-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
jumping progressbar in 3.2.0 #13953
Comments
Shrinks back?? Have an example? |
Oh, I wonder if I forgot to tweak some of that stuff. I understand. @cvrebert We have a min-width for like 0-2%, and if it goes to 3%, it the bar no longer picks up the min-width and becomes narrower. |
Example in http://jsbin.com/gebiv/1/. |
I imagine we'll end up reverting that. I can see that behavior being a bit of a nuisance for folks now that I see it again in practice here. /cc @stubbornella who I think was involved in a PR for this. |
Refs #12848. |
Right, better simplify it. |
If you want to disable this feature just add style="min-width:0" to the .progress-bar div |
… low percentages to avoid jumping progress
There is somehow a strange effect with the new min-width for progressbars.
At the start the bar is empty, then it expands to the min-width of 20px and then it shrinks back before the progress goes on normally.
The text was updated successfully, but these errors were encountered: