Closed
Bug 861215
Opened 12 years ago
Closed 12 years ago
[SIM Security] Can't enable the SIM PIN settings screen
Categories
(Firefox OS Graveyard :: Gaia::Settings, defect)
Tracking
(blocking-b2g:leo+, b2g18 fixed)
People
(Reporter: tchung, Assigned: jj.evelyn)
References
()
Details
(Keywords: regression)
Attachments
(1 file)
Settings > SIM Security, unable to toggle the checkbox to enable the SIM PIN screen. It stays disabled when tapping it.
Repro:
1) install 20130410070209 leo nightly build. Have a active SIM card installed.
Gecko http://hg.mozilla.org/releases/mozilla-b2g18/rev/423f7851bdb5
Gaia c614b3f3c956dc1e1adf93cf4cf41511ce75de80
BuildID 20130410070209
Version 18.0
2) Settings > SIM Security
3) Tap the SIM PIN toggle switch
Expected:
-SIM PIN screen is active and you can set properties as expected
Actual:
- Unable to tap the toggle screen
Updated•12 years ago
|
Assignee: nobody → ehung
blocking-b2g: leo? → leo+
Updated•12 years ago
|
QA Contact: atsai
Comment 1•12 years ago
|
||
It seems there are a lot of bugs related to SIM/RIL about leo devices. Should we open a meta bug to trace the root cause of these issues?
If it's Mozilla RIL, please help enable the debug and attach it, then I'll take a look to see if it's a bug in the RIL.
thanks
Assignee | ||
Comment 3•12 years ago
|
||
I saw JS error in console log, trying to figure out why.
Assignee | ||
Comment 4•12 years ago
|
||
(In reply to Al Tsai [:atsai] from comment #1)
> It seems there are a lot of bugs related to SIM/RIL about leo devices.
> Should we open a meta bug to trace the root cause of these issues?
This issue happens on unagi too, I suspect some performance-improve or UI-polish commits difference between v1-train and v1.0.1 break DOM structure or cause racing issue.
Assignee | ||
Comment 5•12 years ago
|
||
Attachment #738820 -
Flags: review?(arthur.chen)
Assignee | ||
Comment 6•12 years ago
|
||
(In reply to Evelyn Hung [:evelyn] from comment #3)
> I saw JS error in console log, trying to figure out why.
Two problems here:
1. The JS error is caused by bug 828890 which removed some DOM elements unexpectedly.
2. The broken style (on SIM PIN description) may caused by someone updated settings.css/list.css but didn't check every panel displays correctly.
Comment 7•12 years ago
|
||
Comment on attachment 738820 [details]
point to https://github.com/mozilla-b2g/gaia/pull/9253
Evelyn, the JS part looks good, thanks for the work. As for the style part, please see my comments in the pull request.
Attachment #738820 -
Flags: review?(arthur.chen)
Assignee | ||
Updated•12 years ago
|
Attachment #738820 -
Flags: review?(arthur.chen)
Comment 8•12 years ago
|
||
Comment on attachment 738820 [details]
point to https://github.com/mozilla-b2g/gaia/pull/9253
r=me. Thanks for the work Evelyn.
Attachment #738820 -
Flags: review?(arthur.chen) → review+
Assignee | ||
Comment 9•12 years ago
|
||
Merged into gaia v1-train. Thanks, Arthur.
https://github.com/mozilla-b2g/gaia/commit/93d953aa36cc6ec756271d9fa9004f24c6bb8f52
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 10•12 years ago
|
||
git branch --contains 93d953aa36cc6ec756271d9fa9004f24c6bb8f52
v1-train
looks like its in the right branch adding the flags...
status-b2g18:
--- → fixed
Comment 11•12 years ago
|
||
This issue also occurs on Buri device.
Build ID: 20130509070209
Gecko: http://hg.mozilla.org/releases/mozilla-b2g18_v1_0_1/rev/b0b2b5cfdc5b
Gaia: 30ad443fbe5363a7381c19c6bf9d6ca49228fb8b
Version 18.0
Unable to enable the SIM PIN. The toggle stays disabled when tapping it.
Comment 12•12 years ago
|
||
Verified w/ Unagi
on v1-train
Gaia: 0ddb515f15cbc6b74fc2742b7599d6ae74c6413f
Gecko: 5d2cf5184ac6f99758668da9e6a5b1a34f9fefc8
I'll close it because I cannot reproduce it.
File a new bug if it still happens on buri.
Status: RESOLVED → VERIFIED
Reporter | ||
Updated•11 years ago
|
Flags: in-moztrap?
Updated•11 years ago
|
Flags: in-moztrap? → in-moztrap+
Updated•11 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•