Bug 85033

Summary: Checking for Click in QListView of second page of Data Wizard sometimes causes incorrect Next button disabling
Product: [Applications] kst Reporter: Rick Chern <rchern>
Component: generalAssignee: Rick Chern <rchern>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.x   
Target Milestone: ---   
Platform: RedHat Enterprise Linux   
OS: Linux   
Latest Commit: Version Fixed In:

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