aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/dropdown.js
AgeCommit message (Collapse)AuthorFilesLines
2015-02-25Dropdown unit tests: Tiny style changesHeinrich Fenkart1-3/+5
2015-02-24Add unit test of aria-expanded to dropdown suiteKevin Kirsche1-0/+47
Redo of #15876
2015-02-23JS unit tests: use QUnit.module() & QUnit.test() everywhereChris Rebert1-14/+14
[skip validator]
2015-02-23JS unit tests: use modern QUnit assert object everywhereChris Rebert1-33/+33
2015-01-20update JS unit tests to future-proof QUnit 1.16.0 APIChris Rebert1-9/+9
[skip validator]
2014-11-12Dropdown: ignore keydown events coming from `input`s and `textarea`sHeinrich Fenkart1-0/+41
Fixes #15084.
2014-07-06Move to leading plusesHeinrich Fenkart1-93/+93
2014-07-06Clean dropdown unit tests upHeinrich Fenkart1-78/+77
2014-06-06Comply to the new style.XhmikosR1-20/+21
2014-04-21#11464 - Fix JS noConflict mode - Refactor all plugins to use an internal ↵Collin Donahue-Oponski1-15/+24
reference to the jQuery plugin, because in noConflict mode you can never expect to be defined on the jQuery object
2014-04-03replace $.bind() with $.on() in unit tests; per #13272Chris Rebert1-4/+4
2014-02-14Re-indent test files.XhmikosR1-208/+208
2013-12-19No leading plusesZlatan Vasović1-94/+93
2013-12-16Require comma on left sideZlatan Vasović1-28/+28
2013-12-08Use single quotes consistently.XhmikosR1-17/+17
2013-07-31Removed trailing whitespacesCesidio Di Landa1-6/+6
Changed hard tabs to soft tabs
2013-05-24add show/shown hide/hidden events to dropdown + update dropdown links for ↵Jacob Thornton1-0/+67
testing + catch a few missed namespace things
2013-05-16change namespace back to dot notation and someother js shizzlefat1-3/+4
2013-05-16change dropdown strategy to use an overlay - fixes mobile click anywhere + ↵fat1-3/+3
allows for firefox middle click
2013-05-16a bunch javascript junkfat1-0/+151