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

QtVirtualKeyboard's inputpanel can not be used in two quickwidget's qml.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 5.12.4, 5.12.12
    • Virtual Keyboard
    • None

    Description

      my application uses multi  qquickwidgets ,   if  it want's to use virtual keyboard to input,    each qml file  must  include  inputPanel  as an item.  However, they are conflicted,  only the first inputPanel  can  input  text,  other's  are  invalid ,   got  error  input method is not set.   It is quite like QTBUG-69480  .     the  solution  is of  no use  like:
       
      {{TextArea { onActiveFocusChanged: { if(activeFocus)

      { Qt.inputMethod.update(Qt.ImQueryInput) }

      }
      }}}  

      Attachments

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

        Activity

          People

            jakoivik Jarkko Koivikko
            taoge taoge
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes