-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.10.0
-
None
-
321c7ebac (dev), 11db4590b (6.10), ee650b48b (tqtc/lts-6.8)
Something in Qt has changed in Qt 6.10 so that menu shortcuts override key events even when text edit has focus.
Steps:
- Start QQEM.
- Add a node, e.g. "BrightnessContrast"
- Double click the added node to see code.
- Move cursor somewhere and press del key.
Expected:
- Character after the cursor is deleted.
Actual:
- "Delete Selected Nodes" dialog is shown. So for removing code characters, del key can't be used, only backspace.
Notes:
- This was caused by https://codereview.qt-project.org/c/qt/qtdeclarative/+/652263
- This follow-up patch to the above fixes the issue also in QQEM: https://codereview.qt-project.org/c/qt/qtdeclarative/+/675486
For Gerrit Dashboard: QTBUG-140905 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
682745,2 | Enable del shortcut only in design mode | dev | qt/qtquickeffectmaker | Status: MERGED | +2 | 0 |
683046,2 | Enable del shortcut only in design mode | 6.10 | qt/qtquickeffectmaker | Status: MERGED | +2 | 0 |
683248,2 | Enable del shortcut only in design mode | tqtc/lts-6.8 | qt/tqtc-qtquickeffectmaker | Status: MERGED | +2 | 0 |