| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-10-18 | test: ensure .navbar-fixed-* padding on modal open | Andrew Luca | 1 | -0/+76 | |
| 2018-09-28 | Use BrowserStack for our unit tests. | Johann-S | 1 | -3/+16 | |
| 2015-12-22 | js/tests/unit/modal.js: Fix typo | Chris Rebert | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-05-05 | Comply to the new JSCS rules. | XhmikosR | 1 | -9/+9 | |
| 2015-03-25 | rm redundant aria-hidden usage from Modals; fixes #16020 | Chris Rebert | 1 | -28/+0 | |
| 2015-03-09 | Disable jQuery event aliases when running test suite | Chris Rebert | 1 | -11/+11 | |
| To ensure that we don't accidentally use any of the aliases. This should prevent any future regressions from #12761. Also updates the test suite since it now can't use these aliases either. | |||||
| 2015-03-03 | Merge pull request #15961 from kkirsche/ImplementAssertExpect | Heinrich Fenkart | 1 | -0/+24 | |
| [Fixes #15953] Implement assert.expect in each unit test | |||||
| 2015-03-03 | [Fixes #15953] Implement assert.expect in each unit test | Kevin Kirsche | 1 | -0/+24 | |
| [Fixes #15953] Implement `assert.expect` in each unit test | |||||
| 2015-03-03 | Modal: Fix backdrop not readjusting when height changes | Heinrich Fenkart | 1 | -2/+2 | |
| Fixes #15136. Closes #15345. Closes #15314. Refs #14724, #14927. | |||||
| 2015-02-26 | Unit tests: Use new names of module hooks | Heinrich Fenkart | 1 | -2/+2 | |
| Refs #15893 | |||||
| 2015-02-26 | Modal: Apply any preexisting body padding again after closing | nakupanda | 1 | -0/+77 | |
| 2015-02-24 | fix 2 typos in modal unit test assertion messages | Chris Rebert | 1 | -2/+2 | |
| 2015-02-24 | Add tests for aria-hidden of modal | Kevin Kirsche | 1 | -0/+26 | |
| Add tests for `aria-hidden` of modal Use strictEqual of 1 here instead of 2 asserts | |||||
| 2015-02-23 | JS unit tests: use QUnit.module() & QUnit.test() everywhere | Chris Rebert | 1 | -20/+20 | |
| [skip validator] | |||||
| 2015-02-23 | JS unit tests: use modern QUnit assert object everywhere | Chris Rebert | 1 | -38/+38 | |
| 2015-01-20 | tweak 'close reopened modal' unit test to work under new QUnit API | Chris Rebert | 1 | -2/+7 | |
| 2015-01-20 | update JS unit tests to future-proof QUnit 1.16.0 API | Chris Rebert | 1 | -42/+42 | |
| [skip validator] | |||||
| 2014-10-09 | fixes #13816 Modal dialog closes when dragging and releasing mouse button ↵ | fat | 1 | -2/+2 | |
| outside dialog | |||||
| 2014-07-30 | Revert "Use mousedown instead of click for backdrop click detection; fixes ↵ | Heinrich Fenkart | 1 | -2/+2 | |
| #13816" | |||||
| 2014-07-06 | Clean modal unit tests up | Heinrich Fenkart | 1 | -84/+63 | |
| 2014-07-06 | Merge pull request #13855 from hnrch02/modal-mousedown | Jacob | 1 | -2/+2 | |
| Use mousedown instead of click for backdrop click detection; fixes #13816 | |||||
| 2014-07-01 | Only close modal if escape was hit with keydown; fixes #13929 | Heinrich Fenkart | 1 | -0/+38 | |
| 2014-07-01 | Use mousedown instead of click for backdrop click detection; fixes #13816 | Heinrich Fenkart | 1 | -2/+2 | |
| 2014-06-07 | Merge pull request #13388 from twbs/xhmikosr-js-style | XhmikosR | 1 | -2/+3 | |
| Improve JS style | |||||
| 2014-06-06 | Merge pull request #13627 from twbs/maybe-fix-12364 | Chris Rebert | 1 | -0/+51 | |
| Hopefully fixes trigger focus restoration on modal close | |||||
| 2014-06-06 | Comply to the new style. | XhmikosR | 1 | -2/+3 | |
| 2014-05-19 | Hopefully a fix for #12364 | Chris Rebert | 1 | -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-19 | fix typo in assertion description | Chris Rebert | 1 | -1/+1 | |
| 2014-04-21 | #11464 - Fix JS noConflict mode - Refactor all plugins to use an internal ↵ | Collin Donahue-Oponski | 1 | -23/+32 | |
| reference to the jQuery plugin, because in noConflict mode you can never expect to be defined on the jQuery object | |||||
| 2014-04-19 | quote attribute values in selectors in JS unit tests for consistency | Chris Rebert | 1 | -2/+2 | |
| 2014-04-03 | replace $.bind() with $.on() in unit tests; per #13272 | Chris Rebert | 1 | -5/+5 | |
| 2014-02-14 | Re-indent test files. | XhmikosR | 1 | -189/+189 | |
| 2014-01-16 | new qunit | fat | 1 | -4/+3 | |
| 2013-12-08 | Use single quotes consistently. | XhmikosR | 1 | -76/+76 | |
| 2013-12-06 | Use a space after function consistently. | XhmikosR | 1 | -7/+7 | |
| 2013-08-17 | fixes #9362 | fat | 1 | -0/+19 | |
| 2013-08-10 | fixes #9111 | Jacob Thornton | 1 | -140/+161 | |
| 2013-07-17 | fix #7660 | fat | 1 | -0/+19 | |
| 2013-05-22 | fixes #6898: typo in modal test | Mark Otto | 1 | -4/+4 | |
| 2013-05-16 | change namespace back to dot notation and someother js shizzle | fat | 1 | -13/+13 | |
| 2013-05-16 | fix tests | fat | 1 | -14/+14 | |
| 2013-05-16 | a bunch javascript junk | fat | 1 | -0/+137 | |
