Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.6.0
-
None
-
-
aee3d9323 (12.0)
Description
While the new macOS Sonoma Caps Lock indicator works in a simple QLineEdit, it does not work correctly if that line edit is in a modal dialog.
#include <QApplication> #include <QInputDialog> int main(int argc, char *argv[]) { QApplication a(argc, argv); QInputDialog dlg; dlg.exec(); return a.exec(); }
The Caps Lock indicator only shows when you ALT+Tab away and back into the dialog once, but then disappears when the cursor is moved.
Attachments
Issue Links
- relates to
-
QTBUG-117815 Caps lock indicator is not correctly positioned
- Open
-
QTBUG-114315 Task related to supporting macOS 14 Sonoma
- Open
Gerrit Reviews
For Gerrit Dashboard: QTBUG-117814 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
512570,6 | Core: Use QDialog::open instead of exec | 12.0 | qt-creator/qt-creator | Status: MERGED | +2 | 0 |