bbarakaci / fixto

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

Horizontal scroll issue #12

Open dmitry opened 10 years ago

dmitry commented 10 years ago

It doesn't work well, when I'm using horizontal scrolling. For example on iPad or on desktop chrome.

bbarakaci commented 10 years ago

I see what you mean. Never thought about it and never supported.

It should not be a big deal to fix it but it will add extensive scrollLeft checks. scrollTop already is a bit heavy according to the profiler. As every instance is checking the scrollTop individually. I can implement this when i implement a scroll controller. Till then i will keep it low priority.