View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005045 | NoesisGUI | Studio | public | 2026-05-14 14:29 | 2026-05-15 14:30 |
| Reporter | dstewart | Assigned To | Antonino | ||
| Priority | normal | Severity | major | ||
| Status | resolved | Resolution | fixed | ||
| Product Version | Studio_Beta | ||||
| Fixed in Version | Studio_Beta | ||||
| Summary | 0005045: 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"'' 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 | |||||
| Platform | Any | ||||
| 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 |