rstacruz / nprogress

For slim progress bars like on YouTube, Medium, etc
http://ricostacruz.com/nprogress
MIT License
25.99k stars 1.81k forks source link

Progress bar still visible after 'done' in Firefox #153

Closed Aleksandr-ru closed 7 years ago

Aleksandr-ru commented 7 years ago

The bug (or maybe a bug of mozilla) can be reproduced in Firefox 48.0 under Ubuntu Linux (Elementary OS Freya):

  1. Open the page http://ricostacruz.com/nprogress/
  2. Press the " NProgress.start()" button
  3. Press the "NProgress.done()" button
  4. See the bar still partially visible at top If you switch to another tab and then switch back everything become ok (no bar visible). What is it? Bug of nprogress or browser?
Kepro commented 7 years ago

@Aleksandr-ru i open in in firefox, this demo http://ricostacruz.com/nprogress/ and it's working

Aleksandr-ru commented 7 years ago

In Firefox 49 the bug seems to be absent. So it looks like a bug of browser not nprogress.