Comment #5 on issue 1132 by felix8a: event.currentTarget is not settable
http://code.google.com/p/google-caja/issues/detail?id=1132

there's a related problem, relatedTarget is not settable.
yui tries to set relatedTarget from either fromElement or toElement.

the solution I think is similar, but there's a subtlety,
because for rapid mouse events, fromElement or toElement
might be outside the sandbox, and so relatedTarget
will end up being null anyway.

I think I'll add a dummy setRelatedTarget that does nothing.
and setCurrentTarget too.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to