-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
[BUG]: When I type a search query and press tab once/twice, the blank spots after the search bar are focused. #78
Comments
I'd call this a hotfix, which is why I committed to main. Sorry I haven't talked to you before writing code. Perhaps you can get this pulled soon. |
Hi, thanks for the report! Implementation is also fine. Yes, I agree its a hotfix. I will go ahead and merge this right away. Thinking about it, I would go even further and say that you want to tab to your courses directly without focusing the |
Context
I haven't selected a "FSR" in the dropdown on the right side.
What is the bug?
When I type a search query in the extension window and press tab once/twice, the blank spots after the search bar are focused. The elements that get highlighted are
#fsr_link_2
and#fsr_link
.What's expected behavior?
I would expect the selection to jump to the first search result after one, not three Tab presses.
Screenshots
![image](https://user-images.githubusercontent.com/13350549/140616467-f3745edb-dd5c-43b8-b749-097a91d70198.png)
before pressing Tab:
after pressing Tab once:
![image](https://user-images.githubusercontent.com/13350549/140616393-4d59149e-6120-4e5e-8cab-e1a93e28436a.png)
after pressing Tab another time:
![image](https://user-images.githubusercontent.com/13350549/140616402-786f749c-1cce-496a-865d-1b7165b515c1.png)
What system are you running?
Suggestions on how to fix:
display: none
style on the#fsr_link
and#fsr_link_2
anchors if no FSR is selectedtabindex="-1"
attribute on the#fsr_link
and#fsr_link_2
anchorsThe text was updated successfully, but these errors were encountered: