0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00
Bootstrap/js/tests/unit/dom
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
..
data.spec.js refactor: use a Map instead of an Object in dom/data (#32180) 2021-03-02 16:55:44 +02:00
event-handler.spec.js Fix regression for handling mouseenter/mouseleave events introduced by #33310 (#33679) 2021-04-19 08:30:33 +03:00
manipulator.spec.js Make the attribute methods bs specific (#32173) 2020-11-20 11:13:13 +02:00
selector-engine.spec.js Remove SelectorEngine.matches(). (#32339) 2020-12-07 19:10:20 +02:00