Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.2.1
-
None
-
OS X 10.9, haven't tested on other platforms.
-
2565ef220b9f261fc2d62869b8d38625e41bc6fd
Description
Test code
import QtQuick 2.1 import QtQuick.Controls 1.0 ApplicationWindow { TextInput { width: 640 height: 480 Keys.onPressed: print("hello") } }
It should get the output "hello" when I input things. It works fine with 5.2.0 official release. But not the latest stable: qtbase/6112f8938c962e49b9277ef7152bf1303789ade7 , qtdeclarative/6112f8938c962e49b9277ef7152bf1303789ade7 , qtquickcontrols/8dc2cda27b9d0bf5d732c3f6de253f4989e198c4
Attachments
Issue Links
- is required for
-
QTBUG-35562 Issues to be fixed in Qt 5.2.1
- Closed
- relates to
-
QTBUG-35700 single punctuation input via CJK input method doesn't work
- Closed
- replaces
-
QTBUG-36216 Regression: Undo in Q(Plain)TextEdit only undos single typed characters
- Closed
-
QTBUG-36223 Regression: Renaming locals in Qt Creator broken
- Closed