Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.0.0 Beta 1
-
None
-
Mac OSX
-
-
qtdeclarative/63f83fbd095415145ad124c7215f07a4c3c6038f, qtqc/960a78ae6231767a34a6e4de76bf4fa28ff401f1
Description
If you create a simple TabView even with just one Tab in it and you enable the default Mac behavior where tab focus only affects list of Text Fields, it will enter a live loop the moment you press a tab button.
Example:
ApplicationWindow { title: "Component Gallery" width: 580 height: 400 TabView { id:frame anchors.fill: parent Tab { id: controlPage title: "Control" } Tab { title: "Itemviews" } } }
It goes to an infinite loop in QQuickItemPrivate::nextPrevItemInTabFocusChain().
Attachments
Issue Links
- is required for
-
QTBUG-31105 Qt 5.1 RC1 release tasks
- Closed