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.
> > 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!
On Sun, Sep 9, 2012 at 6:06 AM, Andrey Novoseltsev <novos...@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.
> 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.
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 ;-)
On Mon, Sep 10, 2012 at 8:58 AM, Andrey Novoseltsev <novos...@gmail.com> wrote:
> 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 ;-)
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 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
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.