History log of /yui3/src/event/js/hover.js
Revision Date Author Comments Expand
15ddc967c5d429ed2983719db23b453794ab0338 22-Aug-2011 Luke Smith <lsmith@yahoo-inc.com>

Remove null callback arg. Fixes #2530955

d3493226019e9b97a9141fbf8320e8680144af7e 19-Feb-2011 Luke Smith <lsmith@yahoo-inc.com>

Fix sub detacher prop and mouseleave context/args Poor due diligence. Detach was trying to detach a handle from the wrong property name (js error). Fixes #2529976 And only the mouseenter callback was executed from the override context or passed additional subscription args. Now both mouseenter and mouseleave report as e.type === 'hover'. The phase is distinguished by e.phase === 'over' or 'out'. And of course the context and args embarrassment is fixed. Fixes #2529977

bea4478bf62936f0e478e02fff1a4ccf68d584da 18-Nov-2010 Luke Smith <lsmith@yahoo-inc.com>

Add hover synth event. Include in event rollup. Fixes #2529495