Bug 134978

Summary: Auto Field bound to integer field does not get "spin" style editor
Product: [Applications] KEXI Reporter: Paul Eggleton <bluelightning>
Component: FormsAssignee: Jarosław Staniek <staniek>
Status: CLOSED LATER    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Paul Eggleton 2006-10-02 08:57:33 UTC
Version:           1.6 RC1 (using KDE KDE 3.5.4)
Installed from:    Gentoo Packages
Compiler:          gcc 3.4.6 Gentoo 3.4.6-r1, ssp-3.4.5-1.0, pie-8.7.9
OS:                Linux

An Auto Field bound to an integer/number field is not given a "spin" style editor as described in http://mail.kde.org/pipermail/kexi/2005-November/000031.html.

I should mention that this bug (and all others I have reported so far) were found using a file database and not a server-based one, in case it makes any difference.
Comment 1 Jarosław Staniek 2006-10-02 10:27:28 UTC
> An Auto Field bound to an integer/number field is not given a "spin"

We removed stinbox options compeletely. There were problems with usability, and for floating point values the you could even lose your data. For now we're using validated input in a text box, so for instance you cannot enter a letter character. Spinboxes may be reenabled in KDE4. So I guess I can mark it as LATER?

> I should mention that this bug (and all others I have reported so far) 
> were found using a file database and not a server-based one, in case it 
> makes any difference. 

It should not be related. You safely test such things using file-based databases, what's faster (I am doing the same most of the time).