Ahh, OK I see it exactly now. I think I can fix this. Thanks for the example and screenshot!<div><br></div><div>Cheers,</div><div><br></div><div>Brian<br><div><br><div class="gmail_quote">2012/1/22 Zoltán Vörös <span dir="ltr"><<a href="mailto:zvoros@gmail.com">zvoros@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div 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.<div class="im"><br>
<blockquote type="cite">
<pre>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></div>
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>
</div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Brian E. Granger<br>Cal Poly State University, San Luis Obispo<br><a href="mailto:bgranger@calpoly.edu" target="_blank">bgranger@calpoly.edu</a> and <a href="mailto:ellisonbg@gmail.com" target="_blank">ellisonbg@gmail.com</a><br>
<br>
</div></div>