View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002608 | NoesisGUI | Unity3D | public | 2023-05-24 06:03 | 2023-05-25 19:40 |
Reporter | stonstad | Assigned To | sfernandez | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.2.1 | ||||
Target Version | 3.2.2 | Fixed in Version | 3.2.2 | ||
Summary | 0002608: Setting Stretch to Fill on Path w/ BackgroundEffectBehavior Causes Crash | ||||
Description | Create a path and set stretch mode to Fill. Assign a BackgroundEffectBehavior to this Path. If the stretch mode is Fill Noesis immediately crashes. If Fill is None, Noesis does not crash. XAML shown below with crash logs and core included. | ||||
Steps To Reproduce | <Grid Grid.Row="1"> <Grid.LayoutTransform> <ScaleTransform ScaleX="2" ScaleY="2"/> </Grid.LayoutTransform> <Path x:Name="_BottomPanelBlur" Stretch="Fill"> <!-- CRASH --> <b:Interaction.Behaviors> <noesis:BackgroundEffectBehavior Source="{Binding ElementName=source}"> <BlurEffect Radius="{StaticResource BottomBlurRadius}"/> </noesis:BackgroundEffectBehavior> </b:Interaction.Behaviors> ... </Path> | ||||
Tags | No tags attached. | ||||
Platform | Any | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2023-05-24 06:03 | stonstad | New Issue | |
2023-05-24 06:03 | stonstad | Note Added: 0008508 | |
2023-05-24 06:03 | stonstad | File Added: Crash_2023-05-24_035734551.zip | |
2023-05-24 14:12 | sfernandez | Assigned To | => sfernandez |
2023-05-24 14:12 | sfernandez | Status | new => assigned |
2023-05-24 14:12 | sfernandez | Product Version | 3.2.0 => 3.2.1 |
2023-05-24 14:12 | sfernandez | Target Version | => 3.2.2 |
2023-05-25 19:40 | sfernandez | Status | assigned => resolved |
2023-05-25 19:40 | sfernandez | Resolution | open => fixed |
2023-05-25 19:40 | sfernandez | Fixed in Version | => 3.2.2 |