GNOME Bugzilla – Bug 699746
ctrl+A in current cell indicator area should not select spreadsheet cells
Last modified: 2013-05-27 22:49:17 UTC
To see the problem, click in the current cell indicator area to place the keyboard focus there, then type Ctrl+A. All spreadsheet cells are selected. This is unexpected, since in GNOME apps Ctrl+A generally selects all text in the area with the keyboard focus. It's also inconsistent with pressing Ctrl+A in the formula entry area to the right, in which case spreadsheet cells are not selected.
Hmm... The goto box is a GtkEntry; the formula entry area is a GnmExprEntry which is box with an entry in it. The difference seems to be that while the GnmExprEntry is active, a number of actions -- including select-all -- are inactive. (Select-all has two accelerators: ctrl-shift-space and ctrl-a.)
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
Thanks for the fix!