On Apr 8, 11:39 am, Boris Zbarsky <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > I would like to know under what situation the painting is suppressed > > in PresShell? > > See the "Perception vs. Reality" item > athttp://weblogs.mozillazine.org/dave/archives/2002_04.html > > -Boris
Thanks. Can you please tell me if there is any other possible reasons that when I call Canvas's drawWindow() in my 'pageshow' listener, part of the page does not show? For example , in my test page: <html> <body> <img src="logo3.gif"/> <div style="position: absolute; top: 200px; left: 50px; width: 170px; height: 50px; background-image: url(logo_l2.gif);"></div> </body> </html> Only the DIV tag shows, but the image tag does not get display. Thank you. _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

