View Issue Details

IDProjectCategoryView StatusLast Update
0003668NoesisGUIStudiopublic2025-11-03 11:01
Reporterfllorens Assigned Tosfernandez  
PrioritynormalSeveritycrash 
Status resolvedResolutionfixed 
Product VersionStudio_Alpha 
Target VersionStudio_BetaFixed in VersionStudio_Beta 
Summary0003668: 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:
<Setter Property="noesis:StyleInteraction.Triggers">
<Setter.Value>
<noesis:StyleTriggerCollection>
<b:EventTrigger EventName="MouseEnter">
<noesis:SetFocusAction/>

Attached a simplified page.

Steps To Reproduce
  1. Open attached page
  2. Edit Listbox's ItemContainer Style
  3. In interactivity panel, try to add an EventTrigger
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>
MainPage.xaml (1,255 bytes)   
PlatformAny

Activities

fllorens

fllorens

2025-02-05 16:33

developer   ~0010333

(0.0.177) Not crashing now, but adding an EventTrigger to a style will result in an empty Event dropdown

imatge.png (16,794 bytes)   
imatge.png (16,794 bytes)   
fllorens

fllorens

2025-11-03 10:54

developer   ~0011340

This issue is solved already, this ticket should be closed

Issue History

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