-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Labels
Area-CmdPalCommand Palette issues and featuresCommand Palette issues and featuresIssue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Needs-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsPriority-3A description (P3)A description (P3)Product-TerminalThe new Windows Terminal.The new Windows Terminal.
Milestone
Description
Windows Terminal version
1.22.10731.0
Windows build number
10.0.26100.3476
Other Software
No response
Steps to reproduce
Win+R'wt'CTRL+Shift+P- Enter the first few letters of the custom action name, and then press Enter
- Now, you can reproduce . The first custom action name text previewed always appears at the bottom of the window.
setting.json
{
"command":
{
"action": "sendInput",
"input": "tssh --dragfile\n"
},
"id": "User.sendInput.B061DCF",
"name": "0.tssh"
},@eleadufresne Could you please confirm if it is related to your commit.
The occurrence of the problem may be related to the commit of 'Preview actions from the command palette on mouse hover'. It looks like this, but I can't be entirely sure.
- Commit : a86c90a
- Preview actions from the command palette on mouse hover (Feat preview color scheme on mouse hover #18518)
mp4(Steps to reproduce):
steps.mp4
Expected Behavior
The expected result is that after entering and pressing enter, the preview disappears correctly.
Actual Behavior
The actual result is that after entering and pressing enter, the preview text is always displayed and obscures the keyboard input text.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-CmdPalCommand Palette issues and featuresCommand Palette issues and featuresIssue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Needs-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsPriority-3A description (P3)A description (P3)Product-TerminalThe new Windows Terminal.The new Windows Terminal.