Bug 194698

Summary: kdialog does not return the correct selection is the mouse is not used
Product: [Applications] kdialog Reporter: luisfe <luisfe>
Component: generalAssignee: Brad Hards <bradh>
Status: RESOLVED DUPLICATE    
Severity: normal CC: aavo
Priority: NOR    
Version: 1.0   
Target Milestone: ---   
Platform: Debian testing   
OS: Unspecified   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description luisfe 2009-05-31 00:13:47 UTC
Version:           1.0 (using KDE 4.2.2)
Installed from:    Debian testing/unstable Packages

If I use a simple kdialog such as

$kdialog --yesno "Test"

And the I use the keyboard to select the option, then kdialog will always return the default option, not the real selected one. It does work if using the mouse.
This happens with every dialog systemwide, not only wes/no which is quite annoying if you are used to work without mouse.

$kdialog --yesno "Test"

user chooses yes with Tab+Enter --> 0
user chooses no with Tab+Enter --> 0
user chooses yes with mouse --> 0
user chooses no with mouse --> 1
Comment 1 Christoph Feck 2009-06-01 01:13:47 UTC

*** This bug has been marked as a duplicate of bug 190631 ***