0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Bootstrap/js/tests/unit
alpadev d67121db28
Fix regression for handling mouseenter/mouseleave events introduced by #33310 (#33679)
* test: update spec for sibling adjacent mouseenter/mouseleave events

there is a regression introduced by #33310 - this would have catched that

* fix: fixup regression for mouseenter/mouseleave events introduced by #33310

the old logic only worked for parent-child movement since it checked for the relatedTarget to contain the delegateTarget - this should be fixed with this

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-04-19 08:30:33 +03:00
..
dom Fix regression for handling mouseenter/mouseleave events introduced by #33310 (#33679) 2021-04-19 08:30:33 +03:00
util Use the backdrop util in offcanvas, enforcing consistency (#33545) 2021-04-19 08:20:25 +03:00
.eslintrc.json Minor ESLint rules cleanup (#32904) 2021-01-28 11:34:20 +02:00
alert.spec.js Allow constructors to accept a CSS selector (#32245) 2021-02-22 09:01:04 +02:00
button.spec.js Allow constructors to accept a CSS selector (#32245) 2021-02-22 09:01:04 +02:00
carousel.spec.js Fix wrong carousel transformation, direction to order (#33499) 2021-04-07 08:29:31 +03:00
collapse.spec.js Allow constructors to accept a CSS selector (#32245) 2021-02-22 09:01:04 +02:00
dropdown.spec.js Update tests to check for noop to be removed 2021-04-11 09:42:52 +03:00
jquery.spec.js tests: replace deprecated jQuery method (#32309) 2020-12-16 17:21:43 +02:00
modal.spec.js modal.js: fix test for scrollbar (#33666) 2021-04-18 20:55:22 -07:00
offcanvas.spec.js Use the backdrop util in offcanvas, enforcing consistency (#33545) 2021-04-19 08:20:25 +03:00
popover.spec.js Throw a TypeError instead of the generic Error (#32585) 2021-01-13 22:13:30 +02:00
scrollspy.spec.js Simplify ScrollSpy config (#33250) 2021-04-06 18:28:10 +03:00
tab.spec.js Fix v5 regressions in tab dropdown functionality (#33626) 2021-04-15 13:53:55 +03:00
toast.spec.js Allow constructors to accept a CSS selector (#32245) 2021-02-22 09:01:04 +02:00
tooltip.spec.js Update tests to check for noop to be removed 2021-04-11 09:42:52 +03:00