Closed
Bug 1024806
Opened 10 years ago
Closed 6 years ago
Ro.me does not load after clicking the try anyway warning. Worked in ff29.
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox30 | - | affected |
firefox31 | --- | unaffected |
firefox32 | --- | unaffected |
firefox33 | --- | unaffected |
People
(Reporter: byornski, Unassigned)
References
()
Details
(Keywords: dev-doc-complete, regression, site-compat)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0 (Beta/Release)
Build ID: 20140605174243
Steps to reproduce:
Load firefox 30.0 on Windows. Navigate to http://www.ro.me/ Box suggests will only work in chrome, click try anyway.
Actual results:
Black screen.
Expected results:
(Worked in ff29). Ro.me animation.
Comment 1•10 years ago
|
||
Confirmed on Mac. Firefox 30 doesn't show clouds, but 29 and 31+ do.
The console says:
> TypeError: console.log is not a function
And if Firebug is activated, it works. Maybe Bug 998908?
Status: UNCONFIRMED → NEW
Component: Untriaged → JavaScript Engine
Depends on: 998908
Ever confirmed: true
Keywords: regression
OS: Windows 7 → All
Product: Firefox → Core
Hardware: x86_64 → All
Comment 2•10 years ago
|
||
Ahh, no, this is the culprit:
> var console = console || function () {};
Updated•10 years ago
|
status-firefox30:
--- → affected
status-firefox31:
--- → unaffected
status-firefox32:
--- → unaffected
status-firefox33:
--- → unaffected
Comment 3•10 years ago
|
||
This presumably worked in 29 because that predated the fix for bug 965860.
It works on non-release because we haven't landed bug 976920 there.
The good news is that we have no plans to check in bug 976920 on 31, so I think we're good here for 31. Not sure whether we should try to do something for 30, especially if the only issue is this "I only work in Chrome, haha" site.
Blocks: 965860
Updated•10 years ago
|
tracking-firefox30:
--- → ?
Comment 4•10 years ago
|
||
Added to the site compat doc:
https://developer.mozilla.org/en-US/Firefox/Releases/30/Site_Compatibility#JavaScript
Keywords: dev-doc-needed → dev-doc-complete
Comment 5•10 years ago
|
||
Since there is a site-side workaround, this is not a driver for a 30 chemspill and we'll see the fix ship in 31. see https://bugzilla.mozilla.org/show_bug.cgi?id=1024899#c9
Comment 6•9 years ago
|
||
Trying in today's nightly, I just see a black screen with music in the background.
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•