Sections need keyboard navigation support
Bug #1523840 reported by
Cris Dywan
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
High
|
Zoltan Balogh | ||
Ubuntu UX |
Fix Committed
|
Undecided
|
Femma | ||
ubuntu-ui-toolkit (Ubuntu) |
Fix Released
|
High
|
Tim Peeters | ||
ubuntu-ui-toolkit (Ubuntu RTM) |
Fix Released
|
High
|
Tim Peeters |
Bug Description
Using the TAB key it must be possible to focus the Sections component in the header. The next TAB will go to the next focus item, and does not change the selected section. To change the selected section, the left and right arrow keys must be used.
UX solution:
https:/
Related branches
lp://staging/~tpeeters/ubuntu-ui-toolkit/sections-keyboard
- ubuntu-sdk-build-bot: Approve (continuous-integration)
- Cris Dywan: Approve
-
Diff: 158 lines (+38/-18)4 files modifiedsrc/Ubuntu/Components/1.3/Sections.qml (+1/-0)
src/Ubuntu/Components/Themes/Ambiance/1.3/SectionsStyle.qml (+13/-14)
src/Ubuntu/Components/plugin/uclistitem.cpp (+2/-0)
tests/unit_x11/tst_components/tst_focus.qml (+22/-4)
Changed in ubuntu-ui-toolkit (Ubuntu): | |
assignee: | nobody → Christian Dywan (kalikiana) |
status: | New → In Progress |
importance: | Undecided → High |
Changed in canonical-devices-system-image: | |
assignee: | nobody → Zoltan Balogh (bzoltan) |
milestone: | none → ww08-2016 |
Changed in canonical-devices-system-image: | |
status: | New → In Progress |
importance: | Undecided → High |
Changed in ubuntu-ui-toolkit (Ubuntu RTM): | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → Christian Dywan (kalikiana) |
no longer affects: | ubuntu-ui-toolkit (Ubuntu) |
Changed in ubuntu-ui-toolkit (Ubuntu RTM): | |
assignee: | Christian Dywan (kalikiana) → Tim Peeters (tpeeters) |
Changed in canonical-devices-system-image: | |
milestone: | ww08-2016 → 11 |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → Tim Peeters (tpeeters) |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | In Progress → Confirmed |
Changed in ubuntu-ui-toolkit (Ubuntu RTM): | |
status: | In Progress → Confirmed |
description: | updated |
description: | updated |
Changed in ubuntu-ux: | |
assignee: | nobody → Femma (femma) |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in ubuntu-ui-toolkit (Ubuntu RTM): | |
status: | Confirmed → In Progress |
Changed in ubuntu-ux: | |
status: | New → Fix Committed |
Changed in canonical-devices-system-image: | |
status: | In Progress → Confirmed |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | In Progress → Confirmed |
Changed in ubuntu-ui-toolkit (Ubuntu RTM): | |
status: | In Progress → Confirmed |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in ubuntu-ui-toolkit (Ubuntu RTM): | |
status: | Confirmed → In Progress |
Changed in canonical-devices-system-image: | |
status: | Confirmed → In Progress |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | In Progress → Fix Committed |
Changed in ubuntu-ui-toolkit (Ubuntu RTM): | |
status: | In Progress → Fix Committed |
Changed in canonical-devices-system-image: | |
status: | In Progress → Fix Committed |
Changed in canonical-devices-system-image: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
If I use ListItem in the SectionsStyle, https:/ /bugs.launchpad .net/ubuntu/ +source/ ubuntu- ui-toolkit/ +bug/1572991 needs to be fixed first.