View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003667 | NoesisGUI | Studio | public | 2024-08-29 13:26 | 2024-12-06 20:52 |
| Reporter | fllorens | Assigned To | maherne | ||
| Priority | normal | Severity | minor | ||
| Status | resolved | Resolution | fixed | ||
| Product Version | Studio_Alpha | ||||
| Target Version | Studio_Alpha | ||||
| Summary | 0003667: 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 |
| ||||
| Attached Files | 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> | ||||
| Platform | Any | ||||
| 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 |