Status Update
Comments
fa...@google.com <fa...@google.com>
zw...@google.com <zw...@google.com> #3
BTW, warning, adding v=3 only gives you up to 3 months (actually it will give you the problematic version in 2 weeks from today). You can then buy yourself another 3 months by going another version down v=3.30 and then all versions will be impacted.
Given Updating prototypejs to (1.7.2) solves the problem for experimental, we won't take any action.
Given Updating prototypejs to (1.7.2) solves the problem for experimental, we won't take any action.
cl...@gmail.com <cl...@gmail.com> #4
I am using prototypejs 1.7.3 and the problem remains. I have also checked with v 1.7.2 with the same results.
Bests,
claudio
Bests,
claudio
cl...@gmail.com <cl...@gmail.com> #5
The problem start with gm api v3.31.
Ok with v3.30 and below.
cl.
Ok with v3.30 and below.
cl.
gi...@gmail.com <gi...@gmail.com> #6
Hello there,
after May 15th, the same problem appears in my application, which uses prototype.js v1.7.3
I have tried GM API v3.29-33 but the problem persists.
after May 15th, the same problem appears in my application, which uses prototype.js v1.7.3
I have tried GM API v3.29-33 but the problem persists.
gi...@gmail.com <gi...@gmail.com> #7
Could you plz check this issue?
I haven't found any way to fix this conflict between GM API and Prototype JS. And this causes problems to users who try to navigate into StreetView.
I haven't found any way to fix this conflict between GM API and Prototype JS. And this causes problems to users who try to navigate into StreetView.
cl...@gmail.com <cl...@gmail.com> #8
The problem comes from a function named 'collect' in PrototypeJs. Probably the API is exposing a similar name/function.
Please fix it.
cl.
Please fix it.
cl.
gi...@gmail.com <gi...@gmail.com> #9
cl...@gmail.com <cl...@gmail.com> #10
The problem is the map which is an alias of collect. See in the Enumerable list.
in control.js of the gmaps API there is a something.map( which problably is causing the issue.
Claudio
in control.js of the gmaps API there is a something.map( which problably is causing the issue.
Claudio
gi...@gmail.com <gi...@gmail.com> #11
I also renamed every instance of "map" with "map2" but it didn't solve the problem.
cl...@gmail.com <cl...@gmail.com> #12
If I delete the line:
map: collect,
streetview works, but of course it makes prototype not to work anymore.
cl.
map: collect,
streetview works, but of course it makes prototype not to work anymore.
cl.
gi...@gmail.com <gi...@gmail.com> #13
In my app, rotation via mouse into StreetView does not work, even if I comment that line of code.
ti...@gmail.com <ti...@gmail.com> #14
Any update on this?
jw...@gmail.com <jw...@gmail.com> #15
The actual problem is Prototype is overwriting Array.from with $A(), if you comment out the line that is only
Array.from = $A;
it starts working again.
Array.from = $A;
it starts working again.
gi...@gmail.com <gi...@gmail.com> #16
That made the trick!
Description
# It is OK to share your API Project ID, but _not_ API keys.
Issue report
----------------
1. create any street view in a page where prototype.js is also loaded
2. Pan and rotate view with mouse does not work.
See
Any suggestion?
claudio