aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/modal.js
AgeCommit message (Collapse)AuthorFilesLines
2015-01-20tweak 'close reopened modal' unit test to work under new QUnit APIChris Rebert1-2/+7
2015-01-20update JS unit tests to future-proof QUnit 1.16.0 APIChris Rebert1-42/+42
[skip validator]
2014-10-09fixes #13816 Modal dialog closes when dragging and releasing mouse button ↵fat1-2/+2
outside dialog
2014-07-30Revert "Use mousedown instead of click for backdrop click detection; fixes ↵Heinrich Fenkart1-2/+2
#13816"
2014-07-06Clean modal unit tests upHeinrich Fenkart1-84/+63
2014-07-06Merge pull request #13855 from hnrch02/modal-mousedownJacob1-2/+2
Use mousedown instead of click for backdrop click detection; fixes #13816
2014-07-01Only close modal if escape was hit with keydown; fixes #13929Heinrich Fenkart1-0/+38
2014-07-01Use mousedown instead of click for backdrop click detection; fixes #13816Heinrich Fenkart1-2/+2
2014-06-07Merge pull request #13388 from twbs/xhmikosr-js-styleXhmikosR1-2/+3
Improve JS style
2014-06-06Merge pull request #13627 from twbs/maybe-fix-12364Chris Rebert1-0/+51
Hopefully fixes trigger focus restoration on modal close
2014-06-06Comply to the new style.XhmikosR1-2/+3
2014-05-19Hopefully a fix for #12364Chris Rebert1-0/+51
* register the callback before invoking the toggling * listen for `hidden` instead of `hide` * account for the possibility of the associated `show` event being preventDefault-ed Adds relevant unit tests.
2014-05-19fix typo in assertion descriptionChris Rebert1-1/+1
2014-04-21#11464 - Fix JS noConflict mode - Refactor all plugins to use an internal ↵Collin Donahue-Oponski1-23/+32
reference to the jQuery plugin, because in noConflict mode you can never expect to be defined on the jQuery object
2014-04-19quote attribute values in selectors in JS unit tests for consistencyChris Rebert1-2/+2
2014-04-03replace $.bind() with $.on() in unit tests; per #13272Chris Rebert1-5/+5
2014-02-14Re-indent test files.XhmikosR1-189/+189
2014-01-16new qunitfat1-4/+3
2013-12-08Use single quotes consistently.XhmikosR1-76/+76
2013-12-06Use a space after function consistently.XhmikosR1-7/+7
2013-08-17fixes #9362fat1-0/+19
2013-08-10fixes #9111Jacob Thornton1-140/+161
2013-07-17fix #7660fat1-0/+19
2013-05-22fixes #6898: typo in modal testMark Otto1-4/+4
2013-05-16change namespace back to dot notation and someother js shizzlefat1-13/+13
2013-05-16fix testsfat1-14/+14
2013-05-16a bunch javascript junkfat1-0/+137