Dismissing a Pocket recommended article does not work if the article is first saved to Pocket
Categories
(Firefox :: New Tab Page, defect, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | affected |
People
(Reporter: jbowen, Unassigned)
Details
Attachments
(1 file)
|
103.34 KB,
image/png
|
Details |
Comment 1•7 years ago
|
||
| Reporter | ||
Comment 2•7 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
| Reporter | ||
Comment 3•6 years ago
|
||
The recent activity on this prompted me to try saving an article to Pocket and subsequently dismissing it again and as of 68.0a1 (2019-04-17) (64-bit), it's working as expected.
I'm not sure when it started working again.
FWIW, I'm also now on a different build of Windows 10:
jbowen> [System.Environment]::OSVersion.Version
Major Minor Build Revision
----- ----- ----- --------
10 0 17763 0
Comment 4•6 years ago
|
||
The issue is not reproducible if Discovery Stream is enabled (browser.newtabpage.activity-stream.discoverystream.config set to {"api_key_pref":"extensions.pocket.oAuthConsumerKey","collapsible":true,"enabled":true,"show_spocs":true,"personalized":false,"layout_endpoint":"https://getpocket.cdn.mozilla.net/v3/newtab/layout?version=1&consumer_key=$apiKey&layout_variant=basic"}), but it is still reproducible on the default experience.
| Reporter | ||
Comment 5•6 years ago
|
||
Just confirming that I do have browswer.newtabpage.activity-stream.discoverystream.config set to
{
"api_key_pref": "extensions.pocket.oAuthConsumerKey",
"collapsible": true,
"enabled": true,
"show_spocs": true,
"personalized": false,
"layout_endpoint": "https://getpocket.cdn.mozilla.net/v3/newtab/layout?version=1&consumer_key=$apiKey&layout_variant=basic"
}
That being said, I don't know what series of actions I took to end up with that configuration.
| Reporter | ||
Comment 6•6 years ago
|
||
It seems like @Ciprian has already pinned down what is necessary to reproduce this issue, so this is just confirmation.
I also run Fedora Rawhide and on it I am still seeing the behavior that I described in my first post.
Here's browser.newtabpage.activity-stream.discoverystream.config:
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0
Build ID: 20180803104322
{
"api_key_pref": "extensions.pocket.oAuthConsumerKey",
"enabled": false,
"show_spocs": true,
"layout_endpoint": "https://getpocket.com/v3/newtab/layout?version=1&consumer_key=$apiKey&layout_variant=basic"
}
User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:66.0) Gecko/20100101 Firefox/66.0
Build ID: 20190411133203
| Assignee | ||
Updated•6 years ago
|
| Reporter | ||
Comment 7•6 years ago
|
||
FWIW, I am no longer experiencing this behavior with Nightly on Windows or stable on Linux.
| Reporter | ||
Updated•6 years ago
|
Description
•