I loaded the page in an <iframe> with "display:none". Then I set the display
back.
The page is rendered, but still the coordinates are incosistent between
different runs.
Am I missing something ?

Thanks,
Mike.

On Mon, Aug 25, 2008 at 4:51 PM, Boris Zbarsky <[EMAIL PROTECTED]> wrote:

> 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
>
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to