Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.14.2
-
None
Description
The use case is that there is an empty Item. It has PinchHandler and HoverHandler defined in it.
//Below code are dummy, not working, just to show the bug steps Item { PinchHandler { onUpdated: { console.debug("PinchHandler::updated"); } } HoverHandler { onPointChanged: { console.debug("HoverHandler::onPointChanged"); } } Button { onclick:{ dialog.open() } }
When dialog is popup, and acting on the dialog. The PinchHandler and HoverHandler signals are trigged. It should be a bug of these two handlers, it should not received any event because they are behind the dialog.
Attachments
Issue Links
- depends on
-
QTBUG-68103 add an Item.modal property to block event propagation
- Reported
- relates to
-
QTBUG-104537 [REG 6.2.4-6.3.1] HoverHandler do not propagate hover to TextEdit
- Closed
Gerrit Reviews
For Gerrit Dashboard: QTBUG-89873 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
223138,21 | WIP Add Item modal property | dev | qt/qtdeclarative | Status: NEW | -2 | 0 |