On 1/20/16 4:50 AM, m.bauermeis...@sto.com wrote:
Is there something wrong with how I'm trying to copy the contents of the window 
to the canvas?

Try doing it after the load event fires? XUL doesn't start layout until the whole document is parsed, iirc, but your script is running before that point. So there may not be anything to paint yet when you're making the call.

-Boris
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to