Closed Bug 962203 Opened 11 years ago Closed 11 years ago

[B2G][Contacts][E-Mail] Users cannot initiate an email from the Contact app.

Categories

(Firefox OS Graveyard :: Gaia::E-Mail, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(blocking-b2g:1.3+, b2g-v1.2 unaffected, b2g-v1.3 affected)

RESOLVED DUPLICATE of bug 962257
blocking-b2g 1.3+
Tracking Status
b2g-v1.2 --- unaffected
b2g-v1.3 --- affected

People

(Reporter: rkunkel, Unassigned)

Details

(Keywords: regression, Whiteboard: burirun1.3-2)

Attachments

(1 file)

Attached file logcat
Selecting a contact with a valid E-Mail will bring the user to a blank white screen instead of the compose message menu. Setup Steps: Have an email set-up on the device. Repro Steps: 1) Update Buri to BuildID: 20140121004137 2) Create or import a contact with a valid email address. 3) Select the contact and then click on their email. Actual: User is brought to a white page and unable to send an email to the selected contact. Expected: User can send an email to the selected contact. Environmental Variables: Device: Buri 1.3 MOZ BuildID: 20140121004137 Gaia: 47049555282a9a01fb60d1e1421b57e2810c96f5 Gecko: 6f7dfe36ab6c Version: 28.0a2 Firmware Version: V1.2-device.cfg Notes: Issue does not occur if the contact was imported during FTE. Repro frequency: 100% Link to failed test case: https://moztrap.mozilla.org/manage/case/5546/ See attached: logcat
This issue does not reproduce on latest 1.2 build Environmental Variables: Device: Buri 1.2 MOZ BuildID: 20140121004053 Gaia: 539a25e1887b902b8b25038c547048e691bd97f6 Gecko: c9f305c1d9a7 Version: 26.0 Firmware Version: V1.2-device.cfg
blocking-b2g: --- → 1.3?
triage: 1.3+ regression
blocking-b2g: 1.3? → 1.3+
Flags: needinfo?(noef)
Hi, looks to me this is an email app error, we are calling the activity for a new email like this: var activity = new MozActivity({ name: 'new', data: { type: 'mail', URI: 'mailto:' + address } }); As a result of expanding the variables the URI field looks like: UIR: 'mailto:john@doe.com' After that I' see the follwoing errors coming from the email app: ERR: onerror reporting: TypeError: e is undefined @ app://email.gaiamobile.org/js/attachment_name.js : 14 ERR: onerror reporting: Error: Timeout for modules: @ app://email.gaiamobile.org/js/mail_app.js : 202 So I'll change the component to email app. Thanks folks!
Component: Gaia::Contacts → Gaia::E-Mail
Flags: needinfo?(noef)
QA Contact: sarsenyev
Correct, this is an email issue. It is also filed as bug 962257, and that bug has a fix already applied to master, and asking for 1.3, so will dupe this bug to that one, even though this one was filed first.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: