Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 89970 - KSpread cannot do simple division
Summary: KSpread cannot do simple division
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: AMD64 Linux
: High minor (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-21 13:44 UTC by Jeremy Sonander
Modified: 2005-04-21 14:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Sonander 2005-04-21 13:44:42 UTC
Incorrect result displayed in KSpread

Reproducible: Always
Steps to Reproduce:
Enter in cell A1 the number 32
Enter in cell A2 the formula =A1/3
Actual Results:  
The answer is 0.66666667 

Expected Results:  
10.66666667 

The program doesnt realise that the number doesnt fit in the cell and shows 
only the right hand part. If you resize the cell out and back in again, it 
correctly displays #####
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-04-21 14:10:44 UTC
The problem is that the value exceeds the width of the cell. Resize the column and you see the missing 1. While mathematically correct, it's indeed not optimal. I don't know if this is fixed with the upcoming release, but it's nothing we can care for. Please search https://bugs.kde.org/ and file a bug there if you don't find a corresponding one.