Hi Dave, On Thu, Oct 16, 2008 at 7:26 AM, David Kilzer <[EMAIL PROTECTED]> wrote:
> How are you forcing layout? If you're calling a method on a WebView > object, then you're using non-public API and, as I mentioned earlier, your > application may crash or hang. > > If you just need a way to force layout in JavaScript, this may be done by > executing this statement: > > document.body.offsetTop; > > > It seems that solved the issue :-) Many thanks, and I applaud you. Diego
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

