Category navigation is not functional on westelm.co.uk with ETP - Strict enabled
Categories
(Core :: Privacy: Anti-Tracking, defect, P3)
Tracking
()
People
(Reporter: oanaarbuzov, Assigned: twisniewski)
References
(Blocks 1 open bug, )
Details
Attachments
(3 files)
Environment:
Browser / Version: Firefox Nightly 95.0a1 (2021-10-19)
Operating System: macOS Big Sur 11.6
Prerequisites:
ETP - Strict enabled.
Steps to reproduce:
- Navigate to https://www.westelm.co.uk/
- Click a category from top bar (e.g "Bed Linen").
- Click a different category (e.g "Bath").
- Observe behavior.
Expected Behavior:
The products from the new selected category are loaded.
Actual Behavior:
A spinner is displayed, but the products from the new selected category are not loaded.
Notes:
- Screenshot attached.
- The issue is not reproducible with ETP - Standard
- The issue is not reproducible on Windows.
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
I cannot reproduce the issue on my Macbook. Oana, is it still reproducing for you on the latest nightly Firefox build? If so do you see any errors in the console as you click? I do see two of them, one where "ire" is undefined, and one where "fbq" is undefined, but neither seems to break my ability to navigate between categories.
Reporter | ||
Comment 2•3 years ago
|
||
Tom, the issue is still reproducible after selecting the second category. I've attached the console log.
Tested with:
Browser / Version: Firefox Nightly 96.0a1 (2021-11-24)
Operating System: macOS Big Sur 11.6
Reporter | ||
Updated•3 years ago
|
Reporter | ||
Comment 3•3 years ago
|
||
Tom, please check the provided attachment that shows the console log.
Assignee | ||
Comment 4•3 years ago
|
||
Ah, good, thanks! I was able to reproduce the error today, and it helped to see what you were seeing!
It turns out that this site is relying on an early Google Analytics command-queue which we're not handling properly in the SmartBlock shim, so it's missing the tracker object which should be set as ga.getAll()[0]
.
Thankfully this is simple enough to fix; I have a candidate patch almost ready.
Assignee | ||
Comment 5•3 years ago
|
||
Updated•3 years ago
|
Comment 7•3 years ago
|
||
bugherder |
Comment 8•3 years ago
|
||
Since the status are different for nightly and release, what's the status for beta?
For more information, please visit auto_nag documentation.
Updated•3 years ago
|
Updated•3 years ago
|
Comment 9•3 years ago
|
||
Reproduced on Firefox Nightly 95.0a1 (2021-10-19), Firefox 95.0.
The issue is fixed on 97.0b8 and latest nightly 98.0a1.
Description
•