Closed
Bug 827237
Opened 12 years ago
Closed 12 years ago
Wifi: ap list in settings is empty
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(blocking-basecamp:+, firefox19 wontfix, firefox20 wontfix, firefox21 fixed, b2g18 fixed)
People
(Reporter: kk1fff, Assigned: gwagner)
References
Details
Attachments
(1 file, 2 obsolete files)
4.39 KB,
patch
|
gwagner
:
review+
|
Details | Diff | Splinter Review |
This bug happens in current inbound and central branches, but not in b2g18 branch.
STR:
1. Open Settings App.
2. Choose Wifi
Expected: Available Wifi aps are listed in "Available networks".
Actual: "Available networks" stops in "Searching...".
Note: If we turn off Wifi in Setting, we are not able to turn on again before rebooting the phone.
qawanted to find regression range in where it broke.
Comment 2•12 years ago
|
||
Bluetooth has the same problem. Turning on Bluetooth would disable the switch button and it would be unable to be switched again.
Comment 3•12 years ago
|
||
Gregor is on this. The regressor is a settings service change.
Assignee: nobody → anygregor
Assignee | ||
Comment 4•12 years ago
|
||
Wouldn't hold release on it but bb+ to streamline landing. This is severely affecting developers.
blocking-basecamp: ? → +
Assignee | ||
Comment 6•12 years ago
|
||
Attachment #698629 -
Attachment is obsolete: true
Attachment #698640 -
Flags: review?(bent.mozilla)
Component: Gaia::System → General
Comment on attachment 698640 [details] [diff] [review]
patch
Review of attachment 698640 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/settings/SettingsService.js
@@ +55,5 @@
> let message = info.message;
> if(typeof(value) == 'object')
> debug("object name:" + name + ", val: " + JSON.stringify(value));
> + let checkKeyRequest = store.get(name);
> +
Nit: whitespace here and a few lines down.
@@ +56,5 @@
> if(typeof(value) == 'object')
> debug("object name:" + name + ", val: " + JSON.stringify(value));
> + let checkKeyRequest = store.get(name);
> +
> + checkKeyRequest.onsuccess = function (event) {
Need an onerror handler too.
@@ +70,3 @@
>
> + req.onsuccess = function() {
> + debug("set on success");
Nit: if (DEBUG) this
Attachment #698640 -
Flags: review?(bent.mozilla) → review+
Assignee | ||
Comment 8•12 years ago
|
||
Attachment #698640 -
Attachment is obsolete: true
Attachment #698645 -
Flags: review+
Assignee | ||
Comment 9•12 years ago
|
||
Assignee | ||
Comment 10•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Keywords: qawanted,
regression,
regressionwindow-wanted
Assignee | ||
Comment 11•12 years ago
|
||
status-b2g18:
--- → fixed
Updated•12 years ago
|
status-firefox19:
--- → wontfix
Target Milestone: --- → B2G C4 (2jan on)
Comment 14•12 years ago
|
||
Updated•12 years ago
|
status-firefox21:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•