Closed cosme-benito closed 9 years ago
I'll take a look at both. Firefox I think uses a different multiplier in their scroll event that we may need to to compensate for.
Thanks a lot for your feedback and fast replies :)
No problem. If your in a PC, try to see if you can gather any specifics in Ie. I'm on my Mac and out of browserstack credits
@cosme-benito I've published a a new branch (d1ed9f8955320795a09a7db2a819f2425bad781b) for cross-browser support and a couple of other fixes. If it fixes your errors (and the future tests I need to still write ;), let me know and I'll merge to master.
Edited: I had not made the fix to the updated master. Now using latest pull.
Scroll shows fine in all major browsers (Chrome, IE, Firefox) but Firefox still has extremely slow scroll speed.
Will test on iPad as soon as possible.
Hmmm strange. I'll dig some more later today
@cosme-benito Try the latest Cross-Browser-Fixes commit. It should feel better in firefox, especially with a physical mousewheel. Improved some overall accuracy issues as well.
Looks good.
Well, unless you find any more bugs or need to make some adjustments, I'll merge and close this for now.
Thanks again for the continuing support.
Do not forget!
display: (containerHeight) / innerHeight >= 1 ? 'none' : 'initial'
will to work in ie10
There seems to be issues in some of the major browsers :(
Chrome: works okay
IE 11: scrollbar doesn't show up but it works using mouse scroll wheel
Firefox 34: scrollbar doesn't show up, mouse wheel is extremely slow