mozilla / activity-stream

A refreshed "new tab page" for Firefox
Mozilla Public License 2.0
183 stars 113 forks source link

Unexpected behaviors when stories redirect to different urls #3738

Closed IuliaCristescu4 closed 6 years ago

IuliaCristescu4 commented 7 years ago

https://bugzilla.mozilla.org/show_bug.cgi?id=1410075

[Note]:

[Affected versions]:

[Affected platforms]:

[Steps to reproduce]:

  1. Launch Firefox using a clean profile
  2. Enable the Top Stories section (set the browser.search.region pref to "US") if it isn't already
  3. Go to the AS New Tab page, look for the https://mondaynote.com/teslas-new-car-smell-315c72c955d3 Pocket recommendation and open it multiple times
  4. Reopen the AS New Tab page and inspect each section
  5. Dismiss a random top site and inspect each AS section
  6. Restart the browser and inspect each AS section
  7. Dismiss the above mentioned website from the Highlights section

[Expected result]:

[Actual result]:

[Regression range]:

[Additional notes]:

piatra commented 7 years ago

The issue here is that the website adds a unique hash to each visit thus getting a "unique" url every time. Highlights use URLs as dedupe key, so does the dismiss. Not much we can do for now but it also doesn't seem high priority.

Mardak commented 6 years ago

Moved to https://bugzilla.mozilla.org/show_bug.cgi?id=1410075