- 
    Bug 
- 
    Resolution: Unresolved
- 
    P2: Important 
- 
    None
- 
    6.6.0, 6.8.2, 6.9.0 RC
- 
    None
- 
        
- 
        aee3d9323 (12.0)
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.
- blocks
- 
                    QTCREATORBUG-32621 Preferences dialog should be a dialog, not a sheet -         
- Open
 
-         
- relates to
- 
                    QTBUG-117815 Caps lock indicator is not correctly positioned -         
- Open
 
-         
- 
                    QTBUG-114315 Task related to supporting macOS 14 Sonoma -         
- Open
 
-         
- resulted in
- 
                    QTCREATORBUG-32621 Preferences dialog should be a dialog, not a sheet -         
- Open
 
-         
| 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 | 
