Yes, I know. I've learned from Jaxer and it does mostly work, except for this and frames. I've looked at all the changes Aptana has done to Firefox 3b3, and then I've done the core changes to Firefox 3b5, except the Jaxer specific stuff like server-side script elements, Jaxer's custom events, or DOM tree serialization.
I can fix this issue by changing Firefox code: The places where it checks for a shell and prescontext before it dispatches events, I remove the check and pass a null for the prescontext. This seems to work for the "click" event, but I worry that it might break something else. That's why I'd like to know if this is the right approach. On Apr 30, 8:59 am, Sergey Yanovich <[EMAIL PROTECTED]> wrote: > > Jaxer projecthttp://www.aptana.com/jaxeris probably doing what you are > trying to achieve. > > I'll be great, if you could post back with your findings ;) _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
