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

KeyboardNavigation cannot set up navigation to children of Repeater that don't yet exist

    XMLWordPrintable

Details

    Description

      When Repeater used for Item creation,
      we have following issue:

      When Repeater create new item and this item tried to
      use keyboard.left or keyboard.right to other Repeater's item -
      these items don't create yet, and we have issue with
      navigation keys.

      Set rightSet to true if right really changed.
      When object call KeboardNavigation::setRight with null item.
      rightSet field = true, but right field did not changed (null).
      After that navigation keys works incorrect.
      The same for other cases.

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            hollis Hollis Kim (Inactive)
            Pasi Keränen Pasi Keränen
            Volker Hilsheimer Volker Hilsheimer
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes