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

[REG: 5.14.2->5.15.0] Anchors don't work with InputPanel anymore

    XMLWordPrintable

Details

    • 5564f1c96322d7c3f884d2e6f9b3a95e3134fb9f (qt/qtvirtualkeyboard/dev) 6b0206ead18466a2eab48d24c7f08d0db1fdd061 (qt/qtvirtualkeyboard/6.2) f5705aab45a55acf092f012a7339144e98deace4 (qt/tqtc-qtvirtualkeyboard/5.15)

    Description

      InputPanel seems to have broken its anchors somehow. This used to work:

      Anything {
       anchors.bottom: inputPanel.top
      }
      InputPanel {
       id: inputPanel
       y: active ? parent.height - height : parent.height
      }
      

      Now top anchor only seems to be evaluated once and does not react to changes to y coordinate. It does not seem to happen with any other item that I tried besides InputPanel so it does not seem to be a general QtQuick issue.

      Attachments

        Issue Links

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

          Activity

            People

              vhilshei Volker Hilsheimer
              poikelin Joni Poikelin
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: