<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi Brian,<br>
<br>
Here is a (stupid) example<br>
<br>
In [1]: def foo():<br>
""" stupid docstring<br>
stupid docstring<br>
stupid docstring<br>
stupid docstring<br>
stupid docstring<br>
stupid docstring<br>
stupid docstring<br>
stupid docstring<br>
stupid docstring<br>
stupid docstring<br>
stupid docstring<br>
stupid docstring<br>
stupid docstring<br>
stupid docstring<br>
stupid docstring<br>
stupid docstring<br>
stupid docstring<br>
stupid docstring<br>
stupid docstring<br>
stupid docstring<br>
"""<br>
for i in range(50):<br>
print i<br>
<br>
In[2]: foo()<br>
<br>
In[3]: foo()<br>
<br>
Now, at this point, the active cell is the fourth input. If I keep
pressing the up arrow, I get to the first cell, and the browser
scrolls, but not to the very top. I don't see the first line (def
foo():), even if the cursor is there. The browser stops scrolling at
that point. Here is a screen shot after the browser stopped
scrolling. <br>
<br>
<img src="cid:part1.01050705.07010309@gmail.com" alt=""><br>
<br>
You can see that there is a small gap on the right hand side, where
the scroller is. I think that you'll also realise that this is not
the development version, but I have tested it there, too, with the
same results. <br>
I don't know, it might be the browser, which is firefox 9.0, but I
have no idea.<br>
<blockquote
cite="mid:CAH4pYpQsi3Toux2RKYQVgcU7qiaZkUU88hUQOQhiwpJdhXUd9w@mail.gmail.com"
type="cite">
<pre wrap="">Are you asking for logic that does:
if cell 0 selected:
scroll_to_top
if cell -1 selected:
scroll to bottom
I think I could add that but I would like to understand the problem a
bit better first.
</pre>
</blockquote>
I think this would be cool, but perhaps others should add their
voice to this. Others might want it otherwise. <br>
And I hope you didn't get me wrong: the notebook *is* fantastic, and
this is really just a small nuance I can live with, but I believe
that if this is something easy to fix, then it would be even better.
<br>
Cheers,<br>
Zoltán<br>
<br>
</body>
</html>