Hello,<br><br>I'm consistently encountering a problem that a notebook (dev .13) is very 'jumpy'.  That is, after I'm executing some cell and then returning the focus to that cell teh notebook scrolls to the start of the cell.<br>

<br>Can be reproduced in the following way:<br> 1. add like 100 empty lines to a code cell (so it wouldn't fit into the screen);<br> 2. add "print" statement;<br> 3. run it with ctrl-enter;<br> 4. select this print statement with a mouse;<br>

<br>As a result the notebook will scroll to the beginning of the code cell.  And _selected_ print statement would _completely_ disappear  from view.<br>Could anyone reproduce that? Or is it just me?<br><br>If yes, well, as a rule anything selected should never dissapear from view. <br>

And in general it is a bad idea to scroll, unless user explicitly scrolls...<br><br>Best, <br>Dmitry<br><br>