Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.2.0
-
Linux, OS X
-
xcb: 6ad458bc93162753e448eea28499e778e2946d2c osx: 933fab137dcaa8bff2a65ca67918f2765875d2cf
Description
Steps to reproduce:
1) Start the lineedits from qt4 and qt5 example (qtbase/examples/widgets/lineedits vs examples/widgets/lineedits)
2) Press Ctrl+B
3) Notice that for qt4 nothing is inserted, whereas for qt5 a 'b' is inserted.
The cause of that is that the QKeyEvent::text() property contains the ascii code \002 in qt4 whereas in qt5 the text is 'b'.
Attachments
Issue Links
- is required for
-
QTBUG-37231 Bugs preventing users from moving from Qt 4 to Qt 5
- Closed
- relates to
-
QTBUG-28649 Cut and paste via keyboard shortcuts does not work in Qt Creator Snippets editor
- Closed
-
QTBUG-1673 Inconsistent behaviour for text input while holding Ctrl (not ignoring text input for some characters)
- Closed
-
QTCREATORBUG-11432 Can't copy or paste code in snippet editor using keyboard shortcuts
- Closed
- replaces
-
QTBUG-40933 QPlainTextEdit ignores the Cmd modifier on OS X
- Closed
-
QTCREATORBUG-11137 Keyboard shortcuts are not working in Projects -> "Batch Edit..." -> "Edit environment" dialog
- Closed
-
QTCREATORBUG-11901 Pressing Ctrl+F inserts "f" into edit
- Closed
-
QTCREATORBUG-13115 Keyboard shortcuts do not work in 'Batch edit'.
- Closed
-
QTCREATORBUG-13559 In Projects view, Command Key + Other Key Treated Incorrectly
- Closed
-
QTBUG-42518 On OS X, Cmd+R press must not add "r" to textfields
- Closed
- links to