hi,all: I encounter a problem in recent days.
I have a simple html test page which looks like this: <html> <body> hello </body> </html> in the content tree , root content is for tag 'html',and it have 3 childs:head,_moz_text,body. the body tag has no child. when Creating frames , a nsBlockFrame is created for the body tag. I also found not only one nsTextFrame is created. In constructor of class nsTextFrame , I knew that a nsTextFrame is created for the string "hello". when painting , nsTextFrame::Paint() didn't get called.So I didnot see the string hello in the output . my question is: can you tell me where nsTextFrame::Paint() get called so I can output the string "hello"? _______________________________________________ mozilla-layout mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-layout
