The e-mail icon is no response after tap on it
Bug #1470309 reported by
Hao Li
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
The Webapps-core project |
In Progress
|
Medium
|
Alexandre Abreu | ||
address-book-app |
Invalid
|
Undecided
|
Unassigned | ||
webapps-sprint |
Triaged
|
Medium
|
Alexandre Abreu | ||
address-book-app (Ubuntu) |
Invalid
|
Undecided
|
Unassigned |
Bug Description
$ system-image-cli -i
current build number: 41
device name: arale
channel: ubuntu-
last update: 2015-06-30 06:35:30
version version: 41
version ubuntu: 20150630
version device: 20150608-6e66f3c
version custom: 20150602-731-5-32
Reproduce Steps:
Reproduce steps:
Prerequistes: There should be a contact in the contacts app,and it's need
contains e-mail address
1,Enter the contacts app
2,Tap on the contact to enter the detail of contact
3,Tap on the e-mail icon
Expect Result :
It's can be open the gmail application
Actual Result :
The button is no response after tap on it
Related branches
lp://staging/~abreu-alexandre/webbrowser-app/container-extension
Approved
for merging
into
lp://staging/webbrowser-app
- system-apps-ci-bot: Needs Fixing (continuous-integration)
- Alberto Mardegan (community): Approve
- PS Jenkins bot: Needs Fixing (continuous-integration)
-
Diff: 757 lines (+382/-83)13 files modifiedsrc/app/webcontainer/UrlFilteringUtils.js (+82/-0)
src/app/webcontainer/WebApp.qml (+1/-0)
src/app/webcontainer/WebViewImplOxide.qml (+20/-0)
src/app/webcontainer/WebappContainerWebview.qml (+85/-5)
src/app/webcontainer/main-webview-server-script.js (+33/-0)
src/app/webcontainer/url-pattern-utils.cpp (+1/-1)
src/app/webcontainer/webapp-container.cpp (+28/-0)
src/app/webcontainer/webapp-container.qml (+16/-67)
tests/autopilot/webapp_container/tests/__init__.py (+5/-5)
tests/autopilot/webapp_container/tests/fake_servers.py (+5/-0)
tests/autopilot/webapp_container/tests/test_chrome.py (+4/-4)
tests/autopilot/webapp_container/tests/test_container_extension.py (+101/-0)
tests/autopilot/webapp_container/tests/test_context_menu.py (+1/-1)
lp://staging/~abreu-alexandre/webapps-core/gmail-mailto-support
Ready for review
for merging
into
lp://staging/webapps-core
- Ubuntu Phablet Team: Pending requested
-
Diff: 74 lines (+27/-3)5 files modifiedwebapp-gmail/gmail.url-dispatcher (+3/-0)
webapp-gmail/local-scheme-filter.js (+1/-0)
webapp-gmail/manifest.json (+2/-2)
webapp-gmail/webapp-gmail.json (+1/-1)
webapp-gmail/webview-extend.qml (+20/-0)
summary: | |
description: | updated |
Changed in webapps-core: | |
status: | New → Confirmed |
Changed in webapps-sprint: | |
status: | New → Triaged |
Changed in webapps-core: | |
status: | Confirmed → Triaged |
Changed in webapps-sprint: | |
importance: | Undecided → Medium |
Changed in webapps-core: | |
importance: | Undecided → Medium |
assignee: | nobody → David Barth (dbarth) |
Changed in webapps-sprint: | |
assignee: | nobody → David Barth (dbarth) |
milestone: | none → sprint-11 |
Changed in ubuntu-ux: | |
assignee: | nobody → Matthew Paul Thomas (mpt) |
importance: | Undecided → Medium |
status: | New → Triaged |
no longer affects: | ubuntu-ux |
Changed in webapps-sprint: | |
milestone: | sprint-11 → sprint-14 |
Changed in webapps-sprint: | |
milestone: | sprint-14 → sprint-15 |
Changed in webapps-sprint: | |
milestone: | sprint-15 → sprint-16 |
assignee: | David Barth (dbarth) → Alexandre Abreu (abreu-alexandre) |
Changed in webapps-core: | |
assignee: | David Barth (dbarth) → Alexandre Abreu (abreu-alexandre) |
Changed in webapps-core: | |
status: | Triaged → In Progress |
Changed in webapps-sprint: | |
status: | Triaged → In Progress |
Changed in webapps-sprint: | |
milestone: | sprint-16 → sprint-17 |
Changed in webapps-sprint: | |
milestone: | sprint-17 → sprint-18 |
Changed in webapps-sprint: | |
status: | In Progress → Fix Committed |
Changed in webapps-sprint: | |
milestone: | sprint-18 → sprint-22 |
Changed in webapps-sprint: | |
milestone: | sprint-22 → sprint-23 |
Changed in webapps-sprint: | |
milestone: | sprint-23 → backlog |
To post a comment you must log in.
I will check if g-mail has implemented support for 'mailto' url.
But in some cases you do not have any e-mail app installed and this can cause some confusion for the user.
I am adding ubuntu-ux team on this bug, to help us to find a good solution.