Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Invalid
-
Affects Version/s: 5.5.0
-
Fix Version/s: None
-
Component/s: QPA: X11/XCB
-
Labels:None
-
Environment:Archlinux x86_64, Qt5.5.0
Description
QWidget::nativeEvents could not receive XCB_BUTTON* message in Qt5.5.0 which works fine in Qt5.4.2.
I attached a example to show this issue.
Steps:
1. build and run the demo
2. press and release mouse button in the window
Expected results:
"nativeEvent press" and "nativeEvent release" message will be printed in console.
Actual results:
Only "nativeEvent unknown" message printed.