tensorflow / tensorflow/tensorboard
Can select multiple “color” radio buttons at once
Nobody has claimed this yet.
- 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.

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
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