Upgraded the YUI libs to version 0.12.0, released 14 Nov 2006.

This commit is contained in:
vyshane 2006-11-23 03:10:20 +00:00
parent 6418486c69
commit d38ed4fba2
79 changed files with 45819 additions and 28246 deletions

View file

@ -1,5 +1,30 @@
Slider - Release Notes
0.12.0
* Added "slideStart", "slideEnd", and "change" custom events. The abstract
methods these will eventually replace still work.
* The default animation duration is 0.2 seconds (reduced from 0.4 seconds),
and is configurable via the animationDuration property.
* Keyboard navigation is now built in. The background needs a tabindex for
keyboard nav to work. Keyboard nav can be disabled by setting enableKeys
to false. The number of pixels the slider moves when the arrow keys
are pressed is controlled by keyIncrement, and defaults to 20. Note,
Safari support limited to background element types that support focus
in that browser. http://bugs.webkit.org/show_bug.cgi?id=7138
* Fixed broken doctype in examples/index.html
* Catching an unhandled script exception in FF that could occur when
attempting to focus the slider background while a text field without
autocomplete="false" has focus
0.11.3
* No change
0.11.0
* When the thumb is clicked and dragged, the click position delta is properly

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

1667
lib/yui/slider/slider.js vendored

File diff suppressed because it is too large Load diff