Closed
Bug 1021131
Opened 11 years ago
Closed 11 years ago
Error loading the Google maps JS library in Firefox 30
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 998908
People
(Reporter: yaron, Unassigned)
Details
Attachments
(1 file)
78.22 KB,
image/jpeg
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:30.0) Gecko/20100101 Firefox/30.0 (Beta/Release)
Build ID: 20140529161749
Steps to reproduce:
I am using the Google maps JS library and it worked fine on every other Firefox version I had.
I upgraded to Firefox 30 today and started getting a JS error.
I am loading the JS library from this URL:
https://maps.googleapis.com/maps/api/js?v=3key=[YOUR_API_KEY]&sensor=false
Replace [YOUR_API_KEY] with an api key.
Actual results:
Getting this JS error in the console:
ReferenceError: rd is not defined
The error occurs right after loading the library, before I get a chance to interact with it.
Error doesn't happen in the latest version of Chrome, or Firefox 29.
Expected results:
Should not get an error.
Comment 1•11 years ago
|
||
Also encountering this; probably related to https://code.google.com/p/fbug/issues/detail?id=7495
Comment 2•11 years ago
|
||
Blah, bug tracker back and forth hell. -___-
The actual link for this bug is https://bugzilla.mozilla.org/show_bug.cgi?id=998908, and it's resolved, but not scheduled for release until firefox 31.
I am also getting the same bug as yaron@digitalbrandmine.com. Chrome, Safari and Opera all have no problem. The bug mentioned here https://bugzilla.mozilla.org/show_bug.cgi?id=998908 appears to happen only when the debugger is open. This bug however happens regardless of if the debugger is open or not.
Need this fixed ASAP I'm working on a site right now that relies heavily on maps, and not having it working in the latest version of FF is not good.
I can confirm that the issue only happens to me when Firebug 2 is open.
If I deactivate Firebug I don't get the error.
It doesn't happen when the native Firefox debugger is open.
So it seems it is related to this issue: https://code.google.com/p/fbug/issues/detail?id=7495
I can confirm this as well. Also note that it also slows down almost to a halt (twice I got script has stopped running errors) the ApolloHQ app found at apollohq.com. Hope that helps a bit.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Component: Untriaged → JavaScript Engine
Product: Firefox → Core
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•