open vs. create worksheet

45 views
Skip to first unread message

Andrey Novoseltsev

unread,
Sep 8, 2012, 5:06:15 PM9/8/12
to sage-notebook
Hello,

Why the behaviour is different for clicking on an existing worksheet
(load the worksheet replacing the home page) and creating a new one
(load a new one in a new window)? Not like it is a big deal, but I
always found it to be slightly annoying and presumably it is very easy
to change it so that new worksheets are opened in the same window.

Thank you,
Andrey

Andrea Lazzarotto

unread,
Sep 9, 2012, 5:16:19 AM9/9/12
to sage-n...@googlegroups.com
2012/9/8 Andrey Novoseltsev <novo...@gmail.com>

Not like it is a big deal, but I
always found it to be slightly annoying

Why? It looks very natural to me. It's the same behavior as Google Drive and other web based editors.
 
and presumably it is very easy
to change it so that new worksheets are opened in the same window.

Yes it should be, if needed.

--
Andrea Lazzarotto - http://andrealazzarotto.com

Andrey Novoseltsev

unread,
Sep 9, 2012, 9:06:38 AM9/9/12
to sage-notebook
On Sep 9, 3:16 am, Andrea Lazzarotto <andrea.lazzaro...@gmail.com>
wrote:
> 2012/9/8 Andrey Novoseltsev <novos...@gmail.com>
>
> > Not like it is a big deal, but I
> > always found it to be slightly annoying
>
> Why? It looks very natural to me. It's the same behavior as Google Drive
> and other web based editors.
>

Because almost always my next step after creating a new worksheet is
to go back to the previous tab and close it. But if such behaviour is
actually consistent with the rest of the world, please ignore my
complaints!

> > and presumably it is very easy
> > to change it so that new worksheets are opened in the same window.
>
> Yes it should be, if needed.
>
> --
> *Andrea Lazzarotto* -http://andrealazzarotto.com*
> *

William Stein

unread,
Sep 10, 2012, 11:44:44 AM9/10/12
to sage-n...@googlegroups.com
On Sun, Sep 9, 2012 at 6:06 AM, Andrey Novoseltsev <novo...@gmail.com> wrote:
> On Sep 9, 3:16 am, Andrea Lazzarotto <andrea.lazzaro...@gmail.com>
> wrote:
>> 2012/9/8 Andrey Novoseltsev <novos...@gmail.com>
>>
>> > Not like it is a big deal, but I
>> > always found it to be slightly annoying
>>
>> Why? It looks very natural to me. It's the same behavior as Google Drive
>> and other web based editors.
>>
>
> Because almost always my next step after creating a new worksheet is
> to go back to the previous tab and close it. But if such behaviour is
> actually consistent with the rest of the world, please ignore my
> complaints!

I implemented in 2007 the way it is now (opening a new window) for
consistency with Google Docs. To be honest, I'm actually regularly
annoyed with that behavior of Google docs (and also with the notebook
having the same behavior).

Just my 2 cents.

>
>> > and presumably it is very easy
>> > to change it so that new worksheets are opened in the same window.
>>
>> Yes it should be, if needed.
>>
>> --
>> *Andrea Lazzarotto* -http://andrealazzarotto.com*
>> *
>
> --
> You received this message because you are subscribed to the Google Groups "sage-notebook" group.
> Visit this group at http://groups.google.com/group/sage-notebook?hl=en-US.
>
>



--
William Stein
Professor of Mathematics
University of Washington
http://wstein.org

Andrea Lazzarotto

unread,
Sep 10, 2012, 11:47:29 AM9/10/12
to sage-n...@googlegroups.com


2012/9/10 William Stein <wst...@gmail.com>

I implemented in 2007 the way it is now (opening a new window) for
consistency with Google Docs.  To be honest, I'm actually regularly
annoyed with that behavior of Google docs (and also with the notebook
having the same behavior).

Really? For me it's quite good. What if you create a new worksheet and then suddendly want to open another one? You just switch to the previous tab and you're done. Also, if there are 1 or 2 tabs open the screen estate is exactly the same.

Andrey Novoseltsev

unread,
Sep 10, 2012, 11:58:10 AM9/10/12
to sage-notebook
On Sep 10, 9:47 am, Andrea Lazzarotto <andrea.lazzaro...@gmail.com>
wrote:
> Really? For me it's quite good. What if you create a new worksheet and then
> suddendly want to open another one? You just switch to the previous tab and
> you're done. Also, if there are 1 or 2 tabs open the screen estate is
> exactly the same.

And what if you don't? And why doesn't it happen when you open an
existing worksheet? In general I prefer to have everything in the same
tab/window and if I want a new one - I'll open the link accordingly on
my own. I often use several Sage servers (e.g. for classes, for long
computations, for testing new patches) and if each one is operating in
the same tab - it is fine. If they start creating new tabs on their
own, I have to be more careful with who is who. That's just personal
preference, of course, but perhaps Google Docs is buggy ;-)

Andrey

William Stein

unread,
Sep 10, 2012, 12:00:55 PM9/10/12
to sage-n...@googlegroups.com
I agree with your preference. Now-a-days, I think it would better at
this point to have multiple worksheets open in the same tab using
something like http://jqueryui.com/demos/tabs/.


-- William

>
> Andrey

Andrea Lazzarotto

unread,
Sep 10, 2012, 12:06:15 PM9/10/12
to sage-n...@googlegroups.com


2012/9/10 William Stein <wst...@gmail.com>

I agree with your preference.  Now-a-days, I think it would better at
this point to have multiple worksheets open in the same tab using
something like http://jqueryui.com/demos/tabs/.

Ok, but that method is still using tabs (from a Human-Computer Interaction POV). So it's fine. I just totally don't agree to remove tabs. :P

Keshav Kini

unread,
Sep 10, 2012, 4:55:03 PM9/10/12
to sage-n...@googlegroups.com
William Stein <wst...@gmail.com> writes:
> I agree with your preference. Now-a-days, I think it would better at
> this point to have multiple worksheets open in the same tab using
> something like http://jqueryui.com/demos/tabs/.

I disagree - unless you want some kind of inter-worksheet communication
which is infeasible across multiple page containers, browser tabs are
perfectly sufficient, and more importantly, are more automatable and
have better accessibility features than jQuery UI tabs. As a user, I
wouldn't want to have to figure out how to reimplement something like gt
and gT (Pentadactyl's "next tab" and "previous tab" keyboard shortcuts)
in sagenb, for example.

-Keshav

----
Join us in #sagemath on irc.freenode.net !

Reply all
Reply to author
Forward
0 new messages