After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 439343 - inserting cell increments wrong if pointing to another page
inserting cell increments wrong if pointing to another page
Status: RESOLVED DUPLICATE of bug 433907
Product: Gnumeric
Classification: Applications
Component: Analytics
1.7.x
Other All
: Normal major
: ---
Assigned To: Morten Welinder
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2007-05-18 02:43 UTC by Jose Da Silva
Modified: 2007-05-18 13:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
spreadsheet with A1,A2,A3 filled-in for Sheet#1 and Sheet#2 (1.66 KB, application/octet-stream)
2007-05-18 02:57 UTC, Jose Da Silva
Details

Description Jose Da Silva 2007-05-18 02:43:54 UTC
gnumeric incorrectly increments if pointing to another page when you insert another cell.

If you have data on sheet#2 (example numbers 1 and 2)
cell A1= 1
cell A2= 2

and you have pointers on another sheet (sheet#1)
cell A1 =Sheet2!A1  (points to sheet#2 cell A1)
cell A2 =Sheet2!A2  (points to sheet#2 cell A2)

then the error occurs if you insert a cell at A2 on sheet#1
Go to menu and click Insert->Cells, then select "down"

Now A2 is empty which is okay, but A3 is incorrectly pointing at A3 on sheet#2 because A3 now holds =Sheet2!A3.
The correct value should have remained as =Sheet2!A2 since no insert was actually performed on Sheet#2.

Just-as-a-note: Gnumeric appears to perform correctly the other way around if A2 was inserted on Sheet#2 (Sheet1!A2 was correctly updated).
Comment 1 Jose Da Silva 2007-05-18 02:57:20 UTC
Created attachment 88370 [details]
spreadsheet with A1,A2,A3 filled-in for Sheet#1 and Sheet#2

Included a spreadsheet with values already entered in A1, A2, A3 on Sheet#1 and Sheet#2. All you need to test is to point at Sheet#1_A2 and insert a cell.
You will note that cell A3 and A4 now incorrectly points to next cell down on Sheet#2
Comment 2 Morten Welinder 2007-05-18 13:01:33 UTC

*** This bug has been marked as a duplicate of 433907 ***