-
Notifications
You must be signed in to change notification settings - Fork 273
Description
Describe the bug
When I open the terminal window, then run docker agent, it brings up a text UI etc. After I ask a question, I can scroll up/down and can use the UI as expected. The problem is that if I open another terminal tab, then return, the previous tab becomes non scrolling, and I loose the ability to see new output, but can see the scrollbar "shrink" as it outputs to the canvas.
Version affected
Client:
Version: 29.2.1
API version: 1.53
Go version: go1.25.6
Git commit: a5c7197
Built: Mon Feb 2 17:20:16 2026
OS/Arch: windows/amd64
Context: desktop-linux
Server: Docker Desktop 4.63.0 (220185)
Engine:
Version: 29.2.1
API version: 1.53 (minimum version 1.44)
Go version: go1.25.6
Git commit: 6bc6209
Built: Mon Feb 2 17:17:24 2026
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: v2.2.1
GitCommit: dea7da592f5d1d2b7755e3a161be07f43fad8f75
runc:
Version: 1.3.4
GitCommit: v1.3.4-0-gd6d73eb8
docker-init:
Version: 0.19.0
GitCommit: de40ad0
How To Reproduce
Detailed steps to reproduce the behavior:
- Start Docker Desktop
- Click "Terminal" to open up a new terminal
- Type
docker agent - Ask a question that generates a page or two of text, such that you can scoll up/down
- Click the
+icon to add a second terminal - Click, close or otherwise return to the original
docker agentcommand - Scolling is now broken for me at this point
Expectation
I would expect the scrolling to continue to work the way it was prior to changing terminal tabs.
Screenshots
The screenshot shows how there is a second "Windows PowerShell" tab that I had opened. After I had done this, then returned to the original one with the agent running, I lost the ability to scroll or use the mouse to interact with things such as text buttons, as if I have created a second session.
OS and Terminal type
Windows 11, latest updates.
Additional context
There was once that I was able to click the first tab again, and was able to restore the functionality. But after opening another tab and returning again to restest, it broke again. Generally I am not able to do this at all, so I can't know exactly what changed.
Also, I have just tried this for the first time today, and also updated Docker Desktop today, so I don't know if this is broken only in this version or not.