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 |