[Call]The call interface sometimes disappears when making emergency call
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
Critical
|
Unassigned | ||
dialer-app |
Invalid
|
Critical
|
Tiago Salem Herrmann | ||
unity8 (Ubuntu) |
Fix Released
|
Critical
|
Michael Terry | ||
unity8 (Ubuntu RTM) |
Fix Released
|
Undecided
|
Michael Zanetti |
Bug Description
This is the public version of the following bug:
https:/
After debugging seems the issue is that the application is getting deactivated and then activated (via Qt.application.
An easy way to test is to install telepathy-ofono deb which is attached and set a fake emergency number to allow you to dial a normal number in emergency mode to help test by running this command at the shell:
mc-tool set ofono/ofono/
Then adding console.log() to the applicationActive signal in dialer-app.qml will verify. When pressing the call button the app is deactivated then reactivated.
Steps to reproduce:
1) install attached telephathy-ofono deb and reboot
2) run
mc-tool set ofono/ofono/
and then follow secondary instructions (if any)
3) lock phone
4) press emergency call button
5) dial <yourNumber> which will be a fake emergency call
6) press the call button
7) sometimes you will see a blank Emergency Call page after you press the call button, and when it works you will see the live call page
8) adding debug to dialer-app.qml will show the active=false then active=true behavior after performing step 6.
Related branches
- PS Jenkins bot (community): Needs Fixing (continuous-integration)
- Michael Zanetti (community): Approve
- Gustavo Pichorim Boiko (community): Approve
- Bill Filler (community): Approve
-
Diff: 12 lines (+1/-1)1 file modifiedqml/Shell.qml (+1/-1)
- Michael Zanetti (community): Approve
-
Diff: 56 lines (+28/-3)2 files modifieddebian/changelog (+13/-0)
qml/Shell.qml (+15/-3)
description: | updated |
description: | updated |
no longer affects: | unity-greeter (Ubuntu) |
Changed in unity8 (Ubuntu): | |
assignee: | Michał Sawicz (saviq) → Michael Terry (mterry) |
Changed in canonical-devices-system-image: | |
status: | New → Confirmed |
Changed in unity8 (Ubuntu RTM): | |
status: | New → In Progress |
assignee: | nobody → Michael Zanetti (mzanetti) |
Changed in canonical-devices-system-image: | |
status: | Confirmed → Fix Released |
Status changed to 'Confirmed' because the bug affects multiple users.