On Sat, Jan 10, 2009 at 2:26 PM, Justin C. Walker <[email protected]> wrote:
>
> Hi, all,
>
> When using the Notebook interface on Mac OS X, I find that once the
> cells have filled the visible part of a web page, the notebook becomes
> somewhat difficult to deal with. Specifically, if I have an
> @interact, and modify the slider, the content of the page shifts down,
> obscuring the output of the @interact. The amount of shifting seems
> to depend on the amount of other cell space below the @interact output.
>
> This is using Mac OS X, 10.5.6 and the version of Safari that comes
> with it.
>
> I see the same behavior with FireFox 2.0 (latest version).
>
> Is there some configuration foo that I'm missing?
I wish.
For fun, you might try putting
return true;
at the top of the function cell_focus in the file
devel/sage/sage/server/notebook/js.py and rebuilding sage and
restarting the notebook (and refreshing your browser window). All
jumping should then be entirely disabled.
What does it feel like? Do you like it better? Should this be a
trivial-to-set option?
I've done the above sometimes when giving talks.
William
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---