Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.8.0
-
None
-
OS X 10.11.5
Description
If you run the code below using qmlscene and hit tab, the window will freeze.
import QtQuick 2.7 import QtQuick.Controls 1.4 Item { visible: false FocusScope { } Button { focus: true } }
I attached a debugger and the application never leaves this part of the call stack:
#0 0x0000000101613a23 in QQuickItemPrivate::nextPrevItemInTabFocusChain(QQuickItem*, bool) () #1 0x000000010161be09 in QQuickItemPrivate::deliverKeyEvent(QKeyEvent*) ()
Attachments
Issue Links
- relates to
-
QTBUG-96762 When focusable TextField is nested within invisible Item, pressing Tab hangs in nextPrevItemInTabFocusChain()
- Closed