-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Have click toggle actualSize of image #423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This seems great. Want to add |
Cursor pointer now used. Although I'm not 100% sure we want to do that without supporting auxiliary click, which Polymer makes difficult to do. |
OK, sounds good. |
This is not accessible. The best solution is to use an If for some reason there is no way to get the above to work, then at the very least you'll need to add |
Making TensorBoard accessible seems like a worthy pursuit - I'm sure there are ML practitioners who are blind for instance. The harder question seems like how. How do blind people conduct exploratory data analysis? I wonder if they rely on different hardware with say haptic or auditory affordances. How is a line chart, histogram, or image/heat map presented to a blind person? It might be interesting for someone to sit down with a blind researcher and observe how they operate. And if it turns out that few blind researchers conduct EDA, maybe it's an opportunity and challenge for TensorBoard to bring more blind people into the fold of model interpretability. In terms of short-term actionable items, I like William's thoughts about following web development norms like using |
Thank you William for reminding us of the importance of good Internet citizenship. The code has been updated. There's more we can be doing regarding i18n, l10n, and a11y. So I hope we can find more low hanging fruit opportunities to improve things on this front in the near future, like we did this summer regarding color blindness. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed: this is keyboard-accessible for me in Chrome and Firefox, and the focus states seem sufficiently visible. This also passes tota11y inspection. Thanks for fixing!
The cursor: pointer
doesn't seem to work in Firefox, but that's not a big deal to me.
I'm assuming that it's intended behavior that if you (1) toggle an image's local actual size, then (2) toggle the dashboard-level actual size twice, then the effect of (1) is reverted. I have no problem with this.
(Note to self…if you submit a review with the "Approve" option, but the pull request submitter merges the request between the time that you load the page and the time that you submit the review, then GitHub says "Can only approve open pull requests" and permanently discards your message. Shame.)
#261 recently removed the expand button from the image dashboard, which freed up whitespace. However the checkbox in the top left isn't conspicuous enough. With this change, clicking on an individual image, will toggle its actual size state, for only that image. This seems intuitive to me.