GNOME Bugzilla – Bug 461284
F4 acts inconsistently, sometimes repeating the previous action
Last modified: 2008-02-06 14:47:25 UTC
Ubuntu, 1.7.12 At revision 15712. To reproduce the bug: 1) Open a new workbook 2) Set A2 to some data 3) Delete column B 4) Set A1 to "=B1" and cycle the formula (F4) before hitting Enter Results: Column B is deleted
Oops... I meant that Column A is deleted.
Here's another way to reproduce the bug: 1) Open a new workbook 2) Set A1 to "=B1" 3) Set A2 to some data 4) Delete column C 5) Edit A1 and cycle the formula (F4) before hitting Enter Results: Column A is deleted
Replicated. Something fishy is going on.
Confirmed. Not good. F4 is supposed to repeat the last command, btw., just not while editing an expression.
Thhanks for spotting this. The patch was trivial s/gtk_action_is_sensitive/gtk_action_get_sensitive/ However tracking it forced me to clean out some unnecessary complexity. Patch will be in 1.7.12
Thanks! Looks good.
*** Bug 495545 has been marked as a duplicate of this bug. ***
*** Bug 415503 has been marked as a duplicate of this bug. ***