[EMAIL PROTECTED] wrote: > Thank you. When firefox first load an image, it first draw a 'broken > image' icon and then alt text of the image. > Then after the image loaded, it repainted it with the real image. > > Can you please tell me what method trigger when the image is loaded > and causes a repaint?
If we're talking about HTML <img> tags, there's the code that sends state change notifications in nsImageLoadingContent. Those trigger a frame reconstruct, etc. -Boris _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

