Skip to content
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

No item selection and proper keyboard navigation in the web demo #383

Closed
vi opened this issue May 13, 2021 · 1 comment
Closed

No item selection and proper keyboard navigation in the web demo #383

vi opened this issue May 13, 2021 · 1 comment
Labels
accessibility More accessible to e.g. the visually impaired feature New feature or request

Comments

@vi
Copy link

vi commented May 13, 2021

Describe the bug

List items should typically be selectable and keyboard actions should affect that selection.

To Reproduce
Steps to reproduce the behavior:

  1. Open the web demo: https://emilk.github.io/egui/#demo
  2. Activate "Drag and drop" and "Scrolling" windows
  3. Click onto some list item in one of the visible lists
  4. Press "down" keyboard button

Expected behavior

Selected item is highlighted somehow.
Pressing down key moves makes lower item highlighted instead.


It is in general tricky to access all features of the web demo using keyboard only. A lot of Tab / Shift+Tab and other bugs (i.e. uncloseable combobox) gets encountered this way.

@vi vi added the bug Something is broken label May 13, 2021
@emilk emilk added accessibility More accessible to e.g. the visually impaired feature New feature or request and removed bug Something is broken labels Oct 1, 2021
@emilk
Copy link
Owner

emilk commented Apr 16, 2022

What is needed in order to accomplish keyboard navigation has been discussed in more detail in #1250, so I'll close that in favor of #1250

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility More accessible to e.g. the visually impaired feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants