You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose I'm focusing on pane 2 of tab 2 in a stacked view, I toggle to tab 1 and then toggle back to tab 2, the focus is on pane 1 and not on the original pane of focus (pre-tab-toggle). The expected behaviour would be that the focus remains on the originally focused pane in the stacked view after toggling between tabs.
Other relevant information
Attached a recording.
Also I have noted that this does not occur for the GoToTab action, or if I explicitly click on a tab, or if I go to next/previous tab in tab mode. It seems like it exclusively occurs for the MoveFocusOrTab action.
The text was updated successfully, but these errors were encountered:
When multiple Panes have the same x coord in a MoveTabOrFocus event that switches tabs, instead of picking the pane at the top to focus, choose the one biggest one. This ensures that in stacked layouts, the focused pane is opened again when moving, instead of always focusing the top pane.
closeszellij-org#3006
Screen.Recording.2023-12-12.at.4.53.09.PM.mov
Issue description
Here is my layout config
The issue I'm noticing is the following:
Suppose I'm focusing on pane 2 of tab 2 in a stacked view, I toggle to tab 1 and then toggle back to tab 2, the focus is on pane 1 and not on the original pane of focus (pre-tab-toggle). The expected behaviour would be that the focus remains on the originally focused pane in the stacked view after toggling between tabs.
Other relevant information
Attached a recording.
Also I have noted that this does not occur for the
GoToTab
action, or if I explicitly click on a tab, or if I go to next/previous tab in tab mode. It seems like it exclusively occurs for the MoveFocusOrTab action.The text was updated successfully, but these errors were encountered: