View Issue Details

IDProjectCategoryView StatusLast Update
0002612NoesisGUIUnity3Dpublic2023-09-27 17:58
Reportersfernandez Assigned Tosfernandez  
PrioritynormalSeveritycrashReproducibilityalways
Status assignedResolutionopen 
Product Version3.2.1 
Target Version3.2.3 
Summary0002612: Crash reloading assembly with xaml containing bindings
DescriptionFrom forum post: https://www.noesisengine.com/forums/viewtopic.php?t=2950
Steps To Reproduce
<Grid x:Name="NotificationsGrid"
              Margin="10,20"
              HorizontalAlignment="Left"
              VerticalAlignment="Top">

  <Grid x:Name="NestedGrid" Visibility="{Binding ObjectivesViewModel.HasObjectives, Converter={StaticResource BoolToVisibilityConverter}}">
  </Grid>
</Grid>
Additional InformationIt happens when using a nested binding: ObjectivesViewModel.HasObjectives
TagsNo tags attached.
PlatformAny

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-05-29 13:36 sfernandez New Issue
2023-05-29 13:36 sfernandez Assigned To => sfernandez
2023-05-29 13:36 sfernandez Status new => assigned
2023-05-29 13:36 sfernandez Target Version => 3.2.2
2023-05-29 13:38 sfernandez Steps to Reproduce Updated
2023-05-29 13:38 sfernandez Additional Information Updated
2023-09-27 17:58 sfernandez Target Version 3.2.2 => 3.2.3