Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflict with Google Street View embed #341

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jwestbrook
Copy link
Collaborator

When prototype and Google StreetView are loaded on the same page, Google Street viewer ceases to respond to mouse events. I tracked it down to $A() being aliased as Array.from.

As there is no other code that uses Array.from and the next version is going to drop a lot of old support this might be a good time to drop this alias (as it also overwrites the native method as well)

links for details

https://stackoverflow.com/q/50418704/341491

https://issuetracker.google.com/issues/72690631

codemasher added a commit to codemasher/prototype that referenced this pull request Mar 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant