View Issue Details

IDProjectCategoryView StatusLast Update
0001529NoesisGUIC++ SDKpublic2019-08-07 14:08
Reporterasusralis Assigned Tosfernandez  
PrioritynormalSeveritymajor 
Status resolvedResolutionfixed 
Product Version2.2.3 
Target Version2.2.4Fixed in Version2.2.4 
Summary0001529: Infinite layout loop if using the same Visual as Content for 2 ContentPresenters
Description

https://www.noesisengine.com/forums/viewtopic.php?f=3&t=1771

Steps To Reproduce

<Grid
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Grid.Resources>
<ResourceDictionary>
<Grid x:Key="A"/>
</ResourceDictionary>
</Grid.Resources>
<Border>
<StackPanel>
<ContentControl Grid.Row="2" Content="{DynamicResource A}" />
<ContentControl Grid.Row="2" Content="{DynamicResource A}" />
</StackPanel>
</Border>
</Grid>

PlatformAny

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2019-08-07 13:38 sfernandez New Issue
2019-08-07 13:38 sfernandez Reporter sfernandez => asusralis
2019-08-07 13:38 sfernandez Assigned To => sfernandez
2019-08-07 13:38 sfernandez Status new => assigned
2019-08-07 13:38 sfernandez Product Version => 2.2.3
2019-08-07 13:38 sfernandez Target Version => 2.2.4
2019-08-07 14:08 sfernandez Status assigned => resolved
2019-08-07 14:08 sfernandez Resolution open => fixed
2019-08-07 14:08 sfernandez Fixed in Version => 2.2.4