RSence 2.0.3

Fixed events, client package compression
Added by Juha-Jarmo Heinonen over 1 year ago

Changes since 2.0.2:
  • Right-click event fixes (works uniformly now across the supported browsers; no extra mouseDown or mouseUp events on some browsers anymore)
  • Both mouseDown and startDrag events are fired, if a control has responders for both. Previously startDrag overrided mouseDown, if both were registered.
  • Client package compression is now always on, except when debugging. Previously worked partially inversed (bug). Reduces loading times and memory footprint.
  • Removed extra-verbose xhtml headers from the index.html template; using "HTML5 headers" now. Has no effect on browsers, except a few bytes less to load.

Comments