sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.37k stars 462 forks source link

Notebook input cell focus #346

Closed nbruin closed 16 years ago

nbruin commented 17 years ago

In Firefox 1.5 (which is still what ships standard with, say Redhat), the following happens: If I select text by dragging in a cell that currently does not have input focus, then the cell that did have focus loses it, but the cell in which I select the text does not gain focus.

The result is that the usual reflex for deleting the selection (press backspace) doesn't get sent to the cell but to the browser window, where it means the back button!

If I first put the cell in focus and then select the text, things work as expected, so there is a work-around. However, it does involve unlearning a reflex that works almost everywhere else. The penalty, getting sent to the previously visited page, is also a rather shocking experience.

I understand that this behaviour might be out of the control of sage, but it would be nice if you could work around it.

Component: notebook

Issue created by migration from https://trac.sagemath.org/ticket/346

nbruin commented 17 years ago
comment:1

Upgraded to major. I'm running into this problem all the time and since other programs reinforce the behaviour, the habit does not go away. I think it's enough for me to abandon using the notebook.

williamstein commented 17 years ago
comment:3

This isn't a bug but a feature request.

boothby commented 16 years ago
comment:5

This hasn't been an issue since we removed syntax hilighting.