Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.7.2
-
-
5fc968ade (dev), d9a3b03b4 (6.8)
Description
If a custom delegate is used with QTreeView which provides a QComboBox as editor, the combo box popup does not open. This works on Windows 10 with explicitly calling showPopup in an evenFilter but very strangely same code does not works with Windows11.
This is the case when QTreeView is used in QGrapchicsView using QGraphicsProxyWidget.
Attached example can be used on windows 11 to reproduce.