Black square in header

Bug #1495408 reported by Jean-Baptiste Lallement on 2015-09-14
24
This bug affects 4 people
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-touch/rc-proposed/bq-aquaris.en

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

Jean-Baptiste Lallement (jibel) wrote :
Jean-Baptiste Lallement (jibel) wrote :
Jean-Baptiste Lallement (jibel) wrote :
tags: added: regression-proposed
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
Tim Peeters (tpeeters) on 2015-09-14
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 :

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).

Tim Peeters (tpeeters) wrote :

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://code.launchpad.net/~zsombi/ubuntu-ui-toolkit/cppActionItem/+merge/268348

Tim Peeters (tpeeters) wrote :

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.onCompleted: pageStack.push(page1)

    PageStack {
        id: pageStack
    }

    Page {
        id: page1
        title: "one"
        Button {
            anchors.centerIn: parent
            text: "next"
            onClicked: pageStack.push(page2)
        }
    }
    Page {
        id: page2
        title: "two"
        visible: false

        head.backAction: Action {
            iconName: "back"
            onTriggered: pageStack.pop()
        }
    }
}

Tim Peeters (tpeeters) on 2015-09-14
Changed in ubuntu-ui-toolkit (Ubuntu):
assignee: Tim Peeters (tpeeters) → Zsombor Egri (zsombi)
Changed in canonical-devices-system-image:
assignee: Tim Peeters (tpeeters) → nobody
Zsombor Egri (zsombi) on 2015-09-14
Changed in canonical-devices-system-image:
assignee: nobody → Zsombor Egri (zsombi)
Zsombor Egri (zsombi) on 2015-09-15
Changed in ubuntu-ui-toolkit (Ubuntu):
status: Confirmed → In Progress
Zsombor Egri (zsombi) on 2015-09-15
Changed in canonical-devices-system-image:
status: Confirmed → In Progress
quandan (2508837716-y) wrote :

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 :

quandan, have you tried with the fix attached to the bug?

Changed in canonical-devices-system-image:
status: In Progress → Fix Committed
Tim Peeters (tpeeters) on 2015-10-14
Changed in ubuntu-ui-toolkit (Ubuntu):
status: In Progress → Fix Released
Changed in canonical-devices-system-image:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  Edit
Everyone can see this information.

Duplicates of this bug

Other bug subscribers