changelog_3.7.2.txt 1.1 KB

12345678910111213141516171819202122232425262728
  1. Changelog nicescroll release 3.7.2
  2. https://nicescroll.areaaperta.com/
  3. https://github.com/inuyaksa/jquery.nicescroll
  4. Fixes
  5. - support for Apple magic mouse swipe back/forward aka Enable only if needed #378
  6. - wrapper don't works on relative selector aka same classes not working #635
  7. - horizontal scrollbar visibible but no need it on responsive layout
  8. - tabindex start counter fix
  9. - setAnimationFrame for IE8
  10. - touch interaction with multiple scrollareas with IE/Edge on Surface
  11. - mousewheel not working in safari & click event trigger twice in mobile #669
  12. - false retriggering of scrollend event
  13. - Not scrolling on lastest Firefox with HTML5 inside iframe #322
  14. New options
  15. - scrollbarid, you can set id assigned to scrollbar (default: false = auto-assigned)
  16. Changes
  17. - some code optimizations inspired from #604 by dmadan86 (thank you so much!)
  18. - better content area size detection
  19. - remove support for Windows Phone 7 and 7.1 (mango)
  20. - minimal support change to IE8
  21. New script iframe helper
  22. Needed to fix, in some situation, browsers bad implementation of iframe events. (#322)