- 
    
Bug
 - 
    Resolution: Done
 - 
    
P3: Somewhat important
 - 
    5.7
 - 
    None
 
- 
        df12dbe976876bbb4e36b16eb4836c4109bb80d0
 
Resulted from QTBUG-53419. The following case has been fixed for ApplicationWindow, but still has issues when using a plain Window (where the overlay event delivery is based on a window-level event filter).
An example of where this is an issue is ToolTip; the tooltip shows up even when the menu is open:
import QtQuick 2.7 import QtQuick.Window 2.2 import QtQuick.Controls 2.0 Window { visible: true Menu { id: menu MenuItem { text: "Item 1" } MenuItem { text: "Item 2" } MenuItem { text: "Item 3" } } Button { text: "Button" hoverEnabled: true anchors.centerIn: parent onClicked: menu.open() onHoveredChanged: print("hovered", hovered) ToolTip.text: "ToolTip" ToolTip.visible: hovered } }
- resulted from
 - 
                    
QTBUG-53419 hovered property is true even when under a popup
-         
 - Closed
 
 -         
 
| For Gerrit Dashboard: QTBUG-54913 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V | 
| 170066,10 | Fix hover event delivery with plain QQuickWindow | 5.7 | qt/qtquickcontrols2 | Status: MERGED | +2 | 0 |