Sharing from webbrowserapp should include title of the page
Bug #1571361 reported by
Dario Cavedon
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
Medium
|
Bill Filler | ||
The Webapps-core project |
Fix Committed
|
Medium
|
Alexandre Abreu | ||
webapps-sprint |
New
|
Undecided
|
Unassigned | ||
content-hub (Ubuntu) |
Fix Released
|
Medium
|
Ken VanDine | ||
messaging-app (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
webbrowser-app (Ubuntu) |
Fix Released
|
Medium
|
Olivier Tilloy |
Bug Description
Sharing a page from webbrowser should include the title of the page, not only the URL. Steps to reproduce:
- Open webbrowser
- Open a web site
- Share it via "share" button in the top right of the browser
- Choose one of the possible apps (e.g. Twitter)
- It take you to Twitter app, composing a new tweet
- The new tweet has only the URL of the web page
Ubuntu Phone on Meizu MX4 OTA 10.1
Related branches
lp://staging/~osomon/webbrowser-app/sharelinktitle
- system-apps-ci-bot: Needs Fixing (continuous-integration)
- PS Jenkins bot: Needs Fixing (continuous-integration)
- Ubuntu Phablet Team: Pending requested
-
Diff: 32 lines (+5/-5)1 file modifiedsrc/app/Share.qml (+5/-5)
lp://staging/~ken-vandine/content-hub/content_item_properties
- system-apps-ci-bot: Needs Fixing (continuous-integration)
- PS Jenkins bot: Pending (continuous-integration) requested
-
Diff: 45 lines (+14/-1)2 files modifiedimport/Ubuntu/Content/contentitem.cpp (+2/-0)
tests/qml-tests/tst_ContentHub.qml (+12/-1)
lp://staging/~abreu-alexandre/webapps-core/link-share-webpage-title
- David Barth (community): Approve
-
Diff: 97 lines (+11/-4)5 files modifiedwebapp-facebook/unity-webapps-facebook/HubSharer.qml (+2/-0)
webapp-facebook/unity-webapps-facebook/Share.qml (+2/-0)
webapp-facebook/unity-webapps-facebook/ShareComponent.qml (+3/-0)
webapp-facebook/unity-webapps-facebook/facebook.user.js (+1/-1)
webapp-twitter/unity-webapps-twitter/share.user.js (+3/-3)
Changed in canonical-devices-system-image: | |
milestone: | none → 12 |
assignee: | nobody → Bill Filler (bfiller) |
importance: | Undecided → Medium |
status: | New → Confirmed |
Changed in webapps-core: | |
status: | Confirmed → In Progress |
Changed in canonical-devices-system-image: | |
status: | Confirmed → In Progress |
Changed in content-hub (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in canonical-devices-system-image: | |
status: | In Progress → Fix Committed |
Changed in canonical-devices-system-image: | |
status: | Fix Committed → Fix Released |
Changed in dekko: | |
status: | Triaged → Fix Committed |
Changed in webapps-core: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
As can be seen here: https:/ /bazaar. launchpad. net/~phablet- team/webbrowser -app/trunk/ view/head: /src/app/ Share.qml# L51
The browser does share both the URL and the title, so it looks like the problem might be on the receiving end, i.e. the twitter webapp. I’m not familiar with that part of the webapp container, assigning to Alex for confirmation.