Qt 6.9 attaches a TextEditingContextMenu to every TextField / TextArea.
The menu opens at the text cursor instead of the mouse cursor, which is the
wrong anchor for a right-click context menu.
Upstream: QTBUG-142440
We currently suppress the menu entirely (ContextMenu.menu: null) on every
editing control — see commit cf469d0. The suppression also covers other
unresolved problems with the default menu (modality on Windows via
QTBUG-145585, wrong icons, untested interaction).
Affected areas
Every TextField / TextArea that sets ContextMenu.menu: null
Environment
- mpvQC 0.9.0-beta3 (commit cf469d0)
- Qt 6.9+
Qt 6.9 attaches a
TextEditingContextMenuto everyTextField/TextArea.The menu opens at the text cursor instead of the mouse cursor, which is the
wrong anchor for a right-click context menu.
Upstream: QTBUG-142440
We currently suppress the menu entirely (
ContextMenu.menu: null) on everyediting control — see commit cf469d0. The suppression also covers other
unresolved problems with the default menu (modality on Windows via
QTBUG-145585, wrong icons, untested interaction).
Affected areas
Every
TextField/TextAreathat setsContextMenu.menu: nullEnvironment