Moving focus between panes doesn't always work #4238

Closed
opened 2026-01-30 23:41:45 +00:00 by claunia · 5 comments
Owner

Originally created by @zadjii-msft on GitHub (Oct 3, 2019).

Messing around with panes today, and found it wasn't walways possible to move focus correctly. This was the setup:

image

I believe the tree was like this:


  +--------------------------------------------------------------+
  | +---------------------------+ +----------------------------+ |
  | | +----------+ +----------+ | | +------------------------+ | |
  | | |          | | +------+ | | | |                        | | |
  | | |          | | |      | | | | |                        | | |
  | | |          | | |  2   | | | | |             4          | | |
  | | |          | | |      | | | | |                        | | |
  | | |    1     | | +------+ | | | |                        | | |
  | | |          | |          | | | +------------------------+ | |
  | | |          | | +------+ | | | +------------------------+ | |
  | | |          | | |      | | | | | +--------------------+ | | |
  | | |          | | |      | | | | | |          5         | | | |
  | | |          | | |  3   | | | | | +--------------------+ | | |
  | | |          | | |      | | | | | +--------------------+ | | |
  | | |          | | |      | | | | | |          6         | | | |
  | | |          | | +------+ | | | | +--------------------+ | | |
  | | +----------+ +----------+ | | +------------------------+ | |
  | +---------------------------+ +----------------------------+ |
  +--------------------------------------------------------------+

Actual

Moving from (2,3) -> 4 was NOT possible.

Expected

Moving from (2,3) -> 4 was possible.

Originally created by @zadjii-msft on GitHub (Oct 3, 2019). Messing around with panes today, and found it wasn't walways possible to move focus correctly. This was the setup: ![image](https://user-images.githubusercontent.com/18356694/66142891-df5c4a00-e5cb-11e9-9038-3427428f574a.png) I believe the tree was like this: ``` +--------------------------------------------------------------+ | +---------------------------+ +----------------------------+ | | | +----------+ +----------+ | | +------------------------+ | | | | | | | +------+ | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | | | | | 4 | | | | | | | | | | | | | | | | | | | | 1 | | +------+ | | | | | | | | | | | | | | | +------------------------+ | | | | | | | +------+ | | | +------------------------+ | | | | | | | | | | | | | +--------------------+ | | | | | | | | | | | | | | | 5 | | | | | | | | | | 3 | | | | | +--------------------+ | | | | | | | | | | | | | | +--------------------+ | | | | | | | | | | | | | | | 6 | | | | | | | | | +------+ | | | | +--------------------+ | | | | | +----------+ +----------+ | | +------------------------+ | | | +---------------------------+ +----------------------------+ | +--------------------------------------------------------------+ ``` ## Actual Moving from (2,3) -> 4 was NOT possible. ## Expected Moving from (2,3) -> 4 was possible.
Author
Owner

@DHowett-MSFT commented on GitHub (Oct 3, 2019):

Related: #2398

@DHowett-MSFT commented on GitHub (Oct 3, 2019): Related: #2398
Author
Owner

@eduardonunesp commented on GitHub (Oct 31, 2019):

How to open panes like that I didn't find any command like newPane

@eduardonunesp commented on GitHub (Oct 31, 2019): How to open panes like that I didn't find any command like `newPane`
Author
Owner

@zadjii-msft commented on GitHub (Oct 31, 2019):

@eduardonunesp I'd refer you to https://github.com/microsoft/terminal/issues/1000#issuecomment-522547164

@zadjii-msft commented on GitHub (Oct 31, 2019): @eduardonunesp I'd refer you to https://github.com/microsoft/terminal/issues/1000#issuecomment-522547164
Author
Owner

@jwhipp commented on GitHub (Nov 21, 2019):

I've tried this and I have been able to move between panes with clicks but it doesn't always select. Sometimes a single click is enough, other times I have to click a bunch of times or select something in the pane to get to take focus.

@jwhipp commented on GitHub (Nov 21, 2019): I've tried this and I have been able to move between panes with clicks but it doesn't always select. Sometimes a single click is enough, other times I have to click a bunch of times or select something in the pane to get to take focus.
Author
Owner

@ghost commented on GitHub (Jan 14, 2020):

:tada:This issue was addressed in #3958, which has now been successfully released as Windows Terminal Preview v0.8.10091.0.🎉

Handy links:

@ghost commented on GitHub (Jan 14, 2020): :tada:This issue was addressed in #3958, which has now been successfully released as `Windows Terminal Preview v0.8.10091.0`.:tada: Handy links: * [Release Notes](https://github.com/microsoft/terminal/releases/tag/v0.8.10091.0) * [Store Download](https://www.microsoft.com/store/apps/9n0dx20hk701?cid=storebadge&ocid=badge)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#4238