Foteos Macrides wrote:
It does work if I impose a slight delay:
...
st=setTimeout("self.scrollTo(scLeft,scTop)",1);
What's |self|?It sounds like scrollTo is not flushing out pending layout/style changes. It should be.
-Boris _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

