Orange-OpenSource / Orange-OpenSource/IOT-Map-Component

Links have a button behavior (zoom)

Open
#40 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

accessibility
Dominant language
TypeScript
Stars
24
Forks
8
PR merge metrics
No merged PRs in 30d

Description

Links have a button behavior (zoom)

ID: issue-0-2
Test: Respect the HTML semantics
Recommendations: https://a11y-guidelines.orange.com/fr/web/developper/contenu-textuel/#respecter-la-semantique-html

Description

The zoom + and zoom - buttons are links with the button role

Fix

Directly use <button> or <input type="button"> semantics

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the zoom + and zoom - controls in the component and inspect the elements they render. Replace the link-based button behavior with native button semantics, then verify that both controls remain usable and expose the intended semantics; no specific test file is named in the issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
accessibility, frontend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.