aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2020-08-05 21:23:45 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-08-19 13:09:55 +0000
commitef7290de7be9d36fc590956a32444bb8b1db384c (patch)
tree8e7fd9305c16bf5ccb0c6dc5a471eb394d46c82e /.gitattributes
parentbf76bf6803ce28580b27f236d6369295db4722af (diff)
Prevent against re-entering prepareExitTransition after a focus change
When a popup is hidden, then it will trigger a prepareExitTransition which can cause the active focus to be lost. If the popup's visibility is tied to that fact then it can retrigger the transition which means the active focus does not go back to where it should. Therefore, we check if hadActiveFocusBeforeExitTransition is false before going through that process as then it will only be called the first time the popup is hidden. Fixes: QTBUG-85884 Change-Id: I68054aeb48447617b4235ce6467514a17f1073ba Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> (cherry picked from commit 1a5a0a591c35dcf498a232a802087683f2244ecb) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions