Keyboard navigation should not wrap
Bug #1523821 reported by
Cris Dywan
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu UX |
Fix Committed
|
High
|
Femma | ||
ubuntu-ui-toolkit (Ubuntu RTM) |
Invalid
|
High
|
Unassigned |
Bug Description
Once you used Tab to arrive at the bottom most component, Shift-Tab should be required to go back.
This might need some lower level support, as by default, QtQuick wraps.
UX solution:
It's ok for keyboard navigation to wrap with the tab key but there should be a hard stop with arrow keys.
Changed in canonical-devices-system-image: | |
assignee: | nobody → Zoltan Balogh (bzoltan) |
milestone: | none → ww08-2016 |
Changed in canonical-devices-system-image: | |
status: | New → Confirmed |
importance: | Undecided → High |
Changed in ubuntu-ui-toolkit (Ubuntu RTM): | |
status: | New → Confirmed |
importance: | Undecided → High |
no longer affects: | ubuntu-ui-toolkit (Ubuntu) |
Changed in ubuntu-ui-toolkit (Ubuntu RTM): | |
status: | Confirmed → Incomplete |
Changed in canonical-devices-system-image: | |
status: | Confirmed → Incomplete |
Changed in canonical-devices-system-image: | |
status: | Incomplete → Confirmed |
Changed in ubuntu-ui-toolkit (Ubuntu RTM): | |
status: | Incomplete → Confirmed |
Changed in ubuntu-ux: | |
status: | New → Triaged |
assignee: | nobody → Femma (femma) |
importance: | Undecided → High |
tags: | added: convergence |
description: | updated |
description: | updated |
Changed in ubuntu-ux: | |
status: | Triaged → Fix Committed |
no longer affects: | canonical-devices-system-image |
To post a comment you must log in.
This is crazy as other toolkits do wrap. Let's not introduce something completely different than the other toolkits have.
GTK also wraps around, Cocoa, Windows FWs do wrap around. The feature is embedded in upstream code and it is hard if impossible to stop it.