Michael R wrote:
> There is a table on the page. I rendered the page a couple of times and
> looked at the layout of element with XPATH :
> /html/body/table/tbody/tr/td/table[2]/tbody/tr/td[3]/table[2]/tbody/tr/td/div[2]/table/tbody/tr/td/table[2]/tbody/tr[3]/td[4]

Ah.  Yeah, in complicated incremental layout situations Fx2 has some 
known bugs. If you really need to work around this, you could set the 
whole page to display:none and toggle the display back after onload, to 
make sure that there is exactly one, non-incremental, reflow.

-Boris
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to