-
Notifications
You must be signed in to change notification settings - Fork 256
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
Safari 11.1 a problem repeatedly occured #419
Comments
Same here, but only when map has markers, if it hasn't, map loads correctly. |
Same for me. Issue is on google.maps.Marker because by commenting on 'position', it doesn't crash
|
Same for me. As @nicok2 mentioned, it only crashes when there are markers. |
Same for us. We did run into the same issue now. Does anyone have an idea how to fix this already? We will need to find a solution (workaround?) quite soon, as the update keeps spreading and crashes the live pages. |
@cwenzelg As for now, we're just using the static map API. Markers work there. However, it's indeed static. I'm not sure that can apply to your case. |
@raphaelmonroe thanks for your reply. sadly this will not work for the scenario we have right now. so i still hope to find some kind of workaround/hotfix for this element. |
I have this bug too, maybe @e111077 can help giving on guidance on this. |
this specific code is the culprit And I believe it related to rendering since the crash is not triggering unless the marker latitude / longitude is on screen. |
Same here, any workaround? |
Hello, I'm not the maintainer on this element, but it seems as if this is a bug with Safari that seems to have been fixed in Technology preview. |
Thank you for your insight @e111077 , I can confirm this, no problem whatsoever detected on Safari Technology Preview |
I didn't find this issue when I encountered the same problem, so I asked on StackOverflow, and the 2 answers I have received so far there offer not only 2 different workarounds, but also hints about what the problem might be. You can find both workarounds in detail here: https://stackoverflow.com/questions/50952705/google-map-markers-not-working-with-shadow-dom-in-safari/50959124#50959124 |
I am using this element in my webapp and when I open my site via safari 11.1 load 2 times and then I receive this error "a problem repeatedly occured".
I don't have this problem with any other broswher. I have this in mac os x and ipad.
The text was updated successfully, but these errors were encountered: