Closed
Bug 802071
Opened 12 years ago
Closed 12 years ago
[l10n] Sometimes, l10n does not get loaded properly
Categories
(Firefox OS Graveyard :: Gaia, defect, P1)
Tracking
(blocking-basecamp:+, firefox19 fixed, b2g18 fixed)
People
(Reporter: gerard-majax, Assigned: vingtetun)
References
Details
Attachments
(1 file, 1 obsolete file)
1.72 KB,
patch
|
kaze
:
review+
|
Details | Diff | Splinter Review |
When the system app starts, in its early days, it sometimes seems not being able to find the correct navigator.language value. Hence it defaults to 'en-US' while the rest of the system will be correctly localized. This has been hit on both Nexus S and Otoro. This patch mitigates the issue by forcing re-reading the 'language.current' settings and when receiveing the value, relocalizing the document.
Reporter | ||
Updated•12 years ago
|
blocking-basecamp: --- → ?
Reporter | ||
Comment 1•12 years ago
|
||
This was github issue https://github.com/mozilla-b2g/gaia/pull/5071
Comment 2•12 years ago
|
||
Loading in the wrong locale is functionally broken -> Blocking.
blocking-basecamp: ? → +
Priority: -- → P1
Assignee | ||
Comment 3•12 years ago
|
||
Comment on attachment 671774 [details] [diff] [review] Tentative patch to circumvent the issue. Fabien can you review it?
Attachment #671774 -
Flags: review?(kaze)
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → lissyx+mozillians
Assignee | ||
Comment 5•12 years ago
|
||
Alexandre this patch would start Gaia only once the the 2 values has been synced. I'm stealing the bug but feel free to comment! NOTE: If blocking-basecamp+ is set, just land it for now. [Approval Request Comment] Bug caused by (feature/regressing bug #): User impact if declined: Testing completed: Risk to taking this patch (and alternatives if risky):
Attachment #671774 -
Attachment is obsolete: true
Attachment #671774 -
Flags: review?(kaze)
Attachment #674629 -
Flags: approval-gaia-master?
Assignee | ||
Updated•12 years ago
|
Attachment #674629 -
Flags: approval-gaia-master? → review?(kaze)
Assignee | ||
Updated•12 years ago
|
Assignee: lissyx+mozillians → 21
Updated•12 years ago
|
Attachment #674629 -
Flags: review?(kaze) → review+
Updated•12 years ago
|
Priority: P1 → --
Updated•12 years ago
|
Priority: -- → P1
Assignee | ||
Comment 6•12 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/5c351ccde036
Status: NEW → ASSIGNED
Whiteboard: [checking-needed-aurora]
Target Milestone: --- → PreProduction
Comment 7•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/5c351ccde036
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Keywords: checkin-needed
Whiteboard: [checking-needed-aurora]
Comment 8•12 years ago
|
||
Part of this made it on to b2g18 somewhere along the way, but it still partially applied. https://hg.mozilla.org/releases/mozilla-b2g18/rev/10e2a5bad86f
Device: unagi Build: 20130112070202 Does not reproduce at this time.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•