View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002620 | NoesisGUI | Inspector | public | 2023-06-06 19:30 | 2023-09-28 14:56 |
Reporter | sfernandez | Assigned To | hcpizzi | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.2.1 | ||||
Target Version | 3.2.2 | Fixed in Version | 3.2.2 | ||
Summary | 0002620: Crash inspecting element with a templated parent binding in a style | ||||
Description | Connecting 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. | ||||
Tags | No tags attached. | ||||
Platform | Any | ||||
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 |