aboutsummaryrefslogtreecommitdiff
path: root/js/tests
AgeCommit message (Expand)AuthorFilesLines
2020-11-01Fix TypeError when Bootstrap is included in `head` (#32024)Sascha1-0/+19
2020-11-01Check for data-interval on the first slide of carousel (#31818)Mitchell Bryson1-8/+34
2020-10-31toast.spec.js: fix typo (#32026)XhmikosR1-2/+2
2020-10-30Remove obsolete prefixes (#32012)XhmikosR1-2/+0
2020-10-22Move `href` attribute first (#31835)XhmikosR12-12/+12
2020-10-14Remove redundant visually hidden "(current)" from pagination controls (#31892)Patrick H. Lauke2-2/+2
2020-10-05Remove `Manipulator.toggleClass` (#31842)XhmikosR1-26/+0
2020-09-24fix tooltip hide method when already hidden (#31115)Hiws1-0/+14
2020-07-11Clear timeout before showing the toast (#31155)Rohit Sharma1-0/+27
2020-07-07Update to `@rollup/plugin-node-resolve` v8.1.0. (#31249)XhmikosR2-4/+5
2020-07-03Rename `sr-only`/`sr-only-focusable` (#31139)Patrick H. Lauke4-11/+11
2020-06-25BrowserStack: stop testing on latest Edge. (#31125)XhmikosR1-7/+0
2020-06-25Prevent overflowing static backdrop modal animation (#30326)Shohei Yoshida1-0/+19
2020-06-19Change whitelist to allowlist (#31066)Patrick H. Lauke1-7/+7
2020-06-18Fix tooltip when hovering a children element (delegateTarget) (#30928)Tanguy Krotoff1-0/+22
2020-06-17data: reword storage key in domJohann-S1-7/+7
2020-06-16Rename "master" to "main". (#31050)XhmikosR1-1/+1
2020-06-16Fix a broken link and a redirect. (#31045)XhmikosR1-1/+1
2020-06-15Remove checkbox/radio toggle from button plugin in favor of a CSS only solutionMartijn Cuppens1-161/+0
2020-06-09Remove .nav-item from .nav-link to make it consistentRohit Sharma1-5/+5
2020-06-04Add role="dialog" in modals via JavaScript (#30936)Rohit Sharma2-4/+10
2020-05-26Update to `@rollup/plugin-babel` (#30742)XhmikosR2-9/+6
2020-05-18Fix some easy Markdown linting issuesMark Otto1-6/+6
2020-05-12coverage: ignore node_modulesXhmikosR1-1/+5
2020-05-12Add a test about the scrollbar issue on non-integer widthDominik Kremer1-0/+32
2020-05-11Add missing closing `div` tags (#30775)XhmikosR1-28/+28
2020-05-11Removed role="document" from the modal dialog (#30755)Rohit Sharma1-3/+3
2020-05-06tests: streamline HTML end tags (#30648)XhmikosR10-124/+130
2020-05-06add unit tests to ensure our plugins works in jqueryJohann-S2-1/+72
2020-05-05BrowserStack: test Edge 16 too (#30725)XhmikosR1-0/+7
2020-05-05Revert "Update karma.conf.js"XhmikosR1-5/+0
2020-05-04Move babel whitelist helpers to a common file (#30723)XhmikosR1-8/+2
2020-05-04Update karma.conf.jsXhmikosR1-0/+5
2020-05-04Clean up lint rules (#30721)XhmikosR1-1/+3
2020-04-24Remove caret element (#30633)Tanguy Krotoff1-1/+1
2020-04-17Fix crash when pressing ArrowUp the first timeTanguy Krotoff1-0/+28
2020-04-17Replace event.which with event.key and event.buttonTanguy Krotoff3-79/+75
2020-04-01Always modal scroll top to 0ysds1-8/+8
2020-03-31Use unordered lists in dropdown-menusMartijn Cuppens3-44/+44
2020-03-29Remove `MSPointerEvent` and `ms-touch-action` in tests (#30463)XhmikosR1-5/+4
2020-03-29Use `textContent` instead of `innerText`. (#30462)XhmikosR1-1/+1
2020-03-28Remove holder.js leftovers (#30469)XhmikosR1-3/+3
2020-03-28v5 tabs - accessibility issue when using ul/li semanticLaussel Loïc4-56/+52
2020-03-25fix babel config in our filesJohann-S1-0/+1
2020-03-25fix: remove make array util function (#30430)Johann-S7-38/+18
2020-03-23Use next dropdown menu instead of first of the parentMartijn Cuppens2-27/+66
2020-03-18Remove Internet Explorer leftoversXhmikosR1-6/+0
2020-03-18Remove IE compatibility JS codeJohann-S1-7/+0
2020-03-18fix: ensure `totype` always returns stringified null/undefined when null/unde...Johann-S1-1/+30
2020-03-09`prev()` function fails when non-element nodes are present (#30117)Martijn Cuppens1-0/+15