Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.7, 6.8
-
None
Description
Edit: The bug happens for all widgets within a QWidget that has the flag Qt::WindowType::Popup.
QLineEdit's context menu does not show when right-clicking when the QLineEdit is a child of another QWidget that has Qt::WindowType::Popup set to true.
Whereas other menus (e.g. a QMenu for a QPushButton) open correctly.
See the attached project. It contains a basic window that displays a QPushButton, that opens a popup, with a QLineEdit inside. Try right-clicking.