Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 89970

Summary: KSpread cannot do simple division
Product: Gentoo Linux Reporter: Jeremy Sonander <jeremy>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED WORKSFORME    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.