NUKnightLab / NUKnightLab/TimelineJS3

Visible focus indication is lost when Zoom buttons are disable

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

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
3.2k
Forks
645
PR merge metrics
No merged PRs in 30d

Description

Issue Description WCAG Criteria Status Category Example Notes
Visible focus indication is lost when Zoom buttons are disabled. 2.4.7 Focus Visible Identified Keyboard <button class="tl-menubar-button" type="button" aria-label="Zoom out" aria-description="Show more than 1730 to 1970" disabled="true"><span class="tl-icon-zoom-out"></span></button> Consider using aria-disabled="true" instead of disabled and a different visual treatment of disabled buttons. Or don't disable at all; "goback" and "goend" buttons aren't. Maybe change aria-description to indicate zoom limit has been reached.

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 controls using the .tl-menubar-button class and inspect how disabled Zoom buttons are rendered and focused. Verify the keyboard focus indication at the zoom limits; done means focus remains visibly indicated and the control communicates its unavailable state according to WCAG 2.4.7.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
accessibility, frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.