View Issue Details

IDProjectCategoryView StatusLast Update
0003846NoesisGUIC++ SDKpublic2024-12-11 12:29
Reporteroraccuglia Assigned Tosfernandez  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Product Version3.2.4 
Target Version3.2.7Fixed in Version3.2.7 
Summary0003846: TextBlock not invalidated when an inline image is set
Description

A TextBlock that contains an InlineUIContainer wrapping an Image doesn't invalidate when the Image's Source changes in later frames after load.

From a forum post: https://www.noesisengine.com/forums/viewtopic.php?t=3516

Steps To Reproduce

With this layout:

<TextBlock>
<Run>Prefix Text</Run>
<InlineUIContainer>
<Image Source="{Binding Image}" />
</InlineUIContainer>
<Run>Suffix Text</Run>
</TextBlock>

If the Image binding initially has no texture, and changes to an image in a later frame, the text block's layout does not change (leaving the prefix/suffix next to each other)/

PlatformAny

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-12-02 14:54 oraccuglia New Issue
2024-12-02 16:22 sfernandez Assigned To => sfernandez
2024-12-02 16:22 sfernandez Status new => assigned
2024-12-02 16:22 sfernandez Target Version => 3.2.7
2024-12-11 12:29 sfernandez Status assigned => resolved
2024-12-11 12:29 sfernandez Resolution open => fixed
2024-12-11 12:29 sfernandez Fixed in Version => 3.2.7