Skip to content

Context menu suppressed #311

@trin94

Description

@trin94

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+

Metadata

Metadata

Assignees

No one assigned
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions