tensorflow / tensorflow/tensorboard

Can select multiple “color” radio buttons at once

Open
#1,644 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

plugin:graph type:bug
Dominant language
TypeScript
Stars
7.2k
Forks
1.7k
Avg merge
4d 22h
Merged PRs (30d)
1

Description

Repro:

  • Load graph plugin to a run with session runs, but do not select a
    session run.
  • Click the label for the “Compute time” radio button, which should
    be greyed out
  • Note that nothing appears to happen: the default “Structure” radio
    button is selected
  • Select a session run

Expected behavior: the “Structure” option should continue to be
selected, and no other radio button should be selected.

Actual behavior: both “Structure” and “Compute time” are visibly
selected, and both have the aria-checked="true", checked, and
active attributes. The graph is actually rendered in “Structure” mode.

Screenshot of two simultaneously-selected radio buttons

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

Reproduce the graph plugin flow with session runs, first without selecting a session run and then after selecting one. Inspect the radio-button state during that transition; done means only “Structure” remains selected, with matching checked, active, and aria-checked state, while the graph still renders in Structure mode.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.