View Issue Details

IDProjectCategoryView StatusLast Update
0002608NoesisGUIUnity3Dpublic2023-05-25 19:40
Reporterstonstad Assigned Tosfernandez  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.2.1 
Target Version3.2.2Fixed in Version3.2.2 
Summary0002608: Setting Stretch to Fill on Path w/ BackgroundEffectBehavior Causes Crash
DescriptionCreate 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>
TagsNo tags attached.
PlatformAny

Activities

stonstad

stonstad

2023-05-24 06:03

reporter   ~0008508

Issue History

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