ftlabs / ftscroller

FTScroller is a cross-browser Javascript/CSS library to allow touch, mouse or scrollwheel scrolling within specified elements, with pagination, snapping and bouncing support.
MIT License
1.19k stars 121 forks source link

IE 10 scroll problem #18

Closed patriklund closed 11 years ago

patriklund commented 11 years ago

This script is great, works like a charm on Android and iPhones, but i have found one problem with IE 10 on my Lumia 820.

I have 2 vertical scollers inside 1 horizontal. When the page loades the first vertical scroller scrolls fine. When i swipe to the left and gets to vertical scroller 2 the scrolling inside vertical scroller 2 also works. But when i swipe back to vertical scroller 1 the vertical scrolling stops on both vertical scrollers. Why is that?

As i said, this problem only occurs on IE 10.

Can this be coded around?

Feel free to try my code: http://m.vasabladet.fi/new/ft/

Actually the same issue accurs on the ft demo: http://ftlabs.github.com/ftscroller/examples/galleryscrollers.html

Hopeful for answers

/Patrik

rowanbeentje commented 11 years ago

Hi Patrik,

There've been a few changes recently improving both IE 10 pointer handling (bafbdbe, 93388e1) and nested scrollers (62800dd) which I think completely address this issue. Should be much improved now, and I can't reproduce the problem on the (updated) gallery demo: http://ftlabs.github.com/ftscroller/examples/galleryscrollers.html .

Let me know if you're still seeing issues though :)

Thanks for the report!

patriklund commented 11 years ago

Yes. Not it works like a charm. Great work!