Bug 207851 - Fill adds precision to numbers
Summary: Fill adds precision to numbers
Status: RESOLVED FIXED
Alias: None
Product: calligrasheets
Classification: Applications
Component: general (show other bugs)
Version: 3.0.1
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Calligra Sheets (KSpread) Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-19 05:18 UTC by Colin
Modified: 2022-12-23 20:49 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Colin 2009-09-19 05:18:43 UTC
Version:           2.1 Beta 2 (using KDE 4.3.1)
OS:                Linux
Installed from:    Ubuntu Packages

Use of Fill causes the numeric precision to be added to cells.

E.g. 
Take a blank worksheet.
In A1 enter 1
In A2 enter 2
In A3 enter 3
Highlight A1:A3, Cell Format and set Precision to 1
A1: 1.0
A2: 2.0
A3: 3.0
Highlight A1:A3 and select menu option Edit->Fill->Down.
A1: 1.00 (Precision 1 -> 1 + 1)
A2: 1.000 ( Precision 1 -> 1 + 2 = 3 )
A3: 1.000 ( Precision 1 -> 1 + 2 = 3 )

The first cell consistently doubles in precision e.g. 2 to 4 but the other cell precisions can vary if they have individual differing precisions set.
Comment 1 Andrew Crouthamel 2018-11-09 00:58:45 UTC
Dear Bug Submitter,

This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond.

Thank you for helping us make KDE software even better for everyone!
Comment 2 Andrew Crouthamel 2018-11-18 03:30:59 UTC
Dear Bug Submitter,

This is a reminder that this bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? This bug will be moved back to REPORTED Status for manual review later, which may take a while. If you are able to, please lend us a hand.

Thank you for helping us make KDE software even better for everyone!
Comment 3 Colin 2018-11-18 21:39:14 UTC
Still occurs in 3.0.1
Comment 4 Justin Zobel 2022-12-23 00:28:25 UTC
Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you!
Comment 5 Tomas Mecir 2022-12-23 20:49:06 UTC
Works correctly in the current build.