Closed
Bug 885652
Opened 12 years ago
Closed 12 years ago
B2G SMS: DOMRequest in sending SMS API does not trigger onsuccess or onerror function when the SIM card is not installed or radio is disabled.
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
People
(Reporter: evanxd, Assigned: airpingu)
References
Details
(Whiteboard: TaipeiWW [fixed-in-birch])
Attachments
(1 file, 2 obsolete files)
4.36 KB,
patch
|
airpingu
:
review+
|
Details | Diff | Splinter Review |
Send SMS with mozMobileMessage.send(), the request.onsuccess or request.onerror was never triggered in the DOMRequest.
This bug is blocking Bug 880257.
Because if the bug is not resolved, we can not remove the error handle from here https://github.com/mozilla-b2g/gaia/blob/master/apps/sms/js/thread_ui.js#L1369 in Gaia layer.
Assignee | ||
Updated•12 years ago
|
OS: Mac OS X → Gonk (Firefox OS)
Hardware: x86 → ARM
Summary: B2G SMS: DOMRequest in sending SMS API does not trigger onsuccess or onerror function → B2G SMS: DOMRequest in sending SMS API does not trigger onsuccess or onerror function when the SIM card is not installed or radio is disabled.
Updated•12 years ago
|
Comment 1•12 years ago
|
||
This is blocking a leo+, and we need work here for having this functionality working as expected. Dietrich, could you help us with this? Thanks!
Flags: needinfo?(dietrich)
Assignee | ||
Comment 3•12 years ago
|
||
It's a 5-minute patch. Will write a test case for this later.
Comment 4•12 years ago
|
||
Thanks Gene! And see u in Taipei next week! :)
Updated•12 years ago
|
Whiteboard: TaipeiWW
Assignee | ||
Comment 5•12 years ago
|
||
Attachment #765863 -
Attachment is obsolete: true
Attachment #766624 -
Flags: review?(vyang)
Comment 6•12 years ago
|
||
Comment on attachment 766624 [details] [diff] [review]
Patch, V2
Review of attachment 766624 [details] [diff] [review]:
-----------------------------------------------------------------
Wonderful~
Attachment #766624 -
Flags: review?(vyang) → review+
Assignee | ||
Comment 7•12 years ago
|
||
Ready to land.
Attachment #766624 -
Attachment is obsolete: true
Attachment #766634 -
Flags: review+
Assignee | ||
Comment 8•12 years ago
|
||
Whiteboard: TaipeiWW → TaipeiWW [fixed-in-birch]
Assignee | ||
Comment 9•12 years ago
|
||
Ping Dietrich? We need to uplift this to b2g18 as well. Thanks!
Updated•12 years ago
|
blocking-b2g: leo? → leo+
Comment 10•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
Comment 11•12 years ago
|
||
status-b2g18:
--- → fixed
status-b2g18-v1.0.0:
--- → wontfix
status-b2g18-v1.0.1:
--- → wontfix
status-b2g-v1.1hd:
--- → affected
status-firefox22:
--- → wontfix
status-firefox23:
--- → wontfix
status-firefox24:
--- → fixed
Comment 12•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Flags: needinfo?(dietrich)
You need to log in
before you can comment on or make changes to this bug.
Description
•