[PR #12517] No longer load content dialogs when there is already one being shown #29087

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

Original Pull Request: https://github.com/microsoft/terminal/pull/12517

State: closed
Merged: Yes


Summary of the Pull Request

Somehow, the controls v2 update caused an issue where if you as much as load a content dialog when there's already one open, we get holes in the terminal window (#12447)

This commit introduces logic to TerminalPage to check whether there is a content dialog open before we try to load another one.

PR Checklist

Validation Steps Performed

Can no longer repro #12447

**Original Pull Request:** https://github.com/microsoft/terminal/pull/12517 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request Somehow, the controls v2 update caused an issue where if you as much as _load_ a content dialog when there's already one open, we get holes in the terminal window (#12447) This commit introduces logic to `TerminalPage` to check whether there is a content dialog open before we try to load another one. ## PR Checklist * [x] Closes #12447 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed * [ ] Documentation updated. If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/terminal) and link it here: #xxx * [ ] Schema updated. * [x] I work here ## Validation Steps Performed Can no longer repro #12447
claunia added the pull-request label 2026-01-31 09:32:41 +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#29087