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)
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)
14.72 KB,
text/plain
|
Details |
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
Reporter | ||
Comment 1•11 years ago
|
||
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
status-b2g-v1.2:
--- → unaffected
status-b2g-v1.3:
--- → affected
Updated•11 years ago
|
blocking-b2g: --- → 1.3?
Keywords: regression,
regressionwindow-wanted
Comment 3•11 years ago
|
||
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
Updated•11 years ago
|
Flags: needinfo?(noef)
Comment 4•11 years ago
|
||
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
Updated•11 years ago
|
Keywords: regressionwindow-wanted
You need to log in
before you can comment on or make changes to this bug.
Description
•