https://bugzilla.novell.com/show_bug.cgi?id=239698 ------- Comment #1 from eich@novell.com 2007-01-28 09:00 MST ------- Created an attachment (id=115774) --> (https://bugzilla.novell.com/attachment.cgi?id=115774&action=view) Fix Possible fix for xorg/lib/libX11. When synthesized key events are sent on commit XIM sets the 'fabricated' flag (called fablicated') so that the keypress handler knows that these were not real events. This also happens when committing due to the loss of focus. However in this case the keypress/release filters which consume and unset this flag are no longer in the filter chain. So the flag is erronously set when a real keyboard event is received after focus has been regained. So the first event is wrongly treated as a 'fablicated' key in the keypress handler which will at the same time reset the flag so the second key event is treated correctly. The fix only sets the flag when at least one of the keyboard filters is in place. Please test for possible side effects. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.