View Issue Details

IDProjectCategoryView StatusLast Update
0004549NoesisGUIStudiopublic2026-01-31 14:18
Reporterdstewart Assigned Tosfernandez  
PrioritynormalSeverityminor 
Status assignedResolutionopen 
Product VersionStudio_Beta 
Target VersionStudio_Beta 
Summary0004549: Storyboard Names Appear to Cache And Are Marked as "Already Used" Even If They Don't Exist Anymore
Description

Currently, if you have a Storyboard "Storyboard_A", then rename it to "Storyboard_B", if you rename it back to "Storyboard_A", it will produce a warning stating "A storyboard with the name "Storyboard_A" already exists.
This results in making it impossible to rename the Storyboard back to "Storyboard_A".


Repro Steps:

1) Download and open the attached Studio Project.

2) In the Navigator, identify the UserControl named "TopographicPattern_UserControl" (found under the "Foreground_Group_Grid" Grid under the RootGrid.

3) Enter the TopographicPattern_UserControl's context menu, and open the UserControl's Template for Edit
This will then open in the dummy Template Editor.

4) Within the UserControl Template, navigate to the Animation/Storyboards Panel.
Inside, you will find a Storyboard named "TopoPatternn_Animation" (note how there is an extra 'n' in the word 'Paternn')

5) Rename the Storyboard to "TopoPattern_Animation" with the proper spelling of "Pattern".

6) Rename the Storyboard back to "TopoPatternn_Animation" with the incorrect spelling of "Patternn".

Observe how although there is no Storyboard named "TopoPatternn_Animation", that a toast appears stating that the name is already existing.

Expected Results: Names that no longer exist used as not cached and misidentified as being in-use.

Attached Files
PlatformAny

Activities

dfranjic

dfranjic

2026-01-31 14:18

developer   ~0011828

Note for future: ResourceDictionary is set to read-only so there are issues removing the old key and adding the new one to the dictionary.

Issue History

Date Modified Username Field Change
2025-11-20 13:34 dstewart New Issue
2025-11-20 13:34 dstewart File Added: Project_RadialGradientNotSaving.zip
2025-11-20 13:35 dstewart Summary Storyboard Names Appear to Cache And Mark as "Already Used" Storyboard Names That Don't Exist Anymore => Storyboard Names Appear to Cache And Are Marked as "Already Used" Even If They Don't Exist Anymore
2025-11-21 16:03 jsantos Assigned To => sfernandez
2025-11-21 16:03 jsantos Status new => assigned
2025-11-21 16:03 jsantos Target Version => Studio_Beta
2026-01-31 14:18 dfranjic Note Added: 0011828