Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
6.2.5
Description
In most Windows and Mac apps, right-clicking any text field shows a popup menu to Undo, Cut, Copy, Paste, etc. This behavior is built into the standard text control in the Win32 and AppKit frameworks and is seen everywhere.
In Qt, the Quick.Controls TextField handles keyboard shortcuts such as Ctrl-C, Ctrl-V, but it does not respond to right-click. I know it is not difficult to add a popup menu, but this should happen by default. The right-click user interface is important for novice users who are not aware of keyboard shortcuts.Â
To reproduce this problem, use the TextField in QML with selectByMouse:true
Attachments
Issue Links
- depends on
-
QTBUG-67331 Make it possible to react to context menu events
-
- Closed
-
- duplicates
-
QTBUG-35598 QtQuick Controls TextField and TextArea miss mouse context menu
-
- Closed
-
- relates to
-
QTBUG-105530 Can't paste into empty text field on Android
-
- Closed
-
-
QTBUG-134459 spreadsheets and texteditor examples (and others?) should have undo/redo functionality
-
- Reported
-