]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
Use pull request #11418 from ncoden/refactor/mouseleave-special-case for v6.5.0
authorNicolas Coden <nicolas@ncoden.fr>
Wed, 12 Sep 2018 20:25:53 +0000 (22:25 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Wed, 12 Sep 2018 20:25:53 +0000 (22:25 +0200)
commit55e60ee86842caeeeaa79acac19c953967cfd680
tree838b5af34b51af1c1974bfd323314c086bc292a3
parent296bd1722eaf648f52c17b30fa84c5f99e3d594c
Use pull request #11418 from ncoden/refactor/mouseleave-special-case for v6.5.0

9bd7f933c refactor: move dropdownMenu mouseleave special case to its own utility function
8f2470c28 docs: add doc for core utility onLeaveElement
90de67a17 refactor: make the magic mouseleave utility a simple event filter
adeee972d docs: add some doc in the magic mouseleave utility "ignoreMousedisappear"
f46e78bd1 fix: prevent Dropdown and Tooltip to hide when moving mouse to browser UI elements
5bdec3a3c tests: add visual test for the Dropdown magic mousleave bug
f0168bb9f style: fix incorrectly named variable in ignoreMousedisappear utility
1847f6c9b fix: make the "ignoreMousedisappear()" handler called before mouseenter
3ec791559 docs: improve doc in "ignoreMousedisappear()"

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
js/foundation.core.utils.js
js/foundation.dropdownMenu.js