On Nov 29, 2006, at 5:55 PM, Simon Ruderich wrote:

I'm using 10.4.0, don't know if this is too old or if Apple did some important updates to the WebKit Framework.

These problems are not so a big deal (also because I could fix the first one for me), but I would like it if they could be solved.


10.4.0 is pretty old, relatively speaking. Why not update to 10.4.8? It's a free upgrade.

PS: Just curious, what should the line I removed actually do?


It should scroll the document such that the top of the new page of documentation is visible, i.e. scroll to the top. You could actually replace this with

  document.body.scrollTop=0;

to get the same effect.

-- 
Kevin Ballard
http://kevin.sb.org
kevin@sb.org
http://www.tildesoft.com