Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
Needs more info comment that > 10 days [ID: 963198]
Comment such as: SPAM, non-actionable [ID: 963127]
Resolved actionable follow-up comments [ID: 963027]
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
I have associated two events over the map: click and rightclick. rightclick event shows a javascript alert message "rightclick". click event shows a javascript alert message "click".
The problem is that after a rightclick event, it does not trigger click events. For example, I do "click, click, rightclick, click". After "rightclick", click event is not triggered.
If I create the map with option "draggable: true", the performance is correct.
I attach my code.