Closed Bug 883643 Opened 11 years ago Closed 11 years ago

Amazon Cloud Player does not render on Nightly

Categories

(Core :: JavaScript Engine, defect)

24 Branch
x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 883523

People

(Reporter: bkelly, Unassigned)

References

Details

(Keywords: regression)

As of about June 14 or June 15, Amazon Cloud Player has stopped loading in Firefox Nightly.

The console shows that a syntax error is occurring on line 149:

https://images-na.ssl-images-amazon.com/images/G/01/browser-scripts/dmusic_3rdparty/dmusic_3rdparty-gmin-3424829030._V1_.js

Unfortunately the minified script makes it a bit hard to see what is going on.

It appears this same file is loaded for the released version of Firefox and the error is not encountered.

I tried switching the user agent string in case they were doing some detection there and sending us down an untested path in their scripts.  Unfortunately, the UA switch did not fix the issue.

So its unclear if this is a bug if Nightly or on the Amazon side, but thought I would open a ticket just in case.
Line 149:

_helper:c.helper||c.ghost||c.animate?c.helper||"ui-resizable-helper":null});if(this.element[0].nodeName.match(/canvas|textarea|input|select|button|img/i))/relative/.test(this.element.css("position"))&&b.browser.opera&&this.element.css({position:"relative",top:"auto",left:"auto"}),this.element.wrap(b('<div class="ui-wrapper" style="overflow: hidden;"></div>').css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")})),


Maybe dup of Bug 883523
Assignee: nobody → general
Blocks: 872735, 883523
Component: General → JavaScript Engine
Keywords: regression
Product: Firefox → Core
I can confirm that the same commit that caused bug 883523 is also causing amazon cloud player not to load:

  http://hg.mozilla.org/mozilla-central/rev/aaed29a8aeba

Going to go ahead an mark as a duplicate.  Thanks Alice!
No longer blocks: 883523
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.