Closed
Bug 930810
Opened 11 years ago
Closed 11 years ago
MMI screen is broken
Categories
(Firefox OS Graveyard :: Gaia::Dialer, defect)
Firefox OS Graveyard
Gaia::Dialer
Tracking
(blocking-b2g:1.3+)
RESOLVED
FIXED
blocking-b2g | 1.3+ |
People
(Reporter: rik, Assigned: rik)
References
Details
(Keywords: regression)
Steps to reproduce:
1. Open Dialer
2. Type *#06#
Expected result:
MMI screen opens and shows IMEI number
Actual result:
No MMI screen
Assignee | ||
Comment 1•11 years ago
|
||
I did a quick investigation: it seems we're sending a message in openUI() in mmi.js but not receiving it in handleEvent() in mmi_ui.js.
The "tabbar hiding" feature introduced in bug 903278 is also broken. It also relies on postMessage().
Assignee | ||
Comment 2•11 years ago
|
||
I don't have the issue with a Gecko from Oct 22nd and today's Gaia.
Updated•11 years ago
|
blocking-b2g: --- → 1.3?
Comment 3•11 years ago
|
||
Regression window:
-last working-
BuildID: 20131023040203
Gaia: 6d23c2f9153d0e1d17679cb9c317e75a0ee9a490
Gecko: 21d97baadc05
Version: 27.0a1
-first broken-
BuildID: 20131024040207
Gaia: 62a84888f1c10556af8fbbd50e126bb1afe96276
Gecko: 19fd3388c372
Version: 27.0a1
Keywords: regressionwindow-wanted
Comment 5•11 years ago
|
||
We bisected it to 9ec3e78b2350b1990f1140ca3d3f0890a1c31d42. It's from bug 924702, and the missing follow up bug 930836 does not help. Reverting 9ec3e78b2350b1990f1140ca3d3f0890a1c31d42 fixes this issue.
Assignee | ||
Comment 6•11 years ago
|
||
This was fixed by backing out bug 924702.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 8•11 years ago
|
||
(In reply to Joe Cheng [:jcheng] from comment #19)
> already in master (1.3). clear flag
Please don't clear flags that are clear blockers - this screws up QA's tracking later when we're trying to capture what regressed.
blocking-b2g: --- → 1.3+
You need to log in
before you can comment on or make changes to this bug.
Description
•