mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
Upgraded the YUI libs to version 0.12.0, released 14 Nov 2006.
This commit is contained in:
parent
6418486c69
commit
d38ed4fba2
79 changed files with 45819 additions and 28246 deletions
|
@ -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
|
||||
|
|
1761
lib/yui/slider/slider-debug.js
vendored
1761
lib/yui/slider/slider-debug.js
vendored
File diff suppressed because it is too large
Load diff
2
lib/yui/slider/slider-min.js
vendored
2
lib/yui/slider/slider-min.js
vendored
File diff suppressed because one or more lines are too long
1667
lib/yui/slider/slider.js
vendored
1667
lib/yui/slider/slider.js
vendored
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue