View Issue Details

IDProjectCategoryView StatusLast Update
0004946NoesisGUIStudiopublic2026-04-15 17:24
Reporterdstewart Assigned ToAntonino  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Product VersionStudio_Beta 
Fixed in VersionStudio_Beta 
Summary0004946: Resources Display Duplicates During Resource Panel Search
Description

Currently, after renaming Resources, it is possible for a Resource Search to show duplicate Resources in the Results Listing.

See attached image.


Repro Steps:

1) Create a Studio Project featuring a MainPage.xaml

2) Navigate to the Resources Tab, and select GlobalResources.

3) Using the '+' icon in the top right of the Resources Panel, create the following, in this order:
--> x1 Color Resource, set to any colour.
--> x1 Color Resource, set to any colour.
--> x1 ControlTemplate , set as a 'Button' Target Type.
Do not rename any of these yet.

4) Navigate to the GlobalResources.xaml tab at the top of the app to expose these Resources in the Resource Preview Mode on-Stage.

5) Rename 'Color.001' to 'A'
6) Rename 'Color.002' to 'B'
7) Rename 'ControlTemplate.001' to 'C'

8) Using the 'dragger' in the Resources Panel, re-arrange the resources in the list, to change their order from 'A, B, C' to 'C, B, A'.

9) Save, then close the GlobalResources tab, then re-open it.

10) Re-order the Resources, changing their order from 'C, B, A' to 'A, B, C'.

11) Rename the Resources:
--> 'A' to 'Alphabet'
--> 'B' to 'BritaFilter'
--> 'C' to 'Charizard'

12) In the Search field at the top of the Resources Panel, type the letter 'a'

Observe how all Resources are each shown twice in the results list.

Expected Results: Resource Search results only show one instance of each Resource in the Project.

Attached Files
DuplicateSearchResults.jpg (61,943 bytes)   
DuplicateSearchResults.jpg (61,943 bytes)   
PlatformAny

Activities

dfranjic

dfranjic

2026-04-01 23:18

developer   ~0012140

Part of the problem is that for GlobalResources, we both show the "Application Resources" and "GlobalResources.xaml" section. I am not sure if this is by mistake because pretty certain we used to show only one of these when viewing global resources dictionary.

Antonino

Antonino

2026-04-15 17:24

developer   ~0012200

Fixed on commit #17009

Issue History

Date Modified Username Field Change
2026-03-30 15:04 dstewart New Issue
2026-03-30 15:04 dstewart File Added: DuplicateSearchResults.jpg
2026-03-30 15:04 dstewart Summary Resources Can Become Duplicated During Resource Panel Search => Resources Display Duplicates During Resource Panel Search
2026-04-01 23:17 dfranjic Assigned To => dfranjic
2026-04-01 23:17 dfranjic Status new => assigned
2026-04-01 23:18 dfranjic Note Added: 0012140
2026-04-09 16:23 dstewart Assigned To dfranjic => Antonino
2026-04-09 16:23 dstewart Severity major => minor
2026-04-15 17:24 Antonino Status assigned => resolved
2026-04-15 17:24 Antonino Resolution open => fixed
2026-04-15 17:24 Antonino Fixed in Version => Studio_Beta
2026-04-15 17:24 Antonino Note Added: 0012200