9 * Removed unneccessary getXY calls that were contribuing to slower performance
10 in FireFox when the slider was deeply nested in the DOM.
14 * Added "slideStart", "slideEnd", and "change" custom events. The abstract
15 methods these will eventually replace still work.
17 * The default animation duration is 0.2 seconds (reduced from 0.4 seconds),
18 and is configurable via the animationDuration property.
20 * Keyboard navigation is now built in. The background needs a tabindex for
21 keyboard nav to work. Keyboard nav can be disabled by setting enableKeys
22 to false. The number of pixels the slider moves when the arrow keys
23 are pressed is controlled by keyIncrement, and defaults to 20. Note,
24 Safari support limited to background element types that support focus
25 in that browser. http://bugs.webkit.org/show_bug.cgi?id=7138
27 * Fixed broken doctype in examples/index.html
29 * Catching an unhandled script exception in FF that could occur when
30 attempting to focus the slider background while a text field without
31 autocomplete="false" has focus
39 * When the thumb is clicked and dragged, the click position delta is properly
42 * The slider background can be disabled by setting backgroundEnabled to false.
44 * Added SliderThumb->clearTicks
46 * Incorporated updated drag and drop performance improvements
50 * Drag and drop's autoscroll feature is now turned off by default
53 * The slider no longer sets its initial value upon initialization
55 * RGB slider example fixed for IE7.
57 * Updated to work with the onAvailable feature in Drag and Drop.
59 * Updated the basic slider example page to make the control more
60 accessible to non-FF1.5 browsers.
62 * Split the examples into separate pages