ebay website broken on FF nightly
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: dekeltal, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0
Steps to reproduce:
Navigated to www.ebay.com
Actual results:
Site seems "broken" - no images displayed, and layout is flat - as if no css was loaded (see screenshot attached)
Expected results:
Site should load OK.
Tested on non-nightly firefox and Chrome - loads correctly
Comment 2•5 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Comment 3•5 years ago
|
||
Hmm, I can't reproduce:
- Does it reproduce in a new profile or safe mode?
- Is there any interesting error in the web console (F12)?
Reproduces in a new profile, and in safe mode
+Web console+:
TypeError: window.TaaSTrackingCore is not a constructor
<anonymous> https://www.ebay.com/:84
www.ebay.com:85:340
Uncaught ReferenceError: GH is not defined
<anonymous> https://www.ebay.com/:90
www.ebay.com:90:3
Uncaught ReferenceError: $rmod is not defined
init https://www.ebay.com/:62
r https://www.ebay.com/:62
init https://www.ebay.com/:62
<anonymous> https://www.ebay.com/:63
load https://www.ebay.com/:52
A https://www.ebay.com/:52
t https://www.ebay.com/:52
y https://www.ebay.com/:52
<anonymous> https://www.ebay.com/:64
www.ebay.com:62:1609
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://ir.ebaystatic.com/pictures/aw/pics/s_1x2.gif. (Reason: CORS request did not succeed). 2
Uncaught ReferenceError: jQuery is not defined
<anonymous> https://ocsrest.ebay.com/ocsrsapp/o2/inflow/inflowcomponent?input={"pageId":2387624,"surveyTitle":"Tell us what you think","posTop":504,"isGBHEnabled":true,"gbhSiteId":206,"gbhLanguage":"en-US"}&callback=Inflow.cb:4077
inflowcomponent:4077:1
Comment 5•5 years ago
|
||
I'm not able to reproduce this in Nightly on any device. Based on the web console errors it looks like ebay may have not been correctly serving all the resources (jQuery not defined, etc.)
Reporter: Are you still able to reproduce?
Comment 6•5 years ago
•
|
||
I can't reproduce either.
Observation: when I load ebay.com, it looks like lots of scripts (including JQuery), CSS stylesheets, and other resources are retrieved from *.ebaystatic.com subdomains. So, one theory: maybe there was a temporary network/DNS issue somewhere between Dekel and ebaystatic.com? (or an issue with a load balancer or CDN that manages this domain)
(Hopefully that issue has gone away by now, in any case.)
Thanks for taking the time to look into this. While at the time it reproduced consistently, it doesn't anymore.
I think at this point we can close this bug.
Updated•5 years ago
|
Description
•