when repository list expanded, tab order should not leave repository list
See original GitHub issueUser with no repos can use the tab
button to navigate out the Repo list, and hit the new repo options in the background. At some point the Repo list should be forcibly closed as it blocks the user from seeing the Create New Repo
button.
v0.5.8 OSX 10.11.5
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Creating Logical Tab Order with the Tabindex Attribute
The objective of this technique is to provide a logical tab order in cases where the default tab order is not sufficient to...
Read more >git-rev-list Documentation - Git
git-rev-list - Lists commit objects in reverse chronological order ... Limit the commits output to ones with log message that do not match...
Read more >How to ignore HTML element from tabindex? - Stack Overflow
The user agent must set the element's tabindex focus flag, but should not allow the element to be reached using sequential focus navigation....
Read more >Configuring code scanning - GitHub Docs
You can configure how GitHub scans the code in your project for vulnerabilities and errors.
Read more >Configuring Discovery Views for Primo VE
On the Views List page (Configuration Menu > Discovery > Display Configuration > Configure Views), edit your view and select the Links Menu...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Looked into this when attempting to fix #1500 with #2014. Why is it even possible to click the “RepoList” button when there are no cloned repos? I feel like the button should be disabled/hidden. Maybe I am wrong? Its also kinda weird to me that with no repos the escape key doesn’t dismiss the “RepoList” either. Would be willing to attempt to tackle the proposed fix of disabling/hiding the button. Hiding button would probably mean we should hide the top black bar as well.
Closing this as it has not come up enough times to be validated as a real problem.