GNOME Bugzilla – Bug 114077
18.3 - Move the cursor to where the undo is happening
Last modified: 2006-04-20 02:17:46 UTC
1. A1=12 2. A117=12 3. A290=12 4. Ctrl+Z,Ctrl+Z,Ctrl+Z Undo starts happening in areas not visible, seems like gnumeric is not doing anything. The cursor has to jump to where undo is happening.
This would be nice but it is frequently difficult to address where the visible portion of an action is.
We could store the cursor location in every undo item.
Could we store the cursor location in the undo stack? Thats what I did for gedit.
See also bug 53348.
The selection is workbook view specific. We may be undoing an action that was performed in another view and so never changed the current view's selection.
Let's get this back on the radar.
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report. (There might still be a few commands that don't do it, but the general effect should be there.)