Dropdown menu Stuck #20073

Open
opened 2026-01-31 07:02:37 +00:00 by claunia · 0 comments
Owner

Originally created by @lengyuxuan on GitHub (Jun 14, 2023).

Windows Terminal version

1.17.11461.0

Windows build number

10.0.19045.0

Other Software

image
image

Steps to reproduce

  1. Edit settings.json
"newTabMenu": [
    { "type": "remainingProfiles" },
    {
      "type": "folder",
      "icon": "E:/photo/g4.ico",
      "name": "自建",
      "entries": [
        {
          "name": "阿里云",
          "type": "matchProfiles"
        },
        {
          "name": "dell",
          "type": "matchProfiles"
        },
        {
          "name": "树莓派",
          "type": "matchProfiles"
        },
        {
          "name": "NUC",
          "type": "matchProfiles"
        },
        {
          "name": "g4",
          "type": "matchProfiles"
        }
      ]
    },
    {
      "type": "folder",
      "icon": "E:/photo/jbr.png",
      "name": "lcy",
      "entries": [
        {
          "name": "assist-manage",
          "type": "matchProfiles"
        },
        {
          "name": "测试服",
          "type": "matchProfiles"
        }
      ]
    }
  ],
  1. Open terminal.

https://github.com/microsoft/terminal/assets/23334732/0cfd9dec-b938-48d5-b9db-4f8cad5c6f02

Expected Behavior

No response

Actual Behavior

Silky~~~~~~~

Originally created by @lengyuxuan on GitHub (Jun 14, 2023). ### Windows Terminal version 1.17.11461.0 ### Windows build number 10.0.19045.0 ### Other Software ![image](https://github.com/microsoft/terminal/assets/23334732/dff15a24-aef3-4e20-bdf1-6b5f5cad6037) ![image](https://github.com/microsoft/terminal/assets/23334732/02110b86-b311-4f96-82f4-8bda05e4842e) ### Steps to reproduce 1. Edit `settings.json` ```json "newTabMenu": [ { "type": "remainingProfiles" }, { "type": "folder", "icon": "E:/photo/g4.ico", "name": "自建", "entries": [ { "name": "阿里云", "type": "matchProfiles" }, { "name": "dell", "type": "matchProfiles" }, { "name": "树莓派", "type": "matchProfiles" }, { "name": "NUC", "type": "matchProfiles" }, { "name": "g4", "type": "matchProfiles" } ] }, { "type": "folder", "icon": "E:/photo/jbr.png", "name": "lcy", "entries": [ { "name": "assist-manage", "type": "matchProfiles" }, { "name": "测试服", "type": "matchProfiles" } ] } ], ``` 2. Open terminal. https://github.com/microsoft/terminal/assets/23334732/0cfd9dec-b938-48d5-b9db-4f8cad5c6f02 ### Expected Behavior _No response_ ### Actual Behavior Silky~~~~~~~
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#20073