View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003668 | NoesisGUI | Studio | public | 2024-08-30 12:38 | 2025-11-03 11:01 |
| Reporter | fllorens | Assigned To | sfernandez | ||
| Priority | normal | Severity | crash | ||
| Status | resolved | Resolution | fixed | ||
| Product Version | Studio_Alpha | ||||
| Target Version | Studio_Beta | Fixed in Version | Studio_Beta | ||
| Summary | 0003668: Crash when adding Event Trigger to style | ||||
| Description | (0.0.139) Crash without dump trying to add Interactivity panel's EventTrigger to a style. I was trying to replicate something like: Attached a simplified page. | ||||
| Steps To Reproduce |
| ||||
| Attached Files | MainPage.xaml (1,255 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" xmlns:system="clr-namespace:System;assembly=mscorlib">
<Page.Resources>
<Style x:Key="ListBoxItem.Style.001" TargetType="{x:Type ListBoxItem}" BasedOn="{StaticResource {x:Type ListBoxItem}}"/>
</Page.Resources>
<Grid>
<ListBox Height="582" Margin="0,0,206.692,266.372" Width="430" HorizontalAlignment="Center" VerticalAlignment="Center" ItemContainerStyle="{DynamicResource ListBoxItem.Style.001}">
<system:String>Item #1</system:String>
<system:String>Item #2</system:String>
<system:String>Item #3</system:String>
<system:String>Item #4</system:String>
<system:String>Item #5</system:String>
<system:String>Item #6</system:String>
<system:String>Item #7</system:String>
<system:String>Item #8</system:String>
<system:String>Item #9</system:String>
<system:String>Item #10</system:String>
</ListBox>
</Grid>
</Page>
| ||||
| Platform | Any | ||||
|
(0.0.177) Not crashing now, but adding an EventTrigger to a style will result in an empty Event dropdown |
|
|
This issue is solved already, this ticket should be closed |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2024-08-30 12:38 | fllorens | New Issue | |
| 2024-08-30 12:38 | fllorens | File Added: MainPage.xaml | |
| 2024-08-30 12:44 | fllorens | Description Updated | |
| 2024-09-03 12:45 | jsantos | Assigned To | => sfernandez |
| 2024-09-03 12:45 | jsantos | Status | new => assigned |
| 2024-09-03 12:46 | jsantos | Target Version | => Studio_Alpha |
| 2024-09-18 13:33 | maherne | Assigned To | sfernandez => maherne |
| 2025-02-05 16:33 | fllorens | Note Added: 0010333 | |
| 2025-02-05 16:33 | fllorens | File Added: imatge.png | |
| 2025-02-07 12:43 | maherne | Assigned To | maherne => sfernandez |
| 2025-04-02 11:08 | sfernandez | Target Version | Studio_Alpha => Studio_Beta |
| 2025-11-03 10:54 | fllorens | Note Added: 0011340 | |
| 2025-11-03 11:01 | sfernandez | Status | assigned => resolved |
| 2025-11-03 11:01 | sfernandez | Resolution | open => fixed |
| 2025-11-03 11:01 | sfernandez | Fixed in Version | => Studio_Beta |