Closed
Bug 692445
Opened 14 years ago
Closed 14 years ago
No language list after tapping on "Change Language" button
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox10 fixed)
VERIFIED
FIXED
Firefox 10
| Tracking | Status | |
|---|---|---|
| firefox10 | --- | fixed |
People
(Reporter: andreea.pod, Assigned: wesj)
Details
(Whiteboard: [inbound])
Attachments
(1 file)
|
556 bytes,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Mozilla /5.0 (Android;Linux armv7l;rv:9.0a1) Gecko/20111004 Firefox/10.0a1 Fennec/10.0a1
Device: LG Optimus 2X
Steps to reproduce:
1. Open Fennec with a new profile
2. Tap on "Change Language" button
Expected result:
the list with all available languages should appear
Actual results:
Preferences panel appears.
Error console:
Error: win.document.getElementById("prefs-languages") is null
Source File: about:home Line: 161
Comment 1•14 years ago
|
||
I guess that button should probably call showLocalePicker():
http://mxr.mozilla.org/mozilla-central/source/mobile/chrome/content/preferences.js#155
Comment 2•14 years ago
|
||
This came from https://litmus.mozilla.org/show_test.cgi?id=30045
There is no element with id="prefs-languages" at all, it seems.
http://mxr.mozilla.org/mozilla-central/search?string=prefs-languages
| Assignee | ||
Comment 3•14 years ago
|
||
Nice catch.
Assignee: nobody → wjohnston
Attachment #565255 -
Flags: review?(mark.finkle)
Updated•14 years ago
|
Attachment #565255 -
Flags: review?(mark.finkle) → review+
Comment 4•14 years ago
|
||
I assume we will want this for Aurora
| Assignee | ||
Comment 5•14 years ago
|
||
| Assignee | ||
Updated•14 years ago
|
Whiteboard: [inbound]
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 10
Comment 7•14 years ago
|
||
(In reply to Mark Finkle (:mfinkle) from comment #4)
> I assume we will want this for Aurora
Aurora (9.0a2) does not have the 'Change Language' button on about:home.
status-firefox10:
--- → fixed
Comment 8•14 years ago
|
||
Mozilla/5.0 (Android; Linux armv7l; rv:10.0a1) Gecko/20111011 Firefox/10.0a1 Fennec/10.0a1
Samsung Galaxy SII (2.3.4)
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•