View Issue Details

IDProjectCategoryView StatusLast Update
0002620NoesisGUIInspectorpublic2023-09-28 14:56
Reportersfernandez Assigned Tohcpizzi  
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.2.1 
Target Version3.2.2Fixed in Version3.2.2 
Summary0002620: Crash inspecting element with a templated parent binding in a style
DescriptionConnecting to an application rendering the following xaml:

<Grid 
  xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  <Grid.Resources>
    <Style x:Key="rectStyle" TargetType="Rectangle">
      <Setter Property="Tag" Value="{Binding Tag, RelativeSource={RelativeSource Mode=TemplatedParent}}"/>
    </Style>
  </Grid.Resources>
  <Rectangle Style="{StaticResource rectStyle}" Width="100" Height="50" Fill="Blue"/>
</Grid>

Selecting the Rectangle in the inspector will crash it.
TagsNo tags attached.
PlatformAny

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-06-06 19:30 sfernandez New Issue
2023-06-06 19:30 sfernandez Assigned To => hcpizzi
2023-06-06 19:30 sfernandez Status new => assigned
2023-06-06 19:30 sfernandez Target Version => 3.2.2
2023-06-06 19:31 sfernandez Description Updated
2023-09-28 14:56 hcpizzi Status assigned => resolved
2023-09-28 14:56 hcpizzi Resolution open => fixed
2023-09-28 14:56 hcpizzi Fixed in Version => 3.2.2