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.
1 2