Send leave to most recently entered window when modal dialog is shown.
authorMiikka Heikkinen <miikka.heikkinen@digia.com>
Tue, 30 Oct 2012 08:21:36 +0000 (10:21 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 30 Oct 2012 11:53:46 +0000 (12:53 +0100)
commita48508cd766b056d3cb5b6502cf269a8293bb5a5
tree1e9d0fcd89c7a0f07cfe00379f10d3ede4852596
parent50ec06da2c8a1c680d48b84f8c1267fe78a86b6a
Send leave to most recently entered window when modal dialog is shown.

If a modal dialog was shown as a response to button click, the button
retained its hover highlight, because it didn't get leave event.

Fixed by tracking the most recently entered window and sending a leave
to it when modal dialog is shown that blocks it.

Also modified tst_QGuiApplication::modalWindow() autotest to check
for enters and leaves.

Task-number: QTBUG-27644
Change-Id: I387647e18a762a39d523e3df31221b9583a39f9d
Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
src/gui/kernel/qguiapplication.cpp
src/gui/kernel/qguiapplication_p.h
src/gui/kernel/qwindow.cpp
src/widgets/kernel/qwidgetwindow.cpp
tests/auto/gui/kernel/qguiapplication/tst_qguiapplication.cpp