Skip to content
This repository has been archived by the owner on Jul 28, 2018. It is now read-only.

IE9 using progress bar has javascript errors and does not degrade properly with the rest of turbolinks #426

Closed
bwoolley opened this issue Nov 5, 2014 · 3 comments · Fixed by #431

Comments

@bwoolley
Copy link

bwoolley commented Nov 5, 2014

ProgressBar.prototype.install = function() {
...
this.element.classList.add(className);

error: Unable to get property 'add' of undefined or null reference

@etipton
Copy link

etipton commented Nov 6, 2014

+1

@etipton
Copy link

etipton commented Nov 6, 2014

@bwoolley I also experienced an issue with the Android default browser (it would turn the entire browser window the color of the progress bar... possibly some weird interaction with my specific code)

Anyway, this gem is working well for me so far: https://github.com/caarlos0/nprogress-rails

@bwoolley
Copy link
Author

bwoolley commented Nov 6, 2014

@etipton i experienced the whole screen color issue also with safari 5.1.x which is a css incompatibility issue i believe. thanks for the suggestion!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants