Michael R wrote:
> This is how the iframe is attached to the DOM.

That should be working...  I'm not sure why you're not getting a presshell here.

If you're in a setup where you can use DOM inspector on that document, what 
computed display value does that iframe end up with?

If you aren't, can you try using C++ equivalent of:

   document.QueryInterface(nsIDOMDocumentView).defaultView.
     getComputedStyle(node, "").display

to see what it is?

-Boris

_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom

Reply via email to