Details
-
Bug
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
6.8.2
-
None
-
Python 3.13 with PySide6 6.8.2.1
Description
Context menus are not working for any child widgets within a popup widget. The issue occurs for standard widgets like QTextEdit and custom widgets that override the "contextMenuEvent" method.
I've attached a simple Python script that uses PySide6 to demonstrate the issue. Clicking the "Popup" button will popup a widget with a QTextEdit field. Right-clicking within the QTextEdit widget does not display the standard text edit context menu.
It worked fine in Qt 6.7, but does not work with Qt 6.8.