Unplanned
Last Updated: 08 May 2025 13:38 by Stefan
Created by: Radko
Comments: 2
Category: Popup
Type: Feature Request
19

I want a less-persistent popup, where a click outside of its boundaries would close it. To give a real world example, the Share Snippet feature in REPL works in such a way.

===

Telerik edit: A workaround for the time being is to attach a JavaScript click handler that closes the Popup instance:  https://blazorrepl.telerik.com/GyumGrEs22yZgoCD16 

Unplanned
Last Updated: 08 Apr 2025 10:59 by ADMIN

Hello,

related to my previous bug report.

I have a Dialog that contains a Coordinates textbox which when focused shows a Popup with a Map under that text box.

When the Form model is set in OnInitializedAsync() the Popup is shown under the anchor textbox as expected:

 

But when the Form model is set in OnAfterRender, the Popup is incorrectly positioned to the upper left (0, 0) corner:

 

The position of the popup should behave correctly regardless of where the Form model is set.

 

Unplanned
Last Updated: 26 Nov 2025 08:42 by Janick

Currently the popup collision setting can be either Flip or Fit, but it will be useful to have a third setting that can use both positioning methods at the same time. Flip should be the default approach, but if the popup does not fit in either direction, then the component should fallback to a Fit approach.

The feature request also applies to the Popover component and any other component that exposes collision settings in the future.