GNOME Bugzilla – Bug 680548
Ctrl-Shift-Enter versus implicit-")"
Last modified: 2012-07-25 15:11:36 UTC
1. Select A1:A2 2a. Type =sum(2 --or-- 2b. Type =sum(2) 3. Ctrl-Shift-Enter Both should produce an array formula, but only 2b does.
Created attachment 219600 [details] [review] suggested patch suggested patch to fix the issue at hand.
Hmm... That wasn't what I pictured in my mind would be the fix.
The point is that on lines 310 to 325 we are parsing expr_txt again to see whether we can parse it in an array context. If a ')' was missing we changed txt but did not adjust expr_txt as a consequence we would enter an array formula.
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.