Closed
Bug 931531
Opened 12 years ago
Closed 10 years ago
[B2G][l10n][Dialer] Nederlands: Incoming Caller ID MMI text is truncated in the header
Categories
(Mozilla Localizations :: nl / Dutch, defect)
Tracking
(b2g-v1.2 affected, b2g-v1.3 affected)
RESOLVED
WONTFIX
People
(Reporter: KTucker, Unassigned)
References
Details
(Keywords: l12y, Whiteboard: LocRun1.2, LocRun1.3)
Attachments
(1 file)
|
14.60 KB,
image/png
|
Details |
Description:
The string "Incoming Caller ID" text is truncated in the header.
Repro Steps:
1) Updated Buri V 1.2 COM RIL to Build ID: 20131025004000
2) Choose "Nederlands" as the default language.
3) Tap on the "Dialer" icon.
4) Input *#30# into the Dialer.
5) Press green Dialer button and look at the header.
Actual:
The string "Incoming Caller ID" text is truncated.
Expected:
The string is not truncated in the header.
Environmental Variables
Device: Buri v 1.2.0 COM RIL
Build ID: 20131025004000
Gecko: http://hg.mozilla.org/releases/mozilla-aurora/rev/5eabd267ef04
Gaia: 606517ceafe0950c2b89822d5f13353743334f2c
Platform Version: 26.0a2
RIL Version: 01.02.00.019.082
Notes:
Repro frequency: 100%
See attached: screenshot
Comment 1•12 years ago
|
||
Can’t shorten this and I even wonder if it fits for English (11 characters available?).
Needs a general UX solution, like decreasing font size or by not putting title bar text between an X and another button (in general).
Comment 2•12 years ago
|
||
Ok therefore flagging UX again. Thanks!
Flags: needinfo?(firefoxos-ux-bugzilla)
Comment 3•12 years ago
|
||
Flagging Matej to advise on a shorter string across the board. Would "Caller ID" be appropriate? Please re-flag UX as needed for layout adjustments and so on, after or in lieu of string adjustment. :)
Flags: needinfo?(firefoxos-ux-bugzilla) → needinfo?(Mnovak)
Comment 4•12 years ago
|
||
I like "Caller ID," but is there another string somewhere else that says "Outgoing Caller ID"? Do we need to make the distinction?
If so, I would suggest "Incoming ID," if that helps.
Flags: needinfo?(Mnovak)
Updated•12 years ago
|
Summary: [B2G][1.2][l10n][Dialer] Nederlands: Incoming Caller ID MMI text is truncated in the header → [B2G][l10n][Dialer] Nederlands: Incoming Caller ID MMI text is truncated in the header
Whiteboard: LocRun1.2 → LocRun1.2, LocRun1.3
Updated•12 years ago
|
status-b2g-v1.3:
--- → affected
Comment 5•12 years ago
|
||
Pike asked me how to test this on Firefox.
At the end of apps/communications/dialer/js/mmi_ui.js, add:
MmiUI.handleEvent({
type: 'message',
origin: MmiUI.COMMS_APP_ORIGIN,
data: {
type: 'mmi-received-ui',
title: 'foo',
message: 'bar'
}
});
And modify title and message accordingly.
Then open Firefox with a gaia profile and go to http://communications.gaiamobile.org:8080/dialer/index.html. It should work.
Comment 6•10 years ago
|
||
We've stopped shipping Firefox OS for phones. Thus resolving this as WONTFIX.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•