Bug 194698 - kdialog does not return the correct selection is the mouse is not used
Summary: kdialog does not return the correct selection is the mouse is not used
Status: RESOLVED DUPLICATE of bug 190631
Alias: None
Product: kdialog
Classification: Applications
Component: general (show other bugs)
Version: 1.0
Platform: Debian testing Unspecified
: NOR normal
Target Milestone: ---
Assignee: Brad Hards
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-31 00:13 UTC by luisfe
Modified: 2009-06-01 01:13 UTC (History)
1 user (show)

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 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 ***