mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 14:00:24 +00:00
swap jQuery's `trigger(...)` with the more verbose native `dispatchEvent(...)`, as the former may not always behave/bubble correctly (observed while trying to write unit tests for keyboard handling of ARIA tab navigation), which may lead to this test passing even though it fails in real usage. |
||
|---|---|---|
| .. | ||
| dom | ||
| util | ||
| .eslintrc.json | ||
| alert.js | ||
| button.js | ||
| carousel.js | ||
| collapse.js | ||
| dropdown.js | ||
| modal.js | ||
| popover.js | ||
| scrollspy.js | ||
| tab.js | ||
| tests-polyfills.js | ||
| toast.js | ||
| tooltip.js | ||