Skip to content

Fix misleading modal/non-modal description and typo in Popup overview#1409

Open
kalin-todorov wants to merge 1 commit into
masterfrom
kalin/fix-popup-overview-modal-wording
Open

Fix misleading modal/non-modal description and typo in Popup overview#1409
kalin-todorov wants to merge 1 commit into
masterfrom
kalin/fix-popup-overview-modal-wording

Conversation

@kalin-todorov

Copy link
Copy Markdown
Collaborator

Summary

Two issues in controls/popup/overview.md:

  1. The modal popups bullet incorrectly stated that in both modal and non-modal cases the UI behind gets inactive. Non-modal popups do not block interaction -- they simply close when the user taps outside. The modal-popup.md article already has the correct distinction, but the overview was misleading.

  2. Typo in the Next Steps link: '.NE MAUI' -> '.NET MAUI'

Changes

  • Rewrite the modal popup bullet to correctly distinguish modal (blocks UI, no outside-tap dismiss) from non-modal (closes on outside tap, does not block UI)
  • Fix typo: '.NE MAUI' -> '.NET MAUI'

The previous wording stated the UI gets inactive for both modal and
non-modal popups, which is incorrect. Non-modal popups close on outside
tap and do not block interaction with the underlying UI.

Also fix typo: '.NE MAUI' -> '.NET MAUI' in the Next Steps link.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 1, 2026 12:13
@kalin-todorov kalin-todorov requested a review from a team as a code owner July 1, 2026 12:13
@kalin-todorov kalin-todorov enabled auto-merge July 1, 2026 12:14

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Telerik UI for .NET MAUI Popup overview documentation to correct misleading wording about modal vs non-modal behavior and fixes a typo in the “Next Steps” link text.

Changes:

  • Reword the “Modal popups” bullet to better distinguish modal vs non-modal behavior.
  • Fix a typo in the “Getting Started” link text (”.NE MAUI” → “.NET MAUI”).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

## Key Features of the .NET MAUI Popup

* [Modal popups]({% slug popup-modal %})&mdash;You can define whether the popup will be modal or not. In both cases, the UI behind the MAUI popup gets inactive and cannot be used until the popup is closed. When you have a modal popup, it will not be automatically closed when the user clicks outside its viewport.
* [Modal popups]({% slug popup-modal %})&mdash;You can define whether the popup will be modal or not. For modal popups, the UI behind is inactive and cannot be used until the popup is closed, and tapping outside does not dismiss it. For non-modal popups, tapping outside the popup closes it automatically.
## Key Features of the .NET MAUI Popup

* [Modal popups]({% slug popup-modal %})&mdash;You can define whether the popup will be modal or not. In both cases, the UI behind the MAUI popup gets inactive and cannot be used until the popup is closed. When you have a modal popup, it will not be automatically closed when the user clicks outside its viewport.
* [Modal popups]({% slug popup-modal %})&mdash;You can define whether the popup will be modal or not. For modal popups, the UI behind is inactive and cannot be used until the popup is closed, and tapping outside does not dismiss it. For non-modal popups, tapping outside the popup closes it automatically.
## Key Features of the .NET MAUI Popup

* [Modal popups]({% slug popup-modal %})&mdash;You can define whether the popup will be modal or not. In both cases, the UI behind the MAUI popup gets inactive and cannot be used until the popup is closed. When you have a modal popup, it will not be automatically closed when the user clicks outside its viewport.
* [Modal popups]({% slug popup-modal %})&mdash;You can define whether the popup will be modal or not. For modal popups, the UI behind is inactive and cannot be used until the popup is closed, and tapping outside does not dismiss it. For non-modal popups, tapping outside the popup closes it automatically.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants