Black square in header
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | Canonical System Image |
High
|
Zsombor Egri | ||
| | ubuntu-ui-toolkit (Ubuntu) |
Critical
|
Zsombor Egri | ||
Bug Description
current build number: 122
device name: krillin
channel: ubuntu-
Same on latest arale
There is a black square in the header in several applications (address-book, messaging, dialler, cf screenshots)
To display the black square:
- dialler: open 'Recent calls'
- messaging: tap on a message and go back
- contact: tap on a contact
Related branches
- Zoltan Balogh (community): Approve on 2015-09-16
- PS Jenkins bot: Approve (continuous-integration) on 2015-09-16
-
Diff: 562 lines (+300/-135)6 files modifiedsrc/Ubuntu/Components/1.2/TextInputPopover.qml (+0/-7)
src/Ubuntu/Components/1.3/TextInputPopover.qml (+0/-6)
src/Ubuntu/Components/plugin/ucactionitem.cpp (+61/-36)
src/Ubuntu/Components/plugin/ucactionitem.h (+13/-4)
tests/resources/navigation/Blackbox.qml (+48/-0)
tests/unit_x11/tst_components/tst_actionitem.qml (+178/-82)
| Jean-Baptiste Lallement (jibel) wrote : | #1 |
| Jean-Baptiste Lallement (jibel) wrote : | #2 |
| Changed in canonical-devices-system-image: | |
| importance: | Undecided → High |
| milestone: | none → ww40-2015 |
| Changed in ubuntu-ui-toolkit (Ubuntu): | |
| importance: | Undecided → High |
| status: | New → Confirmed |
| Changed in canonical-devices-system-image: | |
| assignee: | nobody → Zoltan Balogh (bzoltan) |
| status: | New → Confirmed |
| Changed in ubuntu-ui-toolkit (Ubuntu): | |
| importance: | High → Critical |
| assignee: | nobody → Tim Peeters (tpeeters) |
| Changed in canonical-devices-system-image: | |
| assignee: | Zoltan Balogh (bzoltan) → Tim Peeters (tpeeters) |
| Tim Peeters (tpeeters) wrote : | #4 |
| Tim Peeters (tpeeters) wrote : | #5 |
I reproduced the bug (with gallery-app on desktop) with UITK staging r1612, and verified that the bug is not present in r1611, so it broke with this MR: https:/
| Tim Peeters (tpeeters) wrote : | #6 |
Bug can be reproduced by running the qml code below, clicking the 'next' button, and then clicking the back button in the header:
import QtQuick 2.4
import Ubuntu.Components 1.2
MainView {
width: units.gu(40)
height: units.gu(60)
Component.
PageStack {
id: pageStack
}
Page {
id: page1
title: "one"
Button {
text: "next"
}
}
Page {
id: page2
title: "two"
visible: false
}
}
}
| Changed in ubuntu-ui-toolkit (Ubuntu): | |
| assignee: | Tim Peeters (tpeeters) → Zsombor Egri (zsombi) |
| Changed in canonical-devices-system-image: | |
| assignee: | Tim Peeters (tpeeters) → nobody |
| Changed in canonical-devices-system-image: | |
| assignee: | nobody → Zsombor Egri (zsombi) |
| Changed in ubuntu-ui-toolkit (Ubuntu): | |
| status: | Confirmed → In Progress |
| Changed in canonical-devices-system-image: | |
| status: | Confirmed → In Progress |
| quandan (2508837716-y) wrote : | #7 |
I produced in the gallery app , create a new album and add several photos in it , then the menu key turns to black square and i can't change to photos or events mode , the menu key has no use at all
| Zsombor Egri (zsombi) wrote : | #8 |
quandan, have you tried with the fix attached to the bug?
| Changed in canonical-devices-system-image: | |
| status: | In Progress → Fix Committed |
| Changed in ubuntu-ui-toolkit (Ubuntu): | |
| status: | In Progress → Fix Released |
| Changed in canonical-devices-system-image: | |
| status: | Fix Committed → Fix Released |


I reproduced the bug as described above on device, but I can also reproduce it on my laptop with gallery-app (click on a photo, and then go back).