oblador / angular-parallax

Lightweight & performant parallax scrolling for angular.js.
http://oblador.github.io/angular-parallax/
MIT License
203 stars 44 forks source link

The example doesn't work in Firefox #13

Closed justinmc closed 10 years ago

justinmc commented 10 years ago

The example doesn't work for me in Firefox, it just shows static images. Is this intended or a recent break? I saw older issues about IE but not Firefox.

oblador commented 10 years ago

Works fine on 30.0 on OSX. What are you using?

justinmc commented 10 years ago

Thanks for the quick response. I'm on 30.0 on OSX :(

In my console I'm seeing "Error: h is undefined in angular.min.js if that helps. Weird.

oblador commented 10 years ago

Tried it in a private window and it works the same. You're not using some kind of adblocker etc?

oblador commented 10 years ago

Also tried in browserstack which works.

justinmc commented 10 years ago

I am using ad block, but disabling it didn't fix the issue.

Whelp it sounds like it's something weird with my setup and you can probably close the issue... I'll try to check on another computer later and post back if I figure out what's going on though.

oblador commented 10 years ago

Bumped angular and made the demo protocol agnostic (ie it should work fine over https aswell as http). Working now? Does it work when you download the project and try the example locally?

justinmc commented 10 years ago

It works! Strange bug. Thank you for getting back to me. You should probably update the github.io example when you get a chance too: http://durated.github.io/angular-parallax/

oblador commented 10 years ago

I did change the demo :-) Still doesn't work?

justinmc commented 10 years ago

No, the demo at the url above does not work, but when I cloned the repository and tried it locally it did work. Are you sure that demo is up to date? Or is this a cross domain problem or something like that...