Can't tab away from selectable dropdown menus #4282

Closed
opened 2025-11-02 05:44:44 -06:00 by GiteaMirror · 4 comments
Owner

Originally created by @Jookia on GitHub (Nov 11, 2019).

  • Gitea version (or commit ref): master
  • Git version: master
  • Operating system: Debian
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:

Description

After merging #8638 selectable dropdown menus now seem to grab focus. I did some bisection on my original branch and found it was introduced just by adding semantic.dropdown.js unchanged from upstream.

Originally created by @Jookia on GitHub (Nov 11, 2019). - Gitea version (or commit ref): master - Git version: master - Operating system: Debian - Database (use `[x]`): - [ ] PostgreSQL - [ ] MySQL - [ ] MSSQL - [x] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [ ] No - [ ] Not relevant - Log gist: ## Description After merging #8638 selectable dropdown menus now seem to grab focus. I did some bisection on my original branch and found it was introduced just by adding semantic.dropdown.js unchanged from upstream.
GiteaMirror added the type/bug label 2025-11-02 05:44:44 -06:00
Author
Owner

@Jookia commented on GitHub (Nov 11, 2019):

I found wrong. The issue is that my fix for clicking not working with the keyboard brought about another problem: Whenever a select box is tabbed away from, the selection is confirmed. This is done by clicking on the element. Which refocuses it like you would expect when clicking normally.

@Jookia commented on GitHub (Nov 11, 2019): I found wrong. The issue is that my fix for clicking not working with the keyboard brought about another problem: Whenever a select box is tabbed away from, the selection is confirmed. This is done by clicking on the element. Which refocuses it like you would expect when clicking normally.
Author
Owner

@ppst0 commented on GitHub (Nov 11, 2019):

The same problem. Choose create new repo, selecting License and then can't select another field even with mouse click.

Use latest docker image from docker hub (133c950411eb)
git with screen cap

@ppst0 commented on GitHub (Nov 11, 2019): The same problem. Choose create new repo, selecting License and then can't select another field even with mouse click. Use latest docker image from docker hub (133c950411eb) ![git with screen cap](https://user-images.githubusercontent.com/22620387/68569858-40e7c200-0470-11ea-864f-772524f1cad1.gif)
Author
Owner

@Jookia commented on GitHub (Nov 11, 2019):

Ok, #8921 is up as a hotfix. It reverts my change that showed this broken behaviour but it still needs to be fixed properly

@Jookia commented on GitHub (Nov 11, 2019): Ok, #8921 is up as a hotfix. It reverts my change that showed this broken behaviour but it still needs to be fixed properly
Author
Owner

@guillep2k commented on GitHub (Nov 14, 2019):

I think this issue can be closed. If anything is missing from ARIA support because of #8921, that should be a different issue.

@guillep2k commented on GitHub (Nov 14, 2019): I think this issue can be closed. If anything is missing from ARIA support because of #8921, that should be a different issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#4282