xcb_fake_test_input ignoring XCB_KEY_RELEASE
Submitted by Saad Malik
Assigned to Xorg Project Team
Description
Created attachment 92349 Compile as: gcc -o xdo -Wall -lm -lxcb -lxcb-xtest xdo.c
The xcb_fake_test_input XCB_KEY_RELEASE call is being completely ignored. Please compile and run the attached program illustrating the problem. The program should only output 1 'w' letter, but it outputs 'wwwwwww...' continuously until I press a key.
I initially submitted this problem on the XCB mailer list, but Ran Benita wasn't able to reproduce this issue and recommended that I open a bug with my system details.
Distribution: Arch (up-to-date) Kernel: Linux Vaio-Saad 3.12.7-2-ck Versions: libxcb 1.10-1 xcb-proto 1.10-1
Attachment 92349, "Compile as: gcc -o xdo -Wall -lm -lxcb -lxcb-xtest xdo.c":
xcb-test.c