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

Possible regression with virtual keyboard active focus.

    XMLWordPrintable

Details

    • Windows

    Description

      User had code working for virtual keyboard that would automatically push up the main flickable so that the element was always visible when the keyboard pops up. This code works in 5.15.8 but doesnt work in 5.15.12. it seems like there was a change in the order of signals going out such that the flickable now gets resized after the active focus changed signal goes out. Is this possibly a regression or a change with active focus?

       

      Example project attached.

      Test results on 5.15.8:

      qml: Flickable Height Changed: 480
      qml: Flickable Height Changed: 280
      qml: Ensuring Visible

      On 5.15.12_

      qml: Flickable Height Changed: 480
      qml: Ensuring Visible
      qml: Flickable Height Changed: 280

      Attachments

        1. main.qml
          2 kB
        2. testKeyboard.zip
          3 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            inho Inho Lee
            tero.pelkonen Tero Pelkonen
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes