qt5base-lts/tests/auto/widgets
Andreas Aardal Hanssen bfb569b6e7 Ensure subfocus is not reset to 0 when hiding a panel.
When hiding any widget that is not a panel, it is correct to clear
subfocus. In case clearFocus() has been called, the result is that
focusItem() / focusWidget() points to 0, which is correct. Upon
reactivation, nothing gains input focus. When changing focus, the
following setSubFocus() call will ensure subfocus points to the new
widget.

When hiding a panel, however, it's essential that subfocus within
that panel is not cleared, otherwise, when re-showing the panel,
nothing will have focus, whereas the expected behavior is that focus
is restored to the last item that had focus, i.e., the focusItem()
a.k.a. subfocus widget.

Task-number: QTBUG-22256
Change-Id: I84d849a505764e074e1369fef923cef1ad5c0b1e
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
2012-11-26 21:23:15 +01:00
..
dialogs Made QMacStyle internal 2012-11-23 15:18:15 +01:00
effects Make QPen default to 1-width non-cosmetic. 2012-10-22 19:36:43 +02:00
graphicsview Ensure subfocus is not reset to 0 when hiding a panel. 2012-11-26 21:23:15 +01:00
itemviews tst_qlistview: remove redundant include 2012-11-23 15:15:27 +01:00
kernel tst_QGridLayout: use QProxyStyle instead of QWindowsStyle 2012-11-26 14:16:44 +01:00
styles Made QMacStyle internal 2012-11-23 15:18:15 +01:00
util normalise signal/slot signatures [QtWidgets tests] 2012-10-19 00:44:54 +02:00
widgets tst_QMenuBar: use QProxyStyle instead of QWindowsStyle 2012-11-26 14:16:44 +01:00
widgets.pro Moved tests into integrationtests/ and widgets/ 2011-10-20 19:45:41 +02:00