| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-10-04 | Update modal.js | XhmikosR | 1 | -1/+4 | |
| 2017-10-04 | Unit test for modal bug fix | lucascono | 1 | -0/+13 | |
| Unit test for pull request #24240 | |||||
| 2017-09-03 | Merge branch 'v4-dev' into fix-jumping-modal-on-resize | Johann-S | 1 | -1/+27 | |
| 2017-08-29 | Add failing test | David Bailey | 1 | -0/+14 | |
| 2017-08-29 | Fix unit tests in PhantomJS | David Bailey | 1 | -3/+10 | |
| Use a virtual scrollbar as this is simpler than having a real one (overflow: scroll doesn't seem to work in Phantom), and disable it for the new test. One test has also been altered to prevent erroneous fails when other inline styles are added to the body (e.g. overflow). | |||||
| 2017-08-28 | Add failing test | David Bailey | 1 | -0/+19 | |
| When the body does not overflow (achieved by hiding the QUnit container), it should not be given a margin. | |||||
| 2017-08-25 | Add unit test for xss in data target attribute | meeque | 1 | -0/+36 | |
| 2017-08-25 | Fix sticky margin when a modal is opened (#23669) | David Bailey | 1 | -0/+42 | |
| * Adjust margin for sticky elements on modal Previously white space was visible to the right of sticky elements due to right padding being added to the body. This fixes #23661. * Add unit tests for margin of sticky elements on modal | |||||
| 2017-08-23 | Tweak ESLint rules. | XhmikosR | 1 | -4/+4 | |
| 2017-04-03 | Fix #22332: Adjust tests for hidden scrollbar | Ilias | 1 | -3/+15 | |
| 2017-04-02 | Fix #18373: properly adjust padding-right of body and fixed elements when ↵ | Ilias | 1 | -28/+95 | |
| opening or closing modal | |||||
| 2017-01-02 | update seletors in js | Mark Otto | 1 | -4/+4 | |
| 2016-11-26 | Merge branch 'v4-dev-18796' of https://github.com/maxbeatty/bootstrap into ↵ | Mark Otto | 1 | -0/+22 | |
| maxbeatty-v4-dev-18796 | |||||
| 2016-11-25 | Add test unit to check logic of ignoreBackdropClick (#18245) | Johann | 1 | -0/+13 | |
| 2016-11-24 | Make JS compliant with the new ESLint rules. | Bardi Harborow | 1 | -2/+2 | |
| 2016-10-28 | Merge pull request #17536 from Johann-S/testPadding | Mark Otto | 1 | -0/+38 | |
| [Fix #17400] Add tests about padding restoration | |||||
| 2016-08-04 | prevent navigating to area href when modal target. fixes #18796 | Max Beatty | 1 | -0/+22 | |
| 2016-05-11 | Handle aria-hidden on modal container when showing/hiding | Patrick H. Lauke | 1 | -0/+17 | |
| Fixes #19878 | |||||
| 2015-12-22 | js/tests/unit/modal.js: Fix typo | Chris Rebert | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-10-02 | Add throw error for undefined method on plugins | Johann-S | 1 | -0/+12 | |
| 2015-09-10 | Add tests about padding restoration | Johann-S | 1 | -0/+38 | |
| 2015-05-10 | add getters for Version and Default where applicable | fat | 1 | -1/+1 | |
| add modal my gawd | |||||
| 2015-05-06 | remove closureness from plugins | fat | 1 | -75/+174 | |
| 2015-02-11 | bootstrap onto closure | fat | 1 | -1/+1 | |
| 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 | |
