]> source.dussan.org Git - jquery.git/commit
Event: Update support comments for mouseenter/mouseleave implementation
authorMichał Gołębiowski <m.goleb@gmail.com>
Mon, 27 Jul 2015 20:29:38 +0000 (22:29 +0200)
committerMichał Gołębiowski <m.goleb@gmail.com>
Mon, 27 Jul 2015 20:29:38 +0000 (22:29 +0200)
commit2792845534e36c39dbb9c8369ed96aaefa560081
tree3d83dfb0b44da1286dfcdc25e3f71379f6dbddbf
parent93bee4701d14202045a88aab156da0daf9418430
Event: Update support comments for mouseenter/mouseleave implementation

Custom mouseenter/mouseleave implementation was needed because of:
1. Safari 6 not implementing mouseenter/mouseleave at all.
2. Chrome sending mouseenter too often.

The second issue has been fixed in Chrome but exists now in Safari 7
(it's fixed in Safari 8) so we have to keep it for now, unfortunately.
src/event.js