Bug 121229

Summary: Inconsistent behaviour for entering formulas
Product: [Applications] calligrasheets Reporter: Philippe Rigault <prigault>
Component: generalAssignee: Raphael Langerhorst <raphael.langerhorst>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Philippe Rigault 2006-02-02 15:14:03 UTC
Version:           1.5-beta1 (using KDE 3.5.1, compiled sources)
Compiler:          gcc version 3.4.4 20050721 (Red Hat 3.4.4-2)
OS:                Linux (x86_64) release 2.6.12-1.1381_FC3

I get an inconsistent behaviour relative to the different ways of entering a formula in a cell. Consider this example:

The cell C1 is the sum of cells A1 and B1.

The cell C1 being selected, here is the behaviour I get:

1. Typing literally '=SUM(A1:B1)' -> works OK

2. Clicking on the Sigma ('sum' function) button and selecting
   the range A1:B1 with the mouse -> works OK

3. Typing literally '=A1+B1'      -> works OK

4. Typing '='                       -> displays '='    (OK)
   then selecting A1 with the mouse -> displays '=A1'  (OK)
   then typing '+'                  -> displays '=A1+' (OK)
   then selecting B1 with the mouse -> displays '=AB1' (BUG, should be '=A1+B1')
Comment 1 Stefan Nikolaus 2006-02-02 15:53:32 UTC
The formula cell selection was much improved after the release of 1.5-beta-1. The issue is known and meanwhile fixed.

Thank you for reporting.