aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/dom
AgeCommit message (Expand)AuthorFilesLines
2024-02-18Selector Engine: fix multiple IDs (#39201)GeoSot1-0/+12
2023-09-13Fix collapse multiple ids target (#38989)Louis-Maxime Piton1-0/+12
2023-03-29Tweak and re-organize ESLint config (#38369)XhmikosR4-11/+9
2022-11-06Move `getElementFromSelector` & `getSelectorFromElement` to SelectorEngine (...GeoSot1-2/+156
2022-07-19Fix failing test on EventHandler (#36772)GeoSot1-4/+3
2022-07-18Fix typos in code (#36763)Marc Wrobel1-1/+1
2022-07-04ref(tests): Minor fix to use self-closing input HTML tag (#36667)Julien Déramond1-1/+1
2022-06-30Fix interoperability issue regarding Event properties (#36386)Aleksander Machniak1-0/+37
2022-04-21Manipulator: Add JSON parse support (#35077)GeoSot1-0/+27
2022-04-13Revamp Scrollspy using Intersection observer (#33421)GeoSot1-82/+0
2022-02-19tests: revisit all tests using Promise.reject instead of throwing an error (#...GeoSot1-2/+2
2022-01-30tests: replace 'done' callback with 'Promise' to fix deprecation errors (#35659)GeoSot2-285/+316
2021-12-09Fix tests fixture type (#35501)XhmikosR2-13/+17
2021-12-01tests: fix a few typosXhmikosR1-1/+1
2021-12-01tests: remove extra spaces, unneeded arrays and add missing newlinesXhmikosR1-12/+4
2021-12-01tests: tweak Jasmine's matchers usageXhmikosR4-16/+17
2021-10-08tests: minor cleanup (#35138)XhmikosR4-9/+2
2021-07-30Enable a few eslint-config-xo rules (#34620)XhmikosR2-5/+5
2021-07-28Fix `Manipulator.offset()` (#33603)alpadev1-0/+54
2021-07-27Add shift-tab keyboard support for dialogs (modal & Offcanvas components) (#3...Ryan Berliner1-0/+82
2021-04-19Fix regression for handling `mouseenter`/`mouseleave` events introduced by #3...alpadev1-1/+15
2021-04-13fix: make EventHandler better handle mouseenter/mouseleave events (#33310)alpadev1-1/+77
2021-03-02refactor: use a Map instead of an Object in dom/data (#32180)alpadev1-88/+63
2020-12-07Remove `SelectorEngine.matches()`. (#32339)XhmikosR1-8/+0
2020-11-20Make the attribute methods bs specific (#32173)Rohit Sharma1-18/+22
2020-11-14Get only bs prefixed data attributesRohit Sharma1-18/+2
2020-11-14Add `bs` in data attributesRohit Sharma1-4/+20
2020-11-02tests: tweak Jasmine usage (#32046)XhmikosR2-6/+6
2020-10-05Remove `Manipulator.toggleClass` (#31842)XhmikosR1-26/+0
2020-06-17data: reword storage key in domJohann-S1-7/+7
2020-03-25fix: remove make array util function (#30430)Johann-S1-6/+5
2020-03-23Use next dropdown menu instead of first of the parentMartijn Cuppens1-0/+39
2020-03-09`prev()` function fails when non-element nodes are present (#30117)Martijn Cuppens1-0/+15
2019-10-31Update normalizeDataKey to match the spec (#29609)Steffen Roßkamp1-10/+10
2019-10-09Rename "js/tests/units" to "js/tests/unit". (#29503)XhmikosR4-0/+731
2019-07-23rewrite unit tests for selector engineJohann-S1-77/+0
2019-07-23rewrite manipulator unit testsAnton Bershanskiy1-128/+0
2019-07-23Switch from QUnit to Jasmine.Johann-S2-423/+0
2019-07-17updated babelJohann-S1-10/+0
2019-05-08Rename `eventHandler` and `selectorEngine` files.XhmikosR2-0/+0
2019-02-20Improve manipulator coverageJohann-S1-1/+6
2019-02-20Remove IE support and button bsChecked hackAlessandro Chitolina1-46/+0
2019-02-20fix(selector-engine): increase coverage for selector engineJohann-S2-1/+78
2019-02-20fix(manipulator): increase coverage for manipulatorJohann-S1-0/+179
2019-02-20fix(data): increase coverage for dataJohann-S1-0/+83
2019-02-20Dropdown without jQueryJohann-S1-1/+0
2019-02-20allow register the same handler for different delegated selectors in eventHan...Alessandro Chitolina1-0/+70
2019-02-20tooltip without jqueryAlessandro Chitolina1-0/+14
2019-02-20Workaround for M$ Edge resetting defaultPrevented flag upon dispatchEventAlessandro Chitolina1-0/+18
2019-02-20Rewritten modal without jquery (#23955)Alessandro Chitolina1-0/+239