[PR #10009] [MERGED] Fix dropdown showing in up direction #27841

Open
opened 2026-01-31 09:24:36 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/10009
Author: @mpela81
Created: 4/30/2021
Status: Merged
Merged: 5/4/2021
Merged by: @undefined

Base: mainHead: fix/8924_dropdown_up


📝 Commits (1)

  • 46cc41a Fix dropdown showing in up direction

📊 Changes

1 file changed (+3 additions, -4 deletions)

View changed files

📝 src/cascadia/TerminalApp/TerminalPage.cpp (+3 -4)

📄 Description

Summary of the Pull Request

Let the dropdown menu open downwards if there's enough space, when clicking on the down arrow.

PR Checklist

Detailed Description of the Pull Request / Additional comments

Set the placement of the flyout to BottomEdgeAlignedLeft, as was done when opening the menu from the key binding.

Validation Steps Performed

Manual tests


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/10009 **Author:** [@mpela81](https://github.com/mpela81) **Created:** 4/30/2021 **Status:** ✅ Merged **Merged:** 5/4/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `fix/8924_dropdown_up` --- ### 📝 Commits (1) - [`46cc41a`](https://github.com/microsoft/terminal/commit/46cc41ab9d511de636c587952773942afbe0c795) Fix dropdown showing in up direction ### 📊 Changes **1 file changed** (+3 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/TerminalPage.cpp` (+3 -4) </details> ### 📄 Description ## Summary of the Pull Request Let the dropdown menu open downwards if there's enough space, when clicking on the down arrow. ## PR Checklist * [X] Closes #8924 * [X] CLA signed. ## Detailed Description of the Pull Request / Additional comments Set the placement of the flyout to BottomEdgeAlignedLeft, as was done when opening the menu from the key binding. ## Validation Steps Performed Manual tests --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:24:36 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#27841