History log of /yui3/src/event/tests/manual/mouseenter.html
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.

45e6f13936658ddeb74bff8dde445a67419a1995 14-Mar-2011 Luke Smith <lsmith@yahoo-inc.com>

Add lazyEventFacade to YUI config for tests in IE8 This can be removed to do apples-to-apples comparisons with IE6/7/9 for debugging if needed.

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

Migrate mouseenter to SyntheticEvent infra.

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

Move manual tests into manual dir manually.