Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-117814

Caps Lock indicator does not update

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • 6.6.0, 6.8.2, 6.9.0 RC
    • None
    • macOS
    • 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.

        For Gerrit Dashboard: QTBUG-117814
        # Subject Branch Project Status CR V

            vestbo Tor Arne Vestbø
            madwinter Marcus Tillmanns
            Votes:
            2 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes