Bug 130727 - e->key() in in keyReleaseEvent allways 0
Summary: e->key() in in keyReleaseEvent allways 0
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: KDE (show other bugs)
Version: Final
Hardware: Other Other
: P5 - None : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-26 12:19 UTC by a a
Modified: 2005-10-27 13:57 UTC (History)
0 users

See Also:
Found By: Development
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description a a 2005-10-26 12:19:41 UTC
During the development of kpresenter I found a problem in qt that suse ships. In the keyReleaseEvent e->key() is allways 0. The problem does not occur with qtcopy. 
The problem only occurs if setInputMethodEnabled( true ); is called.

A testcase can be found at http://tz.exit0.net/files/keyreleaseerror.tar.gz

If you need more infomation don't hesitate to ask.
Comment 1 Stephan Binner 2005-10-27 09:36:06 UTC
Without investigating, suspecting Immodule patch influence.
Comment 2 Lubos Lunak 2005-10-27 11:59:02 UTC
This rings a bell ... http://lists.freedesktop.org/archives/immodule-qt/2005-June/000732.html
The mail also includes the patch.
Comment 3 Mike Fabian 2005-10-27 12:19:26 UTC
Adding Zhe Su <zsu@novell.com> to CC:.
Comment 4 Stephan Binner 2005-10-27 13:57:23 UTC
Tested patch from comment #2 and added it for future releases.