Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.7.1, 5.8.0
Description
When using wacom table mouseMoveEvent is not propagating when tabletEvent(), mouseMoveEvent() and mousePressedEvent() are re implemented and event is not accepted in tableEvent().
When explicitly called event->ignore() in tableEvent() then only mouseEvent is sent.
Same code works good with Qt 5.7.0,without calling ignore() method and the events were still called for the mouse.
This regression seems to be only happening in Mac and Linux.
It can be seen with Qt5.7.1 and 5.8.0.
Attachments
Issue Links
- relates to
-
QTBUG-57485 Tooltips not shown when using a graphic tablet instead of mouse
- Reported
-
QTBUG-47007 mousePressEvent of QWidget gets called even though QTabletEvent was accepted [Qt 5.4.2]
- Closed
-
QTBUG-67032 Mouse Wheel event gets propagated even when event filter should stop it
- Closed
-
QTBUG-26116 Support proximity motion
- Closed