Clicking on tab head does not focus tab
See original GitHub issueSteps to reproduce the problem:
- Open mitmproxy
- Press
-
to open two pane layout. - Click on the header of the “Events” tabs.
- The “Events” tab does not get focus.
Any other comments? What have you tried so far?
This is particularly annoying on Windows, where “shift tab” to switch tabs does not register under WSL. The only way to switch tabs under Windows right now is to open a command prompt and enter console.panes.next
.
System information
Mitmproxy: 3.0.0dev0994 (842c9f7) Python: 3.5.2 OpenSSL: OpenSSL 1.0.2g 1 Mar 2016 Platform: Linux-4.4.0-43-Microsoft-x86_64-with-Ubuntu-16.04-xenial
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Focus Styles Only on Tab Not Click - Darren Lester
First, try navigating focus to the square with the keyboard and observe the focus style. Then navigate back off and on with the...
Read more >Control focus with tabindex - web.dev
Try pressing the Tab key to navigate through your site. Are you able to reach all the interactive controls on the page? If...
Read more >css - Input effect on keyboard tab -> focus, but NOT on click
Here's how I do it. The idea is to toggle outlining on when the user uses the tab key and turn it back...
Read more >How to Prevent Tab Indexing on Specific Elements - W3docs
In this snippet, we demonstrate how it is possible to prevent tab indexing on specific elements. Read our tutorial to find out the...
Read more >Tab Focus:Click on the tab to return to the site | BCS
For the site on the right, it is Tab Focus. ... Please note that when the tab is clicked on the head, the...
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
I had the circled area in mind, but I can be convinced for something else 😃
@mhils by pressing left button of mouse. It is possible because of mitmproxy/tools/console/tabs.py https://github.com/mitmproxy/mitmproxy/blob/master/mitmproxy/tools/console/tabs.py#L17