View Issue Details

IDProjectCategoryView StatusLast Update
0005045NoesisGUIStudiopublic2026-05-15 14:30
Reporterdstewart Assigned ToAntonino  
PrioritynormalSeveritymajor 
Status resolvedResolutionfixed 
Product VersionStudio_Beta 
Fixed in VersionStudio_Beta 
Summary0005045: Text Value That Is The Same Words As A Resource Gets Changed When Resource Renamed
Description

Currently, there is an issue where if you have an Element that contains a word in its 'Text' Property Value, and you also have a Resource with the exact same name, renaming the Resource will change the value of the Text value.

Note that this also seems to occur in other instances than that shown in the repro steps (eg: name of a Color Resource gets mixed with Color Value). So this seems to generally be a universal of text matching.

See attached video.


Repro Steps:

1) Create a Studio Project featuring a MainPage.xaml, and introduce a Button Element to the root Grid of the Page.

2) Change the 'Text' Property of the Button to 'HelloWorld', and save it as a Resource named 'HelloWorld' saved to its own [Button] Resources.

3) Introduce a TextBlock to the Page, and manually type in the string 'HelloWorld' in its 'Text' Property field.

4) Select the Button introduced in Step 1), and navigate to the Resources Panel. Once there, select [Button] "HelloWorld"''
This will display the String Resource named 'HelloWorld'

5) Rename the Resource to 'GoodbyeWorld', then save all open documents.

6) Close Noesis Studio, and restart it to MainPage.xaml

Observe how the TextBlock that had the manually-input (non-Resource-bound) "HelloWorld" has had its text changed, even if is not linked in any way to the String Resource created in Step 2).

Expected Results: Property values that happen to have the same value as the name of a Resource don't change when the Resource is renamed.

Attached Files
PlatformAny

Activities

Antonino

Antonino

2026-05-15 14:30

developer   ~0012321

Fixed on commit 17137

Issue History

Date Modified Username Field Change
2026-05-14 14:29 dstewart New Issue
2026-05-14 14:29 dstewart File Added: 2026-05-14 08-11-52.mp4
2026-05-15 00:47 Antonino Assigned To => Antonino
2026-05-15 00:47 Antonino Status new => assigned
2026-05-15 14:30 Antonino Status assigned => resolved
2026-05-15 14:30 Antonino Resolution open => fixed
2026-05-15 14:30 Antonino Fixed in Version => Studio_Beta
2026-05-15 14:30 Antonino Note Added: 0012321