activeFocusOnTab is not accessible
Bug #1514822 reported by
Renato Araujo Oliveira Filho
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
High
|
Zoltan Balogh | ||
ubuntu-ui-toolkit (Ubuntu RTM) |
Fix Committed
|
High
|
Cris Dywan |
Bug Description
I am using QtQuick 2.4 and Ubuntu.
By default all ListItems receive focus. For my app I want to disable focus for some of the items.
I am trying to set "activeFocusOnTab" to false but I am receiving this error message:
"ListItem.
Related branches
lp://qastaging/~ubuntu-sdk-team/ubuntu-ui-toolkit/focusPassesFromChildToParent
- PS Jenkins bot: Approve (continuous-integration)
- Zsombor Egri: Approve
-
Diff: 243 lines (+60/-11)8 files modifiedcomponents.api (+1/-0)
src/Ubuntu/Components/1.3/TextArea.qml (+9/-1)
src/Ubuntu/Components/1.3/TextField.qml (+12/-1)
src/Ubuntu/Components/plugin/ucabstractbutton.cpp (+1/-0)
src/Ubuntu/Components/plugin/ucstyleditembase.cpp (+10/-1)
src/Ubuntu/Components/plugin/ucstyleditembase.h (+9/-0)
tests/unit_x11/tst_components/tst_focus.qml (+4/-3)
tests/unit_x11/tst_components/tst_textinput_common13.qml (+14/-5)
Changed in canonical-devices-system-image: | |
milestone: | none → ww02-2016 |
assignee: | nobody → Zoltan Balogh (bzoltan) |
importance: | Undecided → High |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
assignee: | nobody → Zoltan Balogh (bzoltan) |
importance: | Undecided → High |
Changed in canonical-devices-system-image: | |
status: | New → Confirmed |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
assignee: | Zoltan Balogh (bzoltan) → Christian Dywan (kalikiana) |
status: | Triaged → Fix Committed |
Changed in canonical-devices-system-image: | |
status: | Confirmed → In Progress |
affects: | ubuntu-ui-toolkit (Ubuntu) → ubuntu-ui-toolkit (Ubuntu RTM) |
Changed in ubuntu-ui-toolkit (Ubuntu RTM): | |
status: | Fix Committed → Fix Released |
Changed in canonical-devices-system-image: | |
status: | In Progress → Fix Released |
Changed in ubuntu-ui-toolkit (Ubuntu RTM): | |
status: | Fix Released → Fix Committed |
Changed in canonical-devices-system-image: | |
status: | Fix Released → Fix Committed |
Changed in canonical-devices-system-image: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This is there due to the upstream bug logged in https:/ /bugs.launchpad .net/ubuntu/ +source/ qtdeclarative- opensource- src/+bug/ 1389721.
But please port your application to use Ubuntu.Components ListItem and ListItemLayout components, ListItems module will be deprecated in 1.3 and removed in 1.4.