[regression] App switcher does not respond to tab events
Bug #1676995 reported by
Richard Huddie
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
High
|
Michał Sawicz | ||
unity8 (Ubuntu) |
Fix Released
|
High
|
Michael Zanetti |
Bug Description
17.04 deb based unity8 session running in VM.
unity8: 8.15+17.
To reproduce:
1) Boot up unity8 deb based session.
2) Load an application either from launcher or app drawer, e.g. System Settings
3) Press Alt+Tab to display task switcher and then release Tab key to leave switcher showing.
4) Press Tab again.
Expected result:
Pressing Tab should cycle through the available apps.
Actual result:
The selected app does not change using the Tab key.
Note: Once the unity8 session has been locked and unlocked, the Tab key selection will work again.
Related branches
lp://staging/~mzanetti/unity8/fix-alt-tab
- Unity8 CI Bot: Approve (continuous-integration)
- Michał Sawicz: Approve
- Daniel d'Andrada: Pending requested
- Lukáš Tinkl: Pending requested
-
Diff: 137 lines (+94/-0)2 files modifiedqml/Stage/Stage.qml (+8/-0)
tests/qmltests/tst_Shell.qml (+86/-0)
summary: |
- App switcher does not respond to tab events + [regression] App switcher does not respond to tab events |
Changed in canonical-devices-system-image: | |
status: | New → Triaged |
Changed in unity8 (Ubuntu): | |
status: | New → Triaged |
Changed in canonical-devices-system-image: | |
importance: | Undecided → High |
Changed in unity8 (Ubuntu): | |
importance: | Undecided → High |
Changed in canonical-devices-system-image: | |
assignee: | nobody → Michał Sawicz (saviq) |
Changed in unity8 (Ubuntu): | |
assignee: | nobody → Michael Zanetti (mzanetti) |
Changed in canonical-devices-system-image: | |
milestone: | none → u8c-z |
Changed in canonical-devices-system-image: | |
status: | In Progress → Fix Released |
To post a comment you must log in.
after some investigation, turns out this actually works, but after startup, the Stage doesn't have proper focus. Not sure yet where it ended up, will try to add some code that forces focus on the stage when the stage goes to spread. (as this could in theory also happen if you intentionally put focus on the launcher, the panel menu or something and then go to spread)