changelog_2.2.0.txt 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. Changelog nicescroll release 2.2.0
  2. http://areaaperta.com/nicescroll
  3. https://github.com/inuyaksa/jquery.nicescroll
  4. New features
  5. - scrolling with css transition (for full hw speed)
  6. - cssHook-ed scrollTop property, hw-scroll can be controlled by jQuery and you can use animation
  7. - override jQuery scrollTop function, hw-scroll can be controlled by jQuery and you can use animation
  8. - nicescroll object linked with jQuery DOM, using $.data named "__nicescroll"
  9. - jQuery function's getNiceScroll, to get the nicescroll object using $ selectors
  10. - only one instance for div, it checks if nicescroll already exists on the div
  11. - "grab" icon on div with touchbehavior = true
  12. New options
  13. - grabcursorenabled, display "grab" icon for div with touchbehavior = true, default is true
  14. - autohidemode, how hide the scrollbar works, true=default / "cursor" = only cursor hidden / false = do not hide
  15. - background, change css for rail background, default is ""
  16. Changed features
  17. - zIndex for scrollbar of document is the default value and for others is default+2
  18. - using css "background-clip" with value "padding-box" for a better cursor display. (see http://css-tricks.com/7423-transparent-borders-with-background-clip/)
  19. Fixes
  20. - zoom on iOS4, not fully visible
  21. - textarea resize bug, scrollbar didn't update
  22. - IE7, page scrollbar not hidden
  23. - IE7-IE8, touchbehavior (grab-to-scroll) doesnt' work
  24. - IE8, workaround for IFRAME onload bug
  25. - Opera, key repetitions not working
  26. - scrollball don't update position when div has resized (no wrapper div), only for IE/Firefox/Opera
  27. Known issues
  28. - textarea on Firefox7, native scrollbars can't be hidden (firefox bug?)
  29. - chrome, -webkit-grab value accepted but cursor remain as pointer (possible browser bug)
  30. - chrome/safari, can't detect div resize (browser limitation)
  31. Thanks for nice feeback to:
  32. butchewing, replete, pathetix and mkmcdonald