There is no visual feedback for Header actions with focus
Bug #1514850 reported by
Renato Araujo Oliveira Filho
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
High
|
Zoltan Balogh | ||
ubuntu-ui-toolkit (Ubuntu RTM) |
Fix Released
|
High
|
Cris Dywan |
Bug Description
While implementing keyboard navigation on address-book I notice that the actions in the header (and buttons) are receiving focus but there is no visible feedback which action contains the focus.
Besides that the focus never returns to the page items, as you can see on the attached example. Pressing "tab" does not move the focus to next item in the chain.
Related branches
lp://staging/~ubuntu-sdk-team/ubuntu-ui-toolkit/buttonKeyboardNavigation
- PS Jenkins bot: Approve (continuous-integration)
- Zsombor Egri: Approve
-
Diff: 399 lines (+162/-32)11 files modifiedcomponents.api (+1/-0)
src/Ubuntu/Components/Themes/Ambiance/1.3/ButtonStyle.qml (+3/-0)
src/Ubuntu/Components/Themes/Ambiance/1.3/CheckBoxStyle.qml (+3/-0)
src/Ubuntu/Components/Themes/Ambiance/1.3/FocusShape.qml (+52/-0)
src/Ubuntu/Components/Themes/Ambiance/1.3/IconButtonStyle.qml (+3/-0)
src/Ubuntu/Components/Themes/Ambiance/1.3/SwitchStyle.qml (+3/-0)
src/Ubuntu/Components/Themes/Ambiance/Ambiance.pro (+1/-0)
src/Ubuntu/Components/plugin/ucstyleditembase.cpp (+39/-0)
src/Ubuntu/Components/plugin/ucstyleditembase.h (+7/-0)
src/Ubuntu/Components/plugin/ucstyleditembase_p.h (+1/-0)
tests/unit_x11/tst_components/tst_focus.qml (+49/-32)
Changed in canonical-devices-system-image: | |
assignee: | nobody → Zoltan Balogh (bzoltan) |
milestone: | none → ww02-2016 |
importance: | Undecided → High |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
assignee: | nobody → Zoltan Balogh (bzoltan) |
importance: | Undecided → High |
tags: | added: convergence |
Changed in canonical-devices-system-image: | |
status: | New → Confirmed |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
assignee: | Zoltan Balogh (bzoltan) → Christian Dywan (kalikiana) |
status: | New → Confirmed |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in canonical-devices-system-image: | |
status: | Confirmed → In Progress |
affects: | ubuntu-ui-toolkit (Ubuntu) → ubuntu-ui-toolkit (Ubuntu RTM) |
no longer affects: | ubuntu-ui-toolkit (Ubuntu) |
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.
No component but text inputs have visual feedback on focus. This is an ongoing work by design and would be handled through the same change set.