-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Description
Check for existing issues
- Completed
Describe the bug / provide steps to reproduce it
I use the terminal in the bottom dock in full height (not the full screen view entered by workspace::ToggleZoom, but by dragging the bottom dock seperator all the way up --> see images).
I use these bindings to navigate panels:
"ctrl-h": ["workspace::ActivatePaneInDirection", "Left"],
"ctrl-j": ["workspace::ActivatePaneInDirection", "Down"],
"ctrl-k": ["workspace::ActivatePaneInDirection", "Up"],
"ctrl-l": ["workspace::ActivatePaneInDirection", "Right"]
With the bottom dock in full height, it covers the entire middle panel. The code panel is not visible. When navigating into the middle panel from an outer panel (with ctrl-h/ctrl-l), the covered code panel is focused instead of the bottom dock.
There should be a dedicated state for the bottom dock in full height so that the focus is not in an currently invisible panel.
Environment
Zed: v0.149.3 (Zed)
OS: Linux X11 ubuntu 22.04
Memory: 15.6 GiB
Architecture: x86_64
GPU: AMD Radeon RX 570 Series (RADV POLARIS10) || radv || Mesa 23.2.1-1ubuntu3.1~22.04.2
If applicable, add mockups / screenshots to help explain present your vision of the feature
Now, the focus is in the invisible code panel instead of the bottom dock.
If applicable, attach your Zed.log file to this issue.
No response

