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

[Reg 6.3.2 -> 6.4.x] Virtual keyboard layout is broken

    XMLWordPrintable

Details

    • Linux/X11, Windows
    • 3c07e5feb (dev), 93adbb563 (6.5), 49198b45d (6.5.0)

    Description

      Code
      vkb-widgets.pro

      QT += widgets virtualkeyboard
      SOURCES += main.cpp
      

      main.cpp

      #include <QApplication>
      #include <QPlainTextEdit>
      
      int main(int argc, char *argv[])
      {
          qputenv("QT_IM_MODULE", QByteArray("qtvirtualkeyboard"));
      
          QApplication a(argc, argv);
          QPlainTextEdit window;
          window.show();
      
          return a.exec();
      }
      

      Steps to reproduce

      1. Build and run the attached project
      2. Click on the text edit

       

      Expected outcome (Qt 6.3)

       

      Actual outcome (Qt 6.4/6.5)

      Attachments

        1. vkb-bad.png
          vkb-bad.png
          148 kB
        2. vkb-good.png
          vkb-good.png
          143 kB
        3. vkb-widgets.zip
          0.5 kB
        For Gerrit Dashboard: QTBUG-111928
        # Subject Branch Project Status CR V

        Activity

          People

            jakoivik Jarkko Koivikko
            skoh-qt Sze Howe Koh
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes