Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
5.6.0
-
None
-
Windows/Linux
Description
QTextEdit/QPlainTextEdit ignore several shortcuts in read-only mode. This makes sense for shortcuts that modify the text (e.g. pasting, cutting).
Copying selected text does not modify the text, so the Ctrl+C shortcut should not be ignored in read-only mode.