minddust / bootstrap-progressbar

progressbar interactions for twitter bootstrap 2 & 3
www.minddust.com/project/bootstrap-progressbar
MIT License
577 stars 160 forks source link

bug on demo using 100% trigger #5

Closed thezoggy closed 12 years ago

thezoggy commented 12 years ago

go load the demo page, click the 25% trigger.. everything is good. click 100% then click 25%. notice the text is bolded/fuzzy.

minddust commented 12 years ago

works for me without sideeffects in:

chrome 18.0 safari 5.1.7 firefox 11.0

can't reproduce this bug. (the code also dont change font weight) can you please write system, browser etc? maybe screenshot?

thezoggy commented 12 years ago

sorry, forgot to post the critical info :) its ff13. when i get home i can provide ss

thezoggy commented 12 years ago

just tried it up here on ff13 (on osx) and its doing it here too. the bug is:

<span style="position: absolute; text-align: center; width: 100%;" class="progressbar-back-text">25%</span>

that span makes the text look like its bolded... if i toggle that span's width the issue goes away.

minddust commented 12 years ago

found the problem - fix in a few days. much to do at work ;-)

minddust commented 12 years ago

aaaaand it's gone