Bug 133421

Summary: kcalc does not paste all hex values correctly
Product: [Applications] kcalc Reporter: Evan Teran <eteran>
Component: generalAssignee: Klaus Niederkrüger <kniederk>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Evan Teran 2006-09-02 04:40:21 UTC
Version:           2.0.4 (using KDE 3.5.4, Gentoo)
Compiler:          Target: i686-pc-linux-gnu
OS:                Linux (i686) release 2.6.17-gentoo-r7

kcalc does not appear to paste all hex values correctly:

steps to reproduce:

place 0xFFFFFFFFFFFFFB2D anywhere you can copy from
open kcalc
switch to hex mode
select the text
middle click the display to paste the value

display shows: 0xFFFFFFFFFFFFF800
should show: 0xFFFFFFFFFFFFFB2D

Evan Teran
Comment 1 Klaus Niederkrüger 2007-01-05 01:29:40 UTC
Just fixed this bug in the source code for KDE-3.5.6.

Thanks again, Evan, for detecting so many bugs (soon I believe that Hex-mode will work; too bad it took me from 3.5.0 to 3.5.6).

Klaus