[Bug 189845] Sign/Encrypt dialog behaves different for mouse/keyboard usage

Jaime Torres jtamate at gmail.com
Fri Apr 17 23:21:49 BST 2009


https://bugs.kde.org/show_bug.cgi?id=189845





--- Comment #1 from Jaime Torres <jtamate gmail com>  2009-04-18 00:21:48 ---
This is due to the use of a KMessageBox::warningYesNoCancel messagebox.
This method assigns automatically the default button to the Yes Button, that in
that case is "Encrypt All parts".
In Qt, where no button is the default button, pressing Return has the same
effect as pressing space. But when there is a default button, pressing Return
pushes that button, whatever button has the focus.

I have not seen an option to make that dialog not to assign the default button.
(but it is quite late here).

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list