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

feat(google-maps/map-advanced-marker): Add support for some mouse events #29741

Closed
vinlos opened this issue Sep 16, 2024 · 3 comments
Closed
Labels
area: google-maps feature This issue represents a new feature or feature request rather than a bug or bug fix P4 A relatively minor issue that is not relevant to core functions

Comments

@vinlos
Copy link

vinlos commented Sep 16, 2024

Feature Description

map-advanced-marker, is missing support for mouse events:

  • double click
  • mouse out
  • mouse over
  • mouse up
  • right click

It would really be great to implement those events to fill the gap with the deprecated map-marker component.

Use Case

  • display an info window while cursor is over a marker
  • trigger any kind of event while cursor is over or out the marker
  • trigger any kind of event after double clicking the cursor
  • properly migrate components using deprecated map-marker which made use of those events
@vinlos vinlos added feature This issue represents a new feature or feature request rather than a bug or bug fix needs triage This issue needs to be triaged by the team labels Sep 16, 2024
@crisbeto crisbeto added P4 A relatively minor issue that is not relevant to core functions area: google-maps and removed needs triage This issue needs to be triaged by the team labels Sep 18, 2024
@vinlos
Copy link
Author

vinlos commented Sep 18, 2024

thank you for creating and merging the PR so quickly

@crisbeto
Copy link
Member

Fixed by #29747.

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Oct 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area: google-maps feature This issue represents a new feature or feature request rather than a bug or bug fix P4 A relatively minor issue that is not relevant to core functions
Projects
None yet
Development

No branches or pull requests

2 participants