bootstrap/js/src
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
alert.js Release v5.0.0-beta3 (#33439) 2021-03-23 18:26:54 +02:00
base-component.js Remove element event listeners through base component (#33429) 2021-04-11 09:54:48 +03:00
button.js Release v5.0.0-beta3 (#33439) 2021-03-23 18:26:54 +02:00
carousel.js Remove element event listeners through base component (#33429) 2021-04-11 09:54:48 +03:00
collapse.js Release v5.0.0-beta3 (#33439) 2021-03-23 18:26:54 +02:00
dropdown.js fix: clicking an item in navbar dropdown collapses the dropdown in firefox (#33643) 2021-04-18 09:01:23 +03:00
modal.js Decouple BackDrop from modal (#32439) 2021-04-14 13:28:50 -07:00
offcanvas.js Use the backdrop util in offcanvas, enforcing consistency (#33545) 2021-04-19 08:20:25 +03:00
popover.js Release v5.0.0-beta3 (#33439) 2021-03-23 18:26:54 +02:00
scrollspy.js Simplify ScrollSpy config (#33250) 2021-04-06 18:28:10 +03:00
tab.js Fix v5 regressions in tab dropdown functionality (#33626) 2021-04-15 13:53:55 +03:00
toast.js Remove element event listeners through base component (#33429) 2021-04-11 09:54:48 +03:00
tooltip.js Remove element event listeners through base component (#33429) 2021-04-11 09:54:48 +03:00