Unplanned
Last Updated: 24 Jan 2023 14:28 by ADMIN

Popup:

Calling

IsOpen = true,
IsOpen = false,
IsOpen = true,
IsOpen = false,

while the last IsOpen update isn't ready, kills the Popup.
It works async, even if animations are set to none/0s and there is no public event to validate the last update is fully done (Popup opened/closed)

In my case i have a popup opened, while a search operation is running in the background.
If this background search returns too fast and i set IsOpen to false, the update is ignored and the popup keeps in an opened state.

Unplanned
Last Updated: 25 Aug 2023 14:09 by Oussama
When the Popup control is attached to the page, the "Top" and "Bottom" options of the Placement property does not respect correctly.
Completed
Last Updated: 07 Aug 2024 08:00 by ADMIN
Release 7.1.0 (2024 Q3)
If you have a modal Popup and update its PlacementTarget after IsModal is set, the Popup will not be shown correctly on Windows.
Unplanned
Last Updated: 19 Aug 2024 08:02 by ADMIN
Created by: Tim
Comments: 1
Category: Popup
Type: Feature Request
0
It would be nice to have more animation styles when the popup opens/closes.  Specifically, it would be nice to have an animation that slides in from a direction (top, bottom, right, left).  I would like to have a popup that appears to slide up from the bottom of the page when it opens and slides down when closing.  I know you can get a similar effect with the SideDrawer control but would prefer to use the popup.
Completed
Last Updated: 10 Jul 2025 08:09 by ADMIN
Release 11.0.1

Regression of the following issue: Pickers: [Android] Do not display in a Shell modal page in Net 9 project

The issue happens in Telerik MAUI 11.0.0, in 10.0.0 no issues

Declined
Last Updated: 04 Sep 2025 14:35 by ADMIN
when having an input control in the popup, and open the popup. Focusing the input inside the popup displays the keyboard and this pushes up the popup off the screen.
1 2