Open
Bug 1200694
Opened 10 years ago
Updated 1 year ago
Reading list items added via the extension do not have a title
Categories
(Firefox for iOS :: Reading List, defect)
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| fxios | + | --- |
People
(Reporter: st3fan, Unassigned)
References
Details
Reading list items that are added via the extension (for example from within Twitter) do not have a title when you visit the Reading List home panel.
(The reason for this is because all we get from the other app is the URL. To keep the 'Add to Reading List' process quick, we do not load the shared content in the extension to discover the title.)
Updated•10 years ago
|
Updated•10 years ago
|
Updated•10 years ago
|
| Reporter | ||
Comment 3•10 years ago
|
||
There are two cases that I tested:
If you long press on a link in Twitteriffic and then share to Firefox, we only have the URL. This is not surprising, because nobody has loaded the content. Twitteriffic just has the link.
If you open a link in Twitteriffic in the built-in SafariWebViewController and then share to Firefox, we also only get the URL. This is unexpected. I would assume that loading that page in the SFWC would result in it knowing both URL and Title and passing that to the share extension.
The first is an unimplemented feature. The second may be a bug in our code that warrants some research.
Flags: needinfo?(sarentz)
Updated•7 years ago
|
Flags: needinfo?(mpopova)
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Restrict Comments: true
You need to log in
before you can comment on or make changes to this bug.
Description
•