-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
bug(@angular/google-maps): Map Info Window isn't opened when call open() without params #21013
Labels
area: google-maps
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Comments
crisbeto
added
area: google-maps
has pr
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
and removed
needs triage
This issue needs to be triaged by the team
labels
Nov 11, 2020
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Nov 11, 2020
Some time ago we added logic to prevent the info window from reopening if the same anchor is passed in. This ended up breaking the use case where a window is opened without an anchor, because the window always starts off without one. Fixes angular#21013.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
wagnermaciel
pushed a commit
to wagnermaciel/components
that referenced
this issue
Jan 14, 2021
…ngular#21014) Some time ago we added logic to prevent the info window from reopening if the same anchor is passed in. This ended up breaking the use case where a window is opened without an anchor, because the window always starts off without one. Fixes angular#21013.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area: google-maps
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Reproduction
Use StackBlitz to reproduce your issue: https://components-issue-1jnycv.stackblitz.io
Steps to reproduce:
Expected Behavior
The info window should appear on @angular/google-maps v10.
Actual Behavior
The info window doesn't appear
The text was updated successfully, but these errors were encountered: