Closed
Bug 889635
Opened 12 years ago
Closed 12 years ago
Usage information does not show in notifications
Categories
(Firefox OS Graveyard :: Gaia::Cost Control, defect)
Tracking
(blocking-b2g:leo+, b2g18? verified, b2g-v1.1hd fixed)
VERIFIED
FIXED
blocking-b2g | leo+ |
People
(Reporter: marcia, Assigned: salva)
References
()
Details
(Keywords: regression, Whiteboard: [LeoVB+])
Attachments
(6 files)
Leo device, while using - happens on Unagi as well using the same build:
Gecko http://hg.mozilla.org/releases/mozilla-b2g18/rev/01eacfdb4793
Gaia 0d5a9a7577f16b6a72a982148c6f509ee1714ea2
BuildID 20130702070214
Version 18.1
STR:
1. Pull down notifications
2. Observe no data shows
3. Go to usage app - observe that data shows
Screenshots attached
Reporter | ||
Comment 1•12 years ago
|
||
Reporter | ||
Comment 2•12 years ago
|
||
Reporter | ||
Updated•12 years ago
|
OS: Android → Gonk (Firefox OS)
Reporter | ||
Comment 4•12 years ago
|
||
Broken:
Gecko http://hg.mozilla.org/releases/mozilla-b2g18/rev/8d883cb49438
Gaia 6ed9316f397dfe09d8fa88506881d1a4e697643a
BuildID 20130629230208
Version 18.1
Works:
Gecko http://hg.mozilla.org/releases/mozilla-b2g18/rev/8d883cb49438
Gaia c9e9b09cb181fcd15d12af09f89ff87f553c06c7
BuildID 20130628070211
Version 18.1
Keywords: regressionwindow-wanted
Updated•12 years ago
|
Assignee: nobody → gduan
Reporter | ||
Comment 5•12 years ago
|
||
In addition to this issue, there is also an issue in usage settings where you are not able to save any of your settings when selecting "Done." I assume it is part of the same issue since it is not seen in the "Works" build in Comment 4.
Comment 6•12 years ago
|
||
Attachment #770658 -
Flags: review?(salva)
Assignee | ||
Comment 7•12 years ago
|
||
Comment on attachment 770658 [details]
https://github.com/mozilla-b2g/gaia/pull/10759
I prefer to keep the balance undefined as it is not mandatory. Anyway, this is already resolved in bug 888206.
Attachment #770658 -
Flags: review?(salva) → review-
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
This bug is due to the below(from v1train code)
[JavaScript Error: "TypeError: ConfigManager.configuration.balance is undefined" {file: "app://costcontrol.gaiamobile.org/js/widget.js" line: 109}]
So need to be uplifted to v1train.
Status: RESOLVED → REOPENED
Flags: needinfo?(salva)
Resolution: DUPLICATE → ---
Comment 10•12 years ago
|
||
Thanks Leo.
This isn't a duplicate because 888206 is resolved and this bug is still occurring.
Assignee | ||
Comment 11•12 years ago
|
||
Ok, I see. Indeed, the problem is the same but it was happening in two different places. Anyway, the solution is not adding a default value for balance object as it is valid to not have a balance section at all. The solution must be to not initialize the BalanceView when there is not balance section.
Assignee: gduan → salva
Flags: needinfo?(salva)
Updated•12 years ago
|
Flags: in-moztrap?(cbarker)
Comment 12•12 years ago
|
||
This is covered by Test Case 5343
https://moztrap.mozilla.org/manage/cases/?pagenumber=1&pagesize=100&sortfield=created_on&sortdirection=desc&filter-id=5343&filter-productversion=92
Flags: in-moztrap?(cbarker) → in-moztrap+
Comment 13•12 years ago
|
||
Test Case in Comment 12 is replaced by 8938, added to v1.1.0 daily smoketest
https://moztrap.mozilla.org/manage/cases/?pagenumber=1&pagesize=20&sortfield=created_on&sortdirection=desc&filter-id=8938&filter-productversion=92
Assignee | ||
Comment 14•12 years ago
|
||
Attachment #771623 -
Flags: review?(francisco.jordano)
Comment 15•12 years ago
|
||
Comment on attachment 771623 [details]
Avoid startup error
Damn it, we missed this in bug 888206, anyway the fix is pretty straight forward and works perfectly.
Thanks Salva.
Attachment #771623 -
Flags: review?(francisco.jordano) → review+
Assignee | ||
Comment 16•12 years ago
|
||
Master: 9e3fc3bbbd07454644a911f1a60095e1d085ad07
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Comment 17•12 years ago
|
||
I can reproduce this again on v1-train on Unagi with today's build:
Gecko http://hg.mozilla.org/releases/mozilla-b2g18/rev/f917f3fb17ab
Gaia 4d6b55ce05cfd94474946cbefc87fc1ecc930d21
BuildID 20130708230204
Version 18.0
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 18•12 years ago
|
||
Comment 19•12 years ago
|
||
Teodosia, this patch has not been backported yet to b2g18. It's only fixed on master. So lets see that we can get this backported. Setting the flags accordingly.
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
status-b2g18:
--- → affected
tracking-b2g18:
--- → ?
Resolution: --- → FIXED
Comment 20•12 years ago
|
||
Uplifted 9e3fc3bbbd07454644a911f1a60095e1d085ad07 to:
v1-train: 878476f9e8b47c9398f847304d9387fa9fd23b92
Comment 21•12 years ago
|
||
Verified fixed on v1-train.
Gecko http://hg.mozilla.org/releases/mozilla-b2g18/rev/b64372810dd7
Gaia 680c72ccbd2d5045e590a6ba08de2aac6af71953
BuildID 20130710230201
Version 18.0
Status: RESOLVED → VERIFIED
Comment 22•12 years ago
|
||
v1.1.0hd: 878476f9e8b47c9398f847304d9387fa9fd23b92
status-b2g-v1.1hd:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•