View Issue Details

IDProjectCategoryView StatusLast Update
0003667NoesisGUIStudiopublic2024-12-06 20:52
Reporterfllorens Assigned Tomaherne  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Product VersionStudio_Alpha 
Target VersionStudio_Alpha 
Summary0003667: Crash when applying a brush resource inside a style
Description

(0.0.139) Attached simplified file and crash dump. Crash occurs when editing a style and the user tries to assign a resource to any brush with the three dotted menu > apply resource

Steps To Reproduce
  1. Open attached page
  2. Edit textblock's style
  3. In the appearance section of the properties panel, try to assign a resource (already created in the page) to the Background or the Foreground brushes
Attached Files
StyleResourceBug.dmp (217,672 bytes)
StyleBug.xaml (928 bytes)   
<Page
  xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  mc:Ignorable="d"
  d:DesignWidth="1920"
  d:DesignHeight="1080"
  Background="#FF4D5052">
  <Page.Resources>
    <Style x:Key="TextBlock.Style.001" TargetType="{x:Type TextBlock}"/>
    <LinearGradientBrush x:Key="LinearGradientBrush.002" StartPoint="0,0.5" EndPoint="1,0.5">
      <GradientStop Color="#FFFFFFFF" Offset="1"/>
      <GradientStop Color="#FF000000" Offset="0"/>
    </LinearGradientBrush>
  </Page.Resources>
  <Grid>
    <TextBlock Text="TextBlock" TextWrapping="Wrap" Height="236" Margin="0,0,209.47,54.068" Width="541" HorizontalAlignment="Center" VerticalAlignment="Center" Style="{DynamicResource TextBlock.Style.001}"/>
  </Grid>
</Page>
StyleBug.xaml (928 bytes)   
PlatformAny

Activities

Issue History

Date Modified Username Field Change
2024-08-29 13:26 fllorens New Issue
2024-08-29 13:26 fllorens File Added: StyleResourceBug.dmp
2024-08-29 13:26 fllorens File Added: StyleBug.xaml
2024-08-29 13:57 jsantos Summary Crash when applying a brush reosurce inside a style => Crash when applying a brush resource inside a style
2024-08-29 13:57 jsantos Assigned To => sfernandez
2024-08-29 13:57 jsantos Status new => assigned
2024-08-29 13:57 jsantos Target Version => Studio_Alpha
2024-09-18 13:33 maherne Assigned To sfernandez => maherne
2024-12-06 20:52 dfranjic Status assigned => resolved
2024-12-06 20:52 dfranjic Resolution open => fixed