Details
-
Bug
-
Resolution: Moved
-
P2: Important
-
4.7.0
-
Symbian^3 and Qt 4.6.3 / Qt 4.7.0. Tested on Nokia N8 and E7.
-
3
Description
Following code removes focus from QListWidget. Focus is shown when user scrolls list by finger. After lifting finger focus is removed. Focus is in the component but it does not show that. That's how Symbian^3 list works.
// Removing focus from QListWidget
#if defined Q_OS_SYMBIAN
if (QSysInfo::s60Version() == QSysInfo::SV_S60_5_2)
#endif
Bug: Code works on Nokia N8 with Qt 4.6.3 but does not with Qt 4.7.0. In Qt 4.7.0 focus can be see all the time in the QListWidget.
Attachment: Forum Nokia multi-windows example application. Main window has the QListWidget where you can test the bug.