> Then I'm trying to submit a form that exists in the document using Submit() > function of nsIDOMHTMLFormElement. > The problem is that this function need a presentation shell in order to > work.
See https://bugzilla.mozilla.org/show_bug.cgi?id=100533. > Are there other ways to do this ? How can this issue be resolved ? Don't use display:none, or use Gecko 1.9 (once that ships). -Boris _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
