bbarakaci / fixto

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

stopped working #49

Open brunomosciatti opened 7 years ago

gravypower commented 7 years ago

This has also stopped working for me on the latest version of chrome 56.0.2924.87

bbarakaci commented 7 years ago

I believe chrome started to support native position sticky in version 56

As a first step set useNativeSticky option to false so that it should work as before.

Then you can think if you want to change your html structure to make use of native sticky. Native sticky only will stick to its parent. Native sticky will work very well on iOS.

If this was the problem, means your implementation was already not working on safari and Firefox. They support native sticky for a long time.

Please let me know.

On Wed, 22 Feb 2017 at 01:05, Aaron Job notifications@github.com wrote:

This has also stopped working for me on the latest version of chrome 56.0.2924.87

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bbarakaci/fixto/issues/49#issuecomment-281523700, or mute the thread https://github.com/notifications/unsubscribe-auth/ABtwNMRA1IOKFfDdin1BQ8RDQ_e9znPFks5re3uzgaJpZM4MHMLa .

gravypower commented 7 years ago

thanks for the very quick reply @bbarakaci I will try your suggestion and report back.

gravypower commented 7 years ago

setting useNativeSticky to false worked. Thanks

brunomosciatti commented 7 years ago

Where can I setup this "useNativeSticky" and how ?

bbarakaci commented 7 years ago

Please see the readme section

On Wed, 22 Feb 2017 at 11:58, brunomosciatti notifications@github.com wrote:

Where can I setup this "useNativeSticky" and how ?

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/bbarakaci/fixto/issues/49#issuecomment-281636865, or mute the thread https://github.com/notifications/unsubscribe-auth/ABtwNI0TWHyWtwcKpbEMZDUMWTcUyQeOks5rfBTOgaJpZM4MHMLa .