Closed
Bug 960037
Opened 12 years ago
Closed 5 years ago
Page titles not being shared to many applications
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: tech4pwd, Unassigned)
References
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:29.0) Gecko/20100101 Firefox/29.0 (Beta/Release)
Build ID: 20140108094101
Steps to reproduce:
I've found that if I share a page to twitter, often if the URL is long, the page title won't be shared, but if I share it to WhatsApp and copy the message, both the title and the URL would've been within the 140 character limit. We should always share the page title if possible.
| Reporter | ||
Updated•12 years ago
|
OS: Linux → Android
Hardware: x86 → ARM
Comment 1•12 years ago
|
||
Twitter is not the only application I see where we don't share a page title. For example, Android's Messaging (SMS) client will only receive a URL, but Gmail will receive a title for the subject line in a newly composed email; same with . Google Hangouts is another application where the page title is not shared.
Perhaps with our recent share work, we can consider improving what we share in our intents? Tracking?
Status: UNCONFIRMED → NEW
tracking-fennec: --- → ?
Ever confirmed: true
Summary: Page titles not being shared to twitter apps → Page titles not being shared to many applications
Comment 2•12 years ago
|
||
(In reply to Aaron Train [:aaronmt] from comment #1)
> Twitter is not the only application I see where we don't share a page title.
> For example, Android's Messaging (SMS) client will only receive a URL, but
> Gmail will receive a title for the subject line in a newly composed email;
> same with . Google Hangouts is another application where the page title is
> not shared.
When sharing, it is possible to share page title and page URL separately, and we do. The intent even has specific names for the data. For some reason these application don't use them.
http://mxr.mozilla.org/mozilla-central/source/mobile/android/base/GeckoAppShell.java#1226
> Perhaps with our recent share work, we can consider improving what we share
> in our intents? Tracking?
Improving how? Dump page title and page URL into the same string?
Comment 3•12 years ago
|
||
(In reply to Mark Finkle (:mfinkle) from comment #2)
> > Perhaps with our recent share work, we can consider improving what we share
> > in our intents? Tracking?
>
> Improving how? Dump page title and page URL into the same string?
EXTRA_SUBJECT → title + URL
What does Chrome do? Other apps? Are we the oddity here?
Comment 4•12 years ago
|
||
We are at least consistent with what the Android stock browser does: http://androidxref.com/4.4.2_r1/xref/packages/apps/Browser/src/com/android/browser/Controller.java#581
Comment 5•12 years ago
|
||
Chrome on Android does what we do too.
Updated•12 years ago
|
tracking-fennec: ? → ---
Comment 6•5 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
| Assignee | ||
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•