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

External language switch example for the input panel open in background

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 5.15.0
    • Virtual Keyboard
    • None
    • Ubuntu 16.04 -> Qt Creator 4.12.4
      Based on Qt 5.14.2 (GCC 5.3.1 20160406 (Red Hat 5.3.1-6), 64 bit)
      Qt 5.15.0 GCC 64-bit

      Yocto Dunfell -> imx6 -> meta-qt5
    • All

    Description

      The external language switch example open but behind the keyboard.  

      https://doc.qt.io/qt-5/qml-qtquick-virtualkeyboard-inputpanel.html

       

      And you need to edit the example before it works:

      from

      Dialog { 
       id: languageDialog
       title: "Select Input Language" 
       modality: Qt.ApplicationModal

      to 

      Dialog {
       id: languageDialog
       title: "Select Input Language"
       margins: 10
       height: parent.height

       

      When you click on the select language button the dialog is open behind the keyboard. 

      If you disable the "externalLanguageSwitchEnabled"  the small default dialog is open normal in front of the keyboard. 

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            mitch_curtis Mitch Curtis
            bene Benedikt Cyranka
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes