View Issue Details

IDProjectCategoryView StatusLast Update
0004978NoesisGUIStudiopublic2026-04-15 17:29
Reporterdstewart Assigned ToAntonino  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Product VersionStudio_Beta 
Target VersionStudio_BetaFixed in VersionStudio_Beta 
Summary0004978: Resources Panel Filters Doesn't Consistently Filter Based on Selection
Description

Currently, the Resources Panel offers a Text Search and a 'Type' Filter function.

However, the Resources shown in the Panel are inconsistent in the scope they display between a Searched, and a non-Searched manifest.

See attached video.


Repro Steps:

1) Open the MiniShowcases Studio project from the InternalProjects GitHub, and open Interpolation.xaml

2) With Interpolation.xaml open, navigate to the Resources Panel, and select the '[Page]' item in the top of the Panel.
Observe how two Resources are visible: 'Animation_FlyingKits', and 'TextColour'

3) With the Resources Panel still open, click on '[Page]' in the Navigator.
Observe how the two resources are still visible

4) With the Resources Panel still open, click on the root '[Grid]' in the Navigator.
Observe how the two resources are still visible.

5) Click on '[Page]' in the Navigator again, and this time, in the search field of the Resources Panel, type "Animation".
Observe how the Resources List filters down to just show the 'Animation_FlyingKites' Storyboard Resource.

6) With the Resources Panel still open, and with the Search still active, click on '[Page]' in the Navigator.
Observe how the 'Animation_FlyingKites' Storyboard Resource is still visible.

7) With the Resources Panel still open, and with the Search still active, click on the root '[Grid]' in the Navigator.
Observe how the 'Animation_FlyingKites' Storyboard Resource is now gone. Compare to the behaviour observed in Step 4) doing the same operation without a Search Active.

8) With the Resources Panel still open, and with the Search still active, click on '[Page]' in the Navigator.
Observe how the 'Animation_FlyingKites' Storyboard Resource is still gone, despite previously displaying in the exact same situation in Step 6).

Note that all of the above also occurs when using the Resources 'Type' filter directly to the left of the Text Search atop the Resources Panel.

Expected Results: The Element selected in the Navigator does not alter what is displayed in the Resources Panel's Search/Filter Results.
OR
Expected Results: We instead decide that, on the contrary, that the Resources Panel Resource listing displays what is selected in the Navigator rather than the Dictionary/Scope available.

Attached Files
PlatformAny

Activities

Antonino

Antonino

2026-04-15 17:29

developer   ~0012201

From commit 17010, if a Search/Filter is active, the filter is re-evaluated taking into account the selected item.

Issue History

Date Modified Username Field Change
2026-04-08 16:28 dstewart New Issue
2026-04-08 16:28 dstewart File Added: 2026-04-08 10-16-43.mp4
2026-04-08 16:29 dstewart Description Updated
2026-04-09 09:56 sfernandez Assigned To => Antonino
2026-04-09 09:56 sfernandez Status new => assigned
2026-04-09 09:56 sfernandez Target Version => Studio_Beta
2026-04-15 17:29 Antonino Status assigned => resolved
2026-04-15 17:29 Antonino Resolution open => fixed
2026-04-15 17:29 Antonino Fixed in Version => Studio_Beta
2026-04-15 17:29 Antonino Note Added: 0012201