Unplanned
Last Updated: 17 Sep 2026 14:05 by ADMIN
Mingxiao
Created on: 17 Sep 2026 12:59
Category: Popup
Type: Bug Report
1
Popup: [Android] Clips formatted text when popup content contains nested ContentViews and text in the content is assigned after opening the popup

When a RadPopup's content contains nested ContentViews and the Label's (Formatted)Text is assigned after the popup has been opened (IsOpen = true), the popup does not resize to fit the new content, so the text is clipped. Assigning the same text before opening renders correctly.

Steps to reproduce
1. Create a RadPopup whose content is a Label nested inside two ContentViews.
2. Open the popup (IsOpen = true).
3. Set the Label's FormattedText after opening.
1 comment
ADMIN
Didi
Posted on: 17 Sep 2026 14:05

Workaround:

Set a definitive width and height to the first content view,

or keep only one content view

Regards,
Didi
Progress Telerik