aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktextinput/data
diff options
context:
space:
mode:
authorValery Volgutov <valery.volgutov@lge.com>2020-04-20 20:42:56 +0300
committerValery Volgutov <valery.volgutov@lge.com>2021-03-14 12:12:24 +0300
commit057972edc90da80252764e1b3abb71e1e6ab0191 (patch)
tree7f67eaafe618954a1fa33a037bf47399a2fa708d /tests/auto/quick/qquicktextinput/data
parentdadd6ea6864990fa0143a177500ab07296dfa46e (diff)
Fix QQuickKeyNavigationAttached issue
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. Task-number: QTBUG-83356 Change-Id: I9ea6d6a7d13ff989aac3d9e2d22467b48080de13 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'tests/auto/quick/qquicktextinput/data')
0 files changed, 0 insertions, 0 deletions