Bug 121229 - Inconsistent behaviour for entering formulas
Summary: Inconsistent behaviour for entering formulas
Status: RESOLVED FIXED
Alias: None
Product: calligrasheets
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Raphael Langerhorst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-02 15:14 UTC by Philippe Rigault
Modified: 2006-02-02 15:53 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.