Closed
Bug 1028533
Opened 11 years ago
Closed 11 years ago
[JavaScript Error: "TypeError: hwSupportedTypes is undefined" {file:"apps/system/js/in telephony_settings.js"}] in _getDefaultPreferredNetworkType function
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Firefox OS Graveyard
Gaia::System
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: camel.aissani, Assigned: camel.aissani)
Details
Attachments
(1 file)
|
953 bytes,
patch
|
vingtetun
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0 (Beta/Release)
Build ID: 20140608211622
Steps to reproduce:
Launch gaia with a firefox nightly build
Actual results:
Dev tools console shows a TypeError: hwSupportedTypes is undefined in apps/system/js/in telephony_settings.js in function _getDefaultPreferredNetworkType
Expected results:
No error in dev tools console
| Assignee | ||
Updated•11 years ago
|
Summary: [JavaScript Error: "TypeError: hwSupportedTypes is undefined" {file:"apps/system/js/in telephony_settings.js}] in _getDefaultPreferredNetworkType function → [JavaScript Error: "TypeError: hwSupportedTypes is undefined" {file:"apps/system/js/in telephony_settings.js"}] in _getDefaultPreferredNetworkType function
| Assignee | ||
Comment 1•11 years ago
|
||
The connections are initialized with navigator.mozMobileConnections without attribute hwSupportedTypes.
I checked the attribute exists before to use it.
Attachment #8443909 -
Flags: review?(21)
Attachment #8443909 -
Flags: review?(21) → review+
Comment 2•11 years ago
|
||
Assignee: nobody → camel.aissani
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•