Side stage hides after rotating
Bug #1637258 reported by
Michal Predotka
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
bq M10 rc-proposed r219
Steps to reproduce:
1. Open an app
2. Put it in the side stage
3. Rotate the tablet to portrait
At this point you should see the app which was in the side stage on the whole screen
4. Rotate the tablet back to landscape
Expected result:
The app is visible in the side stage
What happens instead:
The side stage is closed but the app still has focus as its name is visible in the top bar (screenshot attached)
Related branches
lp://staging/~mzanetti/unity8/spread-fixes-2
- Unity8 CI Bot: Approve (continuous-integration)
- Lukáš Tinkl (community): Approve
-
Diff: 63 lines (+10/-8)1 file modifiedqml/Stage/Stage.qml (+10/-8)
Changed in unity8 (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Michael Zanetti (mzanetti) |
Changed in unity8 (Ubuntu): | |
status: | Triaged → In Progress |
Changed in canonical-devices-system-image: | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → Michał Sawicz (saviq) |
milestone: | none → 14 |
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.
Thanks for the quick fix! I've installed silo #2177 with this and other bug fixes. I have one question regarding this issue though. When using silo #2177, I noticed the app is visible in the side stage after rotation only if that app is focused. But if an app is in the side stage and the main app is focused, after rotating to portrait and back to landscape, the side stage is hidden. I'm not sure if that's by design or not?