[EMAIL PROTECTED] wrote: > Can you please tell me where is the code which trigger the repaint?
Changing .style.left triggers a style reresolve (exact codepath not that relevant to your question, I assume). nsStylePosition::CalcDifference then determines that a relayout is needed, and moving the nsIFrame during layout triggers invalidates. -Boris _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

