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

[Map] markerClick event not emitted consistently #4429

Open
mbechev opened this issue Oct 10, 2024 · 0 comments
Open

[Map] markerClick event not emitted consistently #4429

mbechev opened this issue Oct 10, 2024 · 0 comments

Comments

@mbechev
Copy link
Contributor

mbechev commented Oct 10, 2024

Description

There are certain cases when the markerClick event is not emited, while the marker is being actually clicked.

Steps To Reproduce

There are no specific steps to follow in order to reproduce it. The behavior is sporadic and mainly caused when markers are clicked one by one a bit faster.

https://stackblitz.com/edit/angular-ukyvej-tzbhra?file=src%2Fapp%2Fapp.component.ts

Screenshots or video

In the following video, each marker was clicked once. At the end of the video, I waited I bit and clicked the top left marker again. Then the markerClick event is emited for the second time.

The event must be fired 5 times total.

Screen.Recording.2024-10-10.at.10.35.42.mov

Actual Behavior

The markerClick is not always fired.

Expected Behavior

The markerClick event should be emitted, regardless of the clicking speed and type of marker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant