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(map-advanced-marker): mapMouseover and mapMouseout events not working on map-advanced-marker #30420

Open
vinlos opened this issue Jan 30, 2025 · 0 comments
Labels
needs triage This issue needs to be triaged by the team

Comments

@vinlos
Copy link

vinlos commented Jan 30, 2025

Is this a regression?

  • No, this has never worked

Description

Hello,

despite the implementation of issue #29741 with PR #29747, mapMouseover and mapMouseout events not working for map-advanced-marker.

Reproduction

StackBlitz link: https://stackblitz.com/edit/stackblitz-starters-6ffmnvxl?file=src%2Fmain.ts
Steps to reproduce:

  1. Open development tools
  2. Move mouse cursor over red pin on the map

Expected Behavior

we should see the string I'm over the marker in console

Actual Behavior

the bound method is not executed and nothing is printed in the console

Environment

  • Angular: 19.0.6
  • CDK/Material:
  • Browser(s): any
  • Operating System (e.g. Windows, macOS, Ubuntu): any
@vinlos vinlos added the needs triage This issue needs to be triaged by the team label Jan 30, 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