bbarakaci / fixto

A jQuery plugin for sticky positioning
MIT License
217 stars 57 forks source link

Doesn't work in Firefox 33.1.1 #20

Closed codeostudio closed 9 years ago

codeostudio commented 9 years ago

It doesn't work in Mozilla 33.1.1 on Windows. It doesn't add class "fixto-fixed" to div after I scroll down. And inline style position is set to "position: sticky" while in Chrome is set to "position: fixed". How can I fix that! Thanks!

bbarakaci commented 9 years ago

I checked demo and development pages (Links on the homepage). It works with Firefox 33.1.1 on Osx. Please check the explanations on the homepage about native position sticky. Check useNativeSticky option and position sticky caveats section.

bbarakaci commented 9 years ago

Checked also on windows and it works as expected. Looks like firefox started supporting position sticky starting with version 32. Fixto uses native position sticky when available but lose some features. These are explained on the home page. You could either disable using native sticky or edit your setup on your web page.