View Issue Details

IDProjectCategoryView StatusLast Update
0002866NoesisGUIStudiopublic2023-12-04 19:15
Reporterfllorens Assigned Todfranjic  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Target VersionStudio_Alpha 
Summary0002866: EventTrigger seems to be renaming Storyboard
Description

As seen here https://youtu.be/DC0YTtlfxD4?feature=shared&t=3250 there's only a renamed storyboard. When an EventTrigger loaded is created, it appears to rename or try to open a 'Storyboard0' that doesn't exist.

PlatformAny

Activities

dfranjic

dfranjic

2023-12-04 16:33

developer   ~0008998

I can't seem to reproduce the issue and I can't really locate the issue in the Studio's code. It could be maybe that the Studio is not showing the 'Storyboard0' in the list of storyboards but it exists in the XAML code. Just speculation..
If you find a way to reproduce the issue, please do tell.

dfranjic

dfranjic

2023-12-04 18:00

developer   ~0008999

Discovered a way to reproduce it all the time.

  1. Create a Storyboard / have a Storyboard with animations
  2. Make sure the Storyboard name doesn't equal to "Storyboard0"
  3. Drag a keyframe
  4. Try to create a BeginStoryboard action in a EventTrigger and it's going to create a Storyboard0 object rather than use the existing Storyboard

Seems like dragging a keyframe causes the issue.

Issue History

Date Modified Username Field Change
2023-11-21 18:32 fllorens New Issue
2023-11-21 18:52 sfernandez Target Version => Studio_Alpha
2023-11-21 22:57 jsantos Assigned To => dfranjic
2023-11-21 22:57 jsantos Status new => assigned
2023-12-04 16:33 dfranjic Note Added: 0008998
2023-12-04 18:00 dfranjic Note Added: 0008999
2023-12-04 19:15 dfranjic Status assigned => resolved
2023-12-04 19:15 dfranjic Resolution open => fixed