Closed
Bug 1198995
Opened 9 years ago
Closed 9 years ago
TypeError a.fire is not a function
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
INVALID
People
(Reporter: lh.bennett, Unassigned)
References
()
Details
New YouTube streaming website throws an error in Nightly. The error does not occur in Release 40.0.2.
-----------------------------------------------------------
TypeError: a.fire is not a function
Stack trace:
p.ui.dispatchError@https://gaming.youtube.com/s/gaming/47cacffd/gaming_polymer.js:6734:141
Pb/a.accountPromise_<@https://gaming.youtube.com/s/gaming/47cacffd/gaming_polymer.js:6995:304
qa/h.child</h.onRejected<@https://gaming.youtube.com/s/gaming/47cacffd/gaming_polymer.js:6645:478
g.Promise.invokeCallback_@https://gaming.youtube.com/s/gaming/47cacffd/gaming_polymer.js:6652:200
ya@https://gaming.youtube.com/s/gaming/47cacffd/gaming_polymer.js:6651:393
g.Promise.prototype.executeCallbacks_@https://gaming.youtube.com/s/gaming/47cacffd/gaming_polymer.js:6650:427
g.async.run.processWorkQueue@https://gaming.youtube.com/s/gaming/47cacffd/gaming_polymer.js:6635:96
promise callback*g.async.run.initializeRunner_/g.async.run.schedule_@https://gaming.youtube.com/s/gaming/47cacffd/gaming_polymer.js:6633:782
g.async.run@https://gaming.youtube.com/s/gaming/47cacffd/gaming_polymer.js:6633:529
za@https://gaming.youtube.com/s/gaming/47cacffd/gaming_polymer.js:6650:51
g.Promise.prototype.resolve_@https://gaming.youtube.com/s/gaming/47cacffd/gaming_polymer.js:6647:337
g.Promise.prototype.unblockAndReject_@https://gaming.youtube.com/s/gaming/47cacffd/gaming_polymer.js:6646:446
dg/e.G</e.I<@https://apis.google.com/_/scs/abc-static/_/js/k=gapi.gapi.en.vwFhyajD8zA.O/m=client/rt=j/sv=1/d=1/ed=1/am=AAI/rs=AItRSTPOWGI_kROKlKX9NGLO-MOVVH8_gQ/cb=gapi.loaded_0:48:1
ng@https://apis.google.com/_/scs/abc-static/_/js/k=gapi.gapi.en.vwFhyajD8zA.O/m=client/rt=j/sv=1/d=1/ed=1/am=AAI/rs=AItRSTPOWGI_kROKlKX9NGLO-MOVVH8_gQ/cb=gapi.loaded_0:50:307
hg@https://apis.google.com/_/scs/abc-static/_/js/k=gapi.gapi.en.vwFhyajD8zA.O/m=client/rt=j/sv=1/d=1/ed=1/am=AAI/rs=AItRSTPOWGI_kROKlKX9NGLO-MOVVH8_gQ/cb=gapi.loaded_0:50:179
_.$f.prototype.U@https://apis.google.com/_/scs/abc-static/_/js/k=gapi.gapi.en.vwFhyajD8zA.O/m=client/rt=j/sv=1/d=1/ed=1/am=AAI/rs=AItRSTPOWGI_kROKlKX9NGLO-MOVVH8_gQ/cb=gapi.loaded_0:50:56
Wf@https://apis.google.com/_/scs/abc-static/_/js/k=gapi.gapi.en.vwFhyajD8zA.O/m=client/rt=j/sv=1/d=1/ed=1/am=AAI/rs=AItRSTPOWGI_kROKlKX9NGLO-MOVVH8_gQ/cb=gapi.loaded_0:44:284
Comment 1•9 years ago
|
||
Does the problem appear in aurora/devedition or beta? We need to narrow this down quite a bit before deeper investigation occurs -- this could be a JS problem, or a DOM problem, or something else, depending.
Keywords: regressionwindow-wanted
Reporter | ||
Comment 2•9 years ago
|
||
I'm not sure how many builds this affects currently.
After a bit of poking at it, the issue occurs only when logged into YouTube and cookies set to disallow 3rd Party. It could very well be a flaw of the new YouTube website.
Reporter | ||
Comment 3•9 years ago
|
||
I have confirmed that this is a cross browser issue with YouTube Gaming as Chrome Canary also suffers from this issue when 3rd Party cookies is blocked.
Reporter | ||
Updated•9 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
Updated•9 years ago
|
Keywords: regressionwindow-wanted
You need to log in
before you can comment on or make changes to this bug.
Description
•