[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: remaining psppsheet bugs
From: |
Ben Pfaff |
Subject: |
Re: remaining psppsheet bugs |
Date: |
Sat, 01 Dec 2012 11:44:31 -0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) |
OK, here's my new summary, comments still welcome:
To fix before merging
---------------------
Moving the focus to a different top-level window, then back to the
datasheet or variable sheet window, causes editing of the current cell
to stop. One must click again to start editing again.
Primary Selection: Seems to be missing. (Reported by John
Darrington.)
Navigation:
Gnumeric also has the following keybindings that we should
probably implement (for both sheets):
Ctrl-Left: First column
Ctrl-Right: Last column
Ctrl-Up: First row
Ctrl-Down: Last Row
Reported by John Darrington.
The "Window" menu on the psppsheet branch is not getting updated properly.
Other bugs
----------
If you resize the columns on the variable view, for example the Type
column, such that it is narrower than default, the button gets cut,
before the label. This causes the startup condition to look odd in
locales with longer than normal labels. For example a German locale,
which says "Numerisch" and then there is half a button to the right.
Switching between Data and Variable view causes the Toolbar to be
redrawn. I guess that's ok. But it redraws in a funny way. It seems
to redraw, then insert the buttons one by one, redrawing after each.
Looks distracting. (Reported by John Darrington.)
The case buttons at the head of each row in the data sheet should not
scroll with the rest of the row. (Reported by John Darrington.)
The space to the right of the "new variable" column in the data sheet
doesn't look like the SPSS sheet or like a normal spreadsheet.
(Reported by John Darrington and Michel Boaventura.)
I think a solid line or some kind of separator beneath the data
sheet's entry/label hbox would make the appearance nicer. (Reported
by John Darrington and Michel Boaventura.)
If I click on Insert Case in the data sheet, the new case assumes the
value of the cell which is currently selected. It should have all
values empty. This happens only on Windows. (Reported by John
Darrington.)
Large copies hang in the data sheet.