- 
    Bug 
- 
    Resolution: Unresolved
- 
    P2: Important 
- 
    None
- 
    5.14.2
- 
    None
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.
- depends on
- 
                    QTBUG-68103 add an Item.modal property to block event propagation -         
- Reported
 
-         
- relates to
- 
                    QTBUG-136511 Unable to prevent touch events propagation through an input blocking overlay to a ListView below that consists of TapHandlers in its delegates -         
- Reported
 
-         
- 
                    QTBUG-104537 [REG 6.2.4-6.3.1] HoverHandler do not propagate hover to TextEdit -         
- Closed
 
-         
| For Gerrit Dashboard: QTBUG-89873 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V | 
| 223138,24 | WIP Add Item modal property | dev | qt/qtdeclarative | Status: NEW | -2 | 0 |