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

v.doc: fix scrolling on keyboard select in search results with overflow #22352

Merged

Conversation

ttytm
Copy link
Member

@ttytm ttytm commented Sep 29, 2024

The PR adds the overflow property to the search result division to improve keyboard accessibility. Currently, when cycling from the last search result to the first via keyboard, the selection is not visible because the overflow boundaries of the division are not set. The behaviour is visible in the short screencasts below.

  • Current

    Screen.Recording.2024-09-20.at.23.23.42.mov
  • Updated

    Screen.Recording.2024-09-20.at.23.24.06.mov

@spytheman spytheman merged commit be26233 into vlang:master Sep 29, 2024
31 checks passed
@spytheman
Copy link
Member

Good work.

@ttytm ttytm deleted the vdoc/fix-search-result-keyboard-scroll branch September 29, 2024 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants