History log of /yui3/src/event/js/mouseentermouseleave.js
Revision Date Author Comments Expand
b402e20da315b3e86bd6e770942e07d182bcba1d 04-May-2011 Luke Smith <lsmith@lucassmith.name>

Use Event._attach to avoid creating unused facades There is a runtime execution and memory cost associated with creating event facades due to the pre-population of e.target, currentTarget, and relatedTarget that can be avoided in this case since it's filtering bubbled mouseover and mouseout events. Create the DOMEventFacade only after passing the filter criteria.

680f13616a493c7bf3a794982e07d10abd9763b3 23-Jul-2010 Luke Smith <lsmith@yahoo-inc.com>

API docs for SyntheticEvent, delegate, focus, and mouseenter

d84a18b9cdce9e87cf171d49c51a5d5986e2cf0f 18-Jul-2010 Luke Smith <lsmith@yahoo-inc.com>

Migrate mouseenter to SyntheticEvent infra.

eea24ae7b751e818f5a88c631ddfa3799e963cd4 03-Apr-2010 Adam Moore <adamoore@yahoo-inc.com>

retab

ef56b4126a1deb54c547f08f1aede9a3541e9a56 01-Apr-2010 Adam Moore <adamoore@yahoo-inc.com>

retab

1fe09864a564d5cc8a8a8c5278aae965a57d5a46 17-Sep-2009 Todd Kloots <kloots@yahoo-inc.com>

Updated to return a single detach listner

21f450f4fd5fd60f951de44878aae015ed0342e3 04-Sep-2009 Adam Moore <adamoore@yahoo-inc.com>

minor cleanup

9e0de5eced7fff5caf1e6125a65488d67eb066c2 31-Aug-2009 Todd Kloots <kloots@yahoo-inc.com>

Fixed issue with delegate and mouseenter/mouseleave not working with collections

48acd4bcfce0111241afe00bec21c8d8b318f4c5 31-Aug-2009 Todd Kloots <kloots@yahoo-inc.com>

Applied the purgeElement fix used for event delegation to the mouseenter/mouseleave module. Applies to bugs #2528197 and #2528196.

bb7b56081ddb3709c0c696f24654e630c2730057 20-Aug-2009 Todd Kloots <kloots@yahoo-inc.com>

Added error logging for missing dependancies.

3a2bae0778978fd21c0bb592e0480bc7354f5925 19-Aug-2009 Todd Kloots <kloots@yahoo-inc.com>

Updated to set correct default scope for mouseenter, mouseleave, and delegated event listeners. Fixes bug #2528184 and bug #2528185.

abe0361287f217e58ec1d768bf89fc34784f9e7c 08-Aug-2009 Todd Kloots <kloots@yahoo-inc.com>

Moved delegation support for mouseenter and mouseleave into delegate

3f3aa287185afb5d48d7ef0717054a154c372dc9 07-Aug-2009 Adam Moore <adamoore@yahoo-inc.com>

Added mousewheel support. Refactored event plugins to be individual submodules.

/yui3/build/event/event-base-debug.js /yui3/build/event/event-base-min.js /yui3/build/event/event-base.js /yui3/build/event/event-debug.js /yui3/build/event/event-delegate-debug.js /yui3/build/event/event-delegate-min.js /yui3/build/event/event-delegate.js /yui3/build/event/event-focus-debug.js /yui3/build/event/event-focus-min.js /yui3/build/event/event-focus.js /yui3/build/event/event-key-debug.js /yui3/build/event/event-key-min.js /yui3/build/event/event-key.js /yui3/build/event/event-min.js /yui3/build/event/event-mouseenter-debug.js /yui3/build/event/event-mouseenter-min.js /yui3/build/event/event-mouseenter.js /yui3/build/event/event-mousewheel-debug.js /yui3/build/event/event-mousewheel-min.js /yui3/build/event/event-mousewheel.js /yui3/build/event/event-resize-debug.js /yui3/build/event/event-resize-min.js /yui3/build/event/event-resize.js /yui3/build/event/event.js /yui3/sandbox/event/dom.html /yui3/src/event-custom/tests/customevent.html /yui3/src/event/build-base.properties /yui3/src/event/build-base.xml /yui3/src/event/build-delegate.properties /yui3/src/event/build-delegate.xml /yui3/src/event/build-focus.properties /yui3/src/event/build-focus.xml /yui3/src/event/build-key.properties /yui3/src/event/build-key.xml /yui3/src/event/build-mouseenter.properties /yui3/src/event/build-mouseenter.xml /yui3/src/event/build-mousewheel.properties /yui3/src/event/build-mousewheel.xml /yui3/src/event/build-resize.properties /yui3/src/event/build-resize.xml /yui3/src/event/build.properties /yui3/src/event/build.xml delegate.js event-facade-dom.js focusblur.js key.js mouseentermouseleave.js mousewheel.js resize-text.js resize-window.js
537e74c4e869b8efba925d0e37c0a5636203a23b 24-Jul-2009 Adam Moore <adamoore@yahoo-inc.com>

API doc update

0b7a7611e347abe693e82b51d6f55bae472f0e9c 17-Jun-2009 Adam Moore <adamoore@yahoo-inc.com>

Fixed Event.Handle references

a45049e8db5ace50752d4e492b78500be49e5a73 12-Jun-2009 Adam Moore <adamoore@yahoo-inc.com>

mouseenter/mouseleave events needed the same payload treatment as delegate.

ceaa4af34fe254adb33b23c07bac5f50c907d2f0 20-May-2009 Todd Kloots <kloots@yahoo-inc.com>

Updated so that the target of a "mouseenter" or "mouseleave" event is always the Node to which the event is bound

2442028a50ad61fa7ccfae8efab29948a82ea3b8 19-May-2009 Todd Kloots <kloots@yahoo-inc.com>

Cleanup of API docs

3ba2f8dc7425fdf0409c368f3c22c8ec789b6221 19-May-2009 Todd Kloots <kloots@yahoo-inc.com>

Updated to use Y.Node.some as well as to [fix bug 2527913]

bcab379171b689c68acae93e9a8bb38cd98efdf7 23-Apr-2009 Todd Kloots <kloots@yahoo-inc.com>

Initial checkin of file--providing two new custom events: mouseenter and mouseleave