History log of /yui3/src/slider/tests/slider-tests.js
Revision Date Author Comments Expand
8c1f11e39620074acdf6607d1c1490a40a9aed0e 08-Mar-2012 Luke Smith <lsmith@yahoo-inc.com>

Add tests for attributes

8047ca98fec9d6ef0332db9181173401bb9eeaa3 21-Feb-2012 Luke Smith <lsmith@yahoo-inc.com>

Add rail click test.

34fdaac0f4e44371745512e507385385dfeb6246 18-Jan-2012 Jeff Conniff <jconniff@yahoo-inc.com>

fixes #2531569. Slider thumb not focasable by click

fce1829c55377876814443046b7025c68b762f7c 10-Dec-2011 Luke Smith <lsmith@yahoo-inc.com>

Better circular op protection for set(value, x) Fixes #2531498 The protection against `slider.set('value', x)` looping back from the thumb position was inadequate when setting the value by increments that would be rounded out when applying the value=>offset calculation. The lack of new pixel position resulted in the value being reverted. This was especially harmful to keyboard interaction on Sliders where the `max - min` was less than the pixel length, because arrow keys would attempt to move the value by 1, but would be stopped, thus preventing the thumb from moving further. Answer: respect the assigned value, duh.

2e7280e28d58d05e501e1fd7388c507257a2db7b 02-Dec-2011 Luke Smith <lsmith@yahoo-inc.com>

Adding failing Slider test to _should.fail The bug (2531498) is still outstanding. Also updated the tests/src file FWIW.

040720bc1ae2f12e63ab9bef2ca34bab137d3c86 01-Dec-2011 Jeff Conniff <jconniff@yahoo-inc.com>

fixes #2528788. ARIA labelledby change. Added unit tests keyboard and ARIA

cfb7385b7737d2a1b97935efca6ffe0eb5e7898f 30-Nov-2011 Jeff Conniff <jconniff@yahoo-inc.com>

fixes #2528788. Adding unit tests for keyboard input and ARIA

709e496fcb1e2b445ec2836ecd4409c0700acd37 26-Jul-2011 Jenny Donnelly <jennydonnelly@yahoo-inc.com>

[fix #2530561] Cleanup slider css -> slider-base. Update failing tests. Update user guide. Update apidocs.

998276643802ff9fb197fe220cbd9552da00a624 24-Feb-2011 Luke Smith <lsmith@yahoo-inc.com>

Move tests from sandbox to src/X/tests/src Adapt to test structure enforced by new builder target 'tests'. Still more cleanup to do. But hopefully I didn't miss anything. C'mon CI!

/yui3/sandbox/console/profile.html /yui3/sandbox/console/test.properties /yui3/sandbox/console/test.xml /yui3/src/async-queue/build.properties /yui3/src/async-queue/tests/async-queue-tests.js /yui3/src/async-queue/tests/async-queue.html /yui3/src/async-queue/tests/src/async-queue.js /yui3/src/collection/tests/arraylist-tests.js /yui3/src/collection/tests/arraylist.html /yui3/src/collection/tests/src/arraylist.js /yui3/src/console-filters/tests/console-filters-tests.js /yui3/src/console-filters/tests/console-filters.html /yui3/src/console-filters/tests/src/console-filters.js /yui3/src/console/tests/console-tests.js /yui3/src/console/tests/src/console.js /yui3/src/dial/tests/testsuite.js /yui3/src/event/build-hover.properties /yui3/src/event/build-synthetic.properties /yui3/src/event/tests/event-hover-tests.js /yui3/src/event/tests/event-hover.html /yui3/src/event/tests/event-synthetic-tests.js /yui3/src/event/tests/event-synthetic.html /yui3/src/event/tests/src/event-hover.js /yui3/src/event/tests/src/event-synthetic.js /yui3/src/json/tests/json-parse-tests.js /yui3/src/json/tests/json-stringify-tests.js /yui3/src/json/tests/json-tests.js /yui3/src/json/tests/json.html /yui3/src/json/tests/src/json-parse.js /yui3/src/json/tests/src/json-stringify.js /yui3/src/jsonp/build.xml /yui3/src/jsonp/tests/jsonp-tests.js /yui3/src/jsonp/tests/jsonp-url-tests.js /yui3/src/jsonp/tests/jsonp.html /yui3/src/jsonp/tests/src/jsonp-url.js /yui3/src/jsonp/tests/src/jsonp.js /yui3/src/slider/slider-base.properties clickable-rail-tests.js range-slider-tests.js slider-base-tests.js slider-tests.js slider-value-range-tests.js slider.html src/clickable-rail.js src/range-slider.js src/slider-value-range.js src/slider.js /yui3/src/stylesheet/tests/src/stylesheet.js /yui3/src/stylesheet/tests/stylesheet-tests.js /yui3/src/stylesheet/tests/stylesheet.html