Closed
Bug 852647
Opened 12 years ago
Closed 12 years ago
[B2G] [calendar] [system notification] duplicate text in event notification for reminder
Categories
(Firefox OS Graveyard :: Gaia::Calendar, defect)
Tracking
(blocking-b2g:-, b2g18+ fixed)
RESOLVED
FIXED
| blocking-b2g | - |
People
(Reporter: mdaniloff, Assigned: kgrandon)
References
Details
(Whiteboard: adhoc/localization)
Attachments
(2 files)
|
71.56 KB,
image/png
|
Details | |
|
217 bytes,
text/html
|
jlal
:
review+
jsmith
:
review+
lsblakk
:
approval-gaia-v1+
|
Details |
Repro Steps:
1) Updated to Unagi Build ID: 20130319070203
2) User taps on Calendar icon on homescreen
3) User taps on current day,taps on + (right hand corner)
4) User creates calendar event notification and audio event notification is triggered
Expected:
Calendar event notification is grammatically correct and no duplicate text appears
Actual:
Duplicate text appears
Repro frequency:
(2/2, 100%, etc)
Environmental Variables:
Kernel Date: Dec 5
Gecko: http://hg.mozilla.org/releases/mozilla-b2g18/rev/406b86b4b515
Gaia: c5a8b6476f0dbc456061227a7801e56634683eb0
Comment 1•12 years ago
|
||
Well, that's just plain weird. Kevin - Any ideas?
I'll take a look at this in a little bit.
Flags: needinfo?(kgrandon)
Comment 2•12 years ago
|
||
Well this doesn't reproduce all of the time in every case. Can you give exact details of the event here to reproduce this?
Flags: needinfo?(mdaniloff)
REVISED STEPS TO REPRODUCE
Repro Steps:
1) Updated to Unagi Build ID: 20130319070203
2) User taps on Calendar icon on homescreen
3) User taps on current day,taps on + (right hand corner)
4) User creates calendar event notification that is 5 minutes ahead of the current time and audio event notification is triggered
Expected:
Calendar event notification is grammatically correct and no duplicate text appears
Actual:
Duplicate text appears
Repro frequency:
(2/2, 100%, etc)
Flags: needinfo?(mdaniloff)
Updated•12 years ago
|
Whiteboard: ad hoc → adhoc
Updated•12 years ago
|
Whiteboard: adhoc → adhoc/localization
| Assignee | ||
Comment 4•12 years ago
|
||
Date localization content has definitions like:
inMinutes-long[one] = in a minute
inMinutes-long[two] = in {{m}} minutes
Calendar localization looks like:
alarm-starting-notice={{title}} starting in {{distance}}
Patch should be pretty simple. I believe we would just need to update the key so it would trigger a translation for all locales for the one key. This would add a late-l10n effort though.
Flags: needinfo?(kgrandon)
Comment 5•12 years ago
|
||
So if I understand this bug correctly, this is a translation issue - we are duplicate text when we translate, right?
Anyways, if we have incorrect messages in notifications with duplicated text, that's functionally incorrect for the alarms feature. Sounds like a leo nom.
blocking-b2g: --- → leo?
| Assignee | ||
Comment 6•12 years ago
|
||
Attachment #727708 -
Flags: review?(jlal)
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → kgrandon
Updated•12 years ago
|
Attachment #727708 -
Flags: review?(jlal) → review+
Comment 7•12 years ago
|
||
landed on master: https://github.com/mozilla-b2g/gaia/commit/47f45bc86420e8ea9693aecd9cb4fddf0e94c5f9
We need l10n review to uplift though.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
QA Contact: jsmith
Comment 8•12 years ago
|
||
Since this isn't something being hit every time and we already have an assignee/patch - we'll just track here and once l10n review is passed, please nominate for uplift with risk assessment.
Comment 9•12 years ago
|
||
Kevin - Can you find a l10n reviewer to review this patch?
Flags: needinfo?(kgrandon)
| Assignee | ||
Comment 10•12 years ago
|
||
Comment on attachment 727708 [details]
Github pull request pointer
Who can do a l10n review? Kaze - is that you?
Attachment #727708 -
Flags: review?(kaze)
Flags: needinfo?(kgrandon)
Comment 11•12 years ago
|
||
Comment on attachment 727708 [details]
Github pull request pointer
Looks like James merged this patch 12 days ago:
https://github.com/mozilla-b2g/gaia/commit/47f45bc86420e8ea9693aecd9cb4fddf0e94c5f9
Post-mortem r+.
Updated•12 years ago
|
Whiteboard: adhoc/localization → adhoc/localization, gaia-uplift
Comment 12•12 years ago
|
||
Comment on attachment 727708 [details]
Github pull request pointer
review+ per kaze's comment above
Attachment #727708 -
Flags: review?(kaze) → review+
Comment 14•12 years ago
|
||
Kevin - Can you do the approval process form to get this uplifted?
Flags: needinfo?(kgrandon)
Updated•12 years ago
|
Summary: [B2G] [calendar] [system notification] duplicate text in event notification → [B2G] [calendar] [system notification] duplicate text in event notification for reminder
| Assignee | ||
Comment 15•12 years ago
|
||
Comment on attachment 727708 [details]
Github pull request pointer
Would like to uplift this simple text change.
User impact if declined: Poor/confusing UX as text is duplicated.
Testing completed: Manual testing.
Risk to taking this patch (and alternatives if risky): No risk as it's only a text change.
Attachment #727708 -
Flags: approval-gaia-v1?
Flags: needinfo?(kgrandon)
Comment 16•12 years ago
|
||
Comment on attachment 727708 [details]
Github pull request pointer
approving low risk patch with l10n review.
Attachment #727708 -
Flags: approval-gaia-v1? → approval-gaia-v1+
Comment 17•12 years ago
|
||
v1-train: b730e868940a2fd58d1476032071332a9f78d484
Updated•12 years ago
|
Whiteboard: adhoc/localization, gaia-uplift → adhoc/localization
You need to log in
before you can comment on or make changes to this bug.
Description
•