Bug 134978 - Auto Field bound to integer field does not get "spin" style editor
Summary: Auto Field bound to integer field does not get "spin" style editor
Status: CLOSED LATER
Alias: None
Product: KEXI
Classification: Applications
Component: Forms (other bugs)
Version First Reported In: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Jarosław Staniek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-02 08:57 UTC by Paul Eggleton
Modified: 2016-01-29 19:57 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).