Closed
Bug 939342
Opened 12 years ago
Closed 11 years ago
HREF shown in Settings=>Help strings for call support links
Categories
(Firefox OS Graveyard :: Gaia::Settings, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jhammink, Unassigned)
Details
(Keywords: regression, Whiteboard: [systemsfe] )
Attachments
(1 file)
|
37.22 KB,
image/png
|
Details |
Gaia: 1fb5d3168c95201d90bdb8f3c3d9023f77fffbed
Gecko: http://hg.mozilla.org/releases/mozilla-b2g26_v1_2/rev/ff2c7c9d01d6
BuildID 20131115004003
Version 26.0
To repro:
1. Install a v1.2 build on device
2. Clone the test data repository: https://github.com/mozilla/qa-testcase-data
3. Configuring the file variant.json
4. Clone Gaia repository and select the v1.2 branch.
5. MOZILLA_OFFICIAL=1 GAIA_DISTRIBUTION_DIR=../qa-testcase-data/customization/reference make production
6. Complete FTE with an AT&T SIM and verify the contacts.
7. Launch a "factory reset" from Settings/Device Information/More Information
8. Check Settings=>Help
***Expected Result
After the launch the factory reset, contacts should reflect what's in this
attus_suport_contacts.json and only title should be shown as a hyperlink:
{
"onlinesupport": {
"href": "http://www.youtube.com",
"title": "YouTube"
},
"callsupport1": {
"href": "tel:3104101",
"title": "Dial 3104101"
},
"callsupport2": {
"href": "tel:3104102",
"title": "Dial 3104102"
}
}
***Actual Result
HREF is shown in parentheses in Settings=>help strings. (See attachment)
| Reporter | ||
Updated•12 years ago
|
| Reporter | ||
Updated•12 years ago
|
Keywords: regression
Updated•12 years ago
|
Component: Gaia::Homescreen → Gaia::Settings
Keywords: regression
Comment 1•12 years ago
|
||
Did some digging - this is a recent VD regression. This actually reproduces outside of factory reset.
Keywords: regression
Summary: HREF shown in Settings=>Help strings after factory reset → HREF shown in Settings=>Help strings for call support links
Comment 2•11 years ago
|
||
I don't see this happening any more. Please re-open if it still reproduces.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•