minddust / bootstrap-progressbar

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

Percentage text #42

Closed stuartneils closed 9 years ago

stuartneils commented 9 years ago

I have applied 'center' to the display_text variable, but as the progress bar animates from zero to targetgoal, I'm seeing the current value displayed on the right-hand edge of the progress bar.

I'm seeing this in Chrome, Firefox and Opera but not IE11 or Safari. Apart from that it's an excellent plugin. :-)

progbar

Thanks in advance. Stu

minddust commented 9 years ago

hey @stuartneils

never noticed an effect like that.

could you pls tell if you have the same visual bug on the demo page

http://www.minddust.com/project/bootstrap-progressbar/demo/

if not - this might be a markup / style issue

best stephan

stuartneils commented 9 years ago

Hi Stephan,

Never thought to try that….doh!!

No, I’m not getting the effect on your demonstration pages in any browser. I think I’ll have to check my styling to see what’s causing it.

Thanks for getting back to me. I’ll let you know what I find.

Stu

From: Stephan Groß [mailto:notifications@github.com] Sent: 24 November 2014 18:09 To: minddust/bootstrap-progressbar Cc: stuartneils Subject: Re: [bootstrap-progressbar] Percentage text (#42)

hey @stuartneils https://github.com/stuartneils

never noticed an effect like that.

could you pls tell if you have the same visual bug on the demo page

http://www.minddust.com/project/bootstrap-progressbar/demo/

if not - this might be a markup / style issue

best stephan

— Reply to this email directly or view it on GitHub https://github.com/minddust/bootstrap-progressbar/issues/42#issuecomment-64236629 .

No virus found in this message. Checked by AVG - www.avg.com http://www.avg.com Version: 2015.0.5577 / Virus Database: 4223/8621 - Release Date: 11/24/14

stuartneils commented 9 years ago

Hi Stephan,

Sorted it. Some CSS in the head for another element was causing the anomaly. It was actually for an element I had earlier removed, so it was a simple case of deleting the offending code.

Many thanks for pointing me in the right direction.

Stu

From: Stephan Groß [mailto:notifications@github.com] Sent: 24 November 2014 18:09 To: minddust/bootstrap-progressbar Cc: stuartneils Subject: Re: [bootstrap-progressbar] Percentage text (#42)

hey @stuartneils https://github.com/stuartneils

never noticed an effect like that.

could you pls tell if you have the same visual bug on the demo page

http://www.minddust.com/project/bootstrap-progressbar/demo/

if not - this might be a markup / style issue

best stephan

— Reply to this email directly or view it on GitHub https://github.com/minddust/bootstrap-progressbar/issues/42#issuecomment-64236629 .

No virus found in this message. Checked by AVG - www.avg.com http://www.avg.com Version: 2015.0.5577 / Virus Database: 4223/8621 - Release Date: 11/24/14

minddust commented 9 years ago

you're welcome stephan