Allow right clicking on a marker to view browser context menu
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 12.4k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
## Motivation
It's currently not possible to right click on a map marker that is an Anchor tag, to open the link in a new window/tab.
Links in maps are common and the browser already has support for a context menu that should be used by default.
## Design Alternatives
The alternative is to build a custom context menu to open the link in a new tab.
## Design
Allow right clicking on markers to open browsers default context menu.
### Mock-Up
### Concepts
### Implementation
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named in the issue. Start by locating the marker interaction entry point and how Anchor markers handle browser events. Done means an Anchor marker allows the browser's default context menu to appear when right-clicked, including options to open its link in a new tab or window.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100