Bug 85033 - Checking for Click in QListView of second page of Data Wizard sometimes causes incorrect Next button disabling
Summary: Checking for Click in QListView of second page of Data Wizard sometimes cause...
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: RedHat Enterprise Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Rick Chern
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-12 20:48 UTC by Rick Chern
Modified: 2004-07-12 22:05 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rick Chern 2004-07-12 20:48:01 UTC
Version:           0.98-devel (using KDE KDE 3.2.1)
Installed from:    RedHat RPMs
Compiler:          gcc (GCC) 3.3.2 20031022  
OS:                Linux

How to reproduce:

-start Data Wizard
-select a valid data source and go to second page
-hold down mouse button inside a checkbox in the list of fields, move mouse outside the list, and release mouse button

The field is checked but the Next button is still disabled

Expected Behaviour
The field is checked and the Next button is enabled 
or
The field is unchecked and the Next button is disabled
Comment 1 Rick Chern 2004-07-12 20:48:25 UTC
Check for Press instead?
Comment 2 Rick Chern 2004-07-12 22:05:14 UTC
CVS commit by rchern: 

Use pressed slot instead of clicked slot for QListView of field selection.


  M +8 -8      datawizard.ui   1.45