Closed
Bug 828578
Opened 13 years ago
Closed 13 years ago
[Email] Not able to compose a new email by tapping an email address in an email body
Categories
(Firefox OS Graveyard :: Gaia::E-Mail, defect, P2)
Tracking
(blocking-basecamp:+)
People
(Reporter: nkot, Assigned: asuth)
Details
(Keywords: regression, Whiteboard: testrun 2)
Attachments
(1 file)
|
7.48 KB,
text/plain
|
Details |
Summary: When tapping an email address in an email body user is taken to a screen prompted to select "OK" or "Cancel" to "Browse to URL", any selection directs back to a message
Unagi Build ID: 20130104070203
Prerequisites:
Have an email with email address received on the Test account
Steps to reproduce:
1. Open email app on device
2. Open the email with email address
3. Tap on email address in the body
Expected result:
- A new Compose Message View is opened and the email address is prepopulated in the "To" field
Actual result:
- Message opens "Browse to URL?" Cancel/OK
- Tapping either "OK" or "Cancel" takes user back to the message
refers to Test Cases:#2895
logcat attached
| Assignee | ||
Comment 1•13 years ago
|
||
This is not working for me either. According to the MozTrap runs this did pass on 12/17:
https://moztrap.mozilla.org/results/cases/?pagenumber=1&pagesize=20&sortfield=created_on&sortdirection=desc&filter-tag=390
I am trying to investigate potential sources of regressions and also just checking the data-flow to find out where it goes off the rails.
blocking-basecamp: --- → ?
Updated•13 years ago
|
Updated•13 years ago
|
Assignee: nobody → bugmail
| Assignee | ||
Comment 2•13 years ago
|
||
The nutshell is that on ~December 28th the 'view' activity for the browser was changed to restrict the types of URLs it services to just be http/https. Our open requests get shunted to popup_manager.js which sees our target is _blank and converts things to a 'view' request. This was just falling on the floor after that change.
So my fix has us support 'view' (with the mailto URI in 'url') in addition to 'new' (with the mailto URI in 'URI'). I'm also taking the opportunity to make us treat all activities the same in terms of indicating activity success and attempting to return to the caller.
Unfortunately, there appears to be platform activity breakage issues at the current time, so I'm having trouble verifying my fix. Will post patch when that's done.
Comment 3•13 years ago
|
||
r=lightsofapollo
| Assignee | ||
Comment 4•13 years ago
|
||
landed on gaia/master:
https://github.com/mozilla-b2g/gaia/pull/7525
While I was in there I tried to improve how we deal with activities so that we always invoke postError/postresult as appropriate. Unfortunately, platform basically ignores those since we are not disposition: inline.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
UCID: email-120
https://moztrap.mozilla.org/results/case/61860/
Whiteboard: testrun 2
Comment 6•13 years ago
|
||
This issue does not reproduce on Unagi, build ID: 20130112070202
Status: RESOLVED → VERIFIED
Comment 7•13 years ago
|
||
Issue does not reproduce on unagi build 20130115070201 Kernel from Dec 5th
You need to log in
before you can comment on or make changes to this bug.
Description
•