Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
4.8.0, 5.0.0
-
None
-
Windows 7, Qt SDK 1.2
Description
To reproduce the problem, run the following qml code:
import QtQuick 1.1 Item { id:me width: 1366 height: 768;focus:true Keys.onEnterPressed: console.log("enter") Keys.onEscapePressed: console.log("esc") Keys.onDeletePressed: console.log("delete") }
The escape key and delete key are captured, but not the enter key.
Attachments
Issue Links
- resulted in
-
QTBUG-25638 Add a Keys.onAccepted signal
-
- Open
-