Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.9.0
-
None
-
2e8c6a58e2b5691f5fba3f8f10125a5fee14ea05
Description
import QtQuick 2.7 import QtQuick.Controls 2.2 ApplicationWindow { width: 360 height: 360 visible: true ComboBox { editable: true Keys.onPressed: console.log(event.key) // not called } }
Attachments
For Gerrit Dashboard: QTBUG-61135 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
196100,3 | QQuickComboBox: fix attached Keys signal handlers when editable | 5.10 | qt/qtquickcontrols2 | Status: MERGED | +2 | 0 |
196101,4 | Add QQuickItemPrivate::filterKeyEvent() | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |