Popovers must close when rotating screen
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu UI Toolkit |
Fix Released
|
High
|
Cris Dywan | ||
ubuntu-ui-toolkit (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Vivid |
Fix Released
|
Undecided
|
Unassigned | ||
webbrowser-app (Ubuntu) |
Triaged
|
Medium
|
Unassigned | ||
webbrowser-app (Ubuntu RTM) |
Triaged
|
Medium
|
Unassigned |
Bug Description
After rotating the device a few times while an overflow menu is open, the menu will be placed in the wrong position on the screen. The number of rotations before this happens appears to be quite random, but it will eventually happen.
Below is a minimal example that should trigger the bug by rotating the device after opening the overflow menu:
import QtQuick 2.0
import Ubuntu.Components 1.1
MainView {
id: mainView
application
automaticOr
useDeprecat
width: units.gu(100)
height: units.gu(75)
Page {
title: "Test"
Action { name: "Item 1" },
Action { name: "Item 2" },
Action { name: "Item 3" },
Action { name: "Item 4" }
]
}
}
Related branches
- PS Jenkins bot: Approve (continuous-integration)
- Tim Peeters: Approve
-
Diff: 10 lines (+1/-1)1 file modifiedmodules/Ubuntu/Components/Popups/Popover.qml (+1/-1)
Changed in ubuntu-ui-toolkit: | |
milestone: | none → 10.09 |
Changed in ubuntu-ui-toolkit: | |
status: | Fix Committed → Fix Released |
Changed in webbrowser-app (Ubuntu): | |
importance: | Undecided → Medium |
status: | New → Triaged |
Changed in webbrowser-app (Ubuntu RTM): | |
status: | New → Triaged |
importance: | Undecided → Medium |
no longer affects: | webbrowser-app |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | New → Fix Released |
Changed in ubuntu-ui-toolkit (Ubuntu Vivid): | |
status: | New → Fix Released |
Discussed this with Giorgio, and all Popovers (including header overflow panels, but NOT including dialogs) must close when screen is rotated.