harvinder wrote:

noteTarget->AddEventListener(NS_LITERAL_STRING("resize"), this, PR_TRUE);

noteTarget->AddEventListener(NS_LITERAL_STRING("resize"), this, PR_TRUE);


Only documents get resize events. And you'll only see keypress events if the element or one of its children has the focus.

--
Warning: May contain traces of nuts.
_______________________________________________
mozilla-editor mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-editor

Reply via email to