User Details
User Details
- User Since
- Mar 27 2017, 4:49 PM (404 w, 1 h)
- Availability
- Available
Mar 9 2007
Mar 9 2007
tokoe added a comment to T770: pinentry-qt hangsup.
I took a closer look at the sources and found the bug. When the dialog is
shown, QSecLineEdit->grabKeyboard() is called, so all keyboard events are sent
to the lineedit. When you press the Menu key, the menu is created and shown by
the lineedit, but you can't close the menu again, because all key events are
still forwarded to the lineedit. When the lineedit receives the Esc key event
it will forward it to the dialog which will close itself and hide all
childrens (the menu). However the menu is still there because it's event loop
is still running, that blocks the dialog from returning to pinentry.
tokoe added a comment to T770: pinentry-qt hangsup.
Mar 5 2007
Mar 5 2007
tokoe set Version to pinentry-qt 0.7.2 on T770: pinentry-qt hangsup.