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

bug(COMPONENT): map-info-window defined content shows below the map #30298

Open
1 task
Superiorx52 opened this issue Jan 9, 2025 · 0 comments
Open
1 task
Labels
needs triage This issue needs to be triaged by the team

Comments

@Superiorx52
Copy link

Is this a regression?

  • Yes, this behavior used to work in the previous version

The previous version in which this bug was not present was

No response

Description

In the example for map-info-window. If you use the infoWindow.open() with 3 arguments the text given will be shown
in the info window but previous content ("Info Window content" in the example) will render below the map.
This behavior only happens when you use the mentioned overload the first time to show the info window.

Reproduction

I didn't provide an external example because the example given under https://github.com/angular/components/blob/main/src/google-maps/map-info-window/README.md is enough to reproduce the problem with a small change to the openInfoWindow function.

Expected Behavior

The content of map-info-window should only be shown within the info window itself.

Actual Behavior

The content of map-info-window is shown below the map under the previous circumstances.

Environment

  • Angular:
@Superiorx52 Superiorx52 added the needs triage This issue needs to be triaged by the team label Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage This issue needs to be triaged by the team
Projects
None yet
Development

No branches or pull requests

1 participant