View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004895 | NoesisGUI | Studio | public | 2026-03-13 16:37 | 2026-03-16 20:02 |
| Reporter | dstewart | Assigned To | dfranjic | ||
| Priority | normal | Severity | minor | ||
| Status | resolved | Resolution | fixed | ||
| Product Version | Studio_Beta | ||||
| Summary | 0004895: Changes 'Ctrl+S' Saved Inside Inline Editors Don't Get Saved to ResourceDictionary | ||||
| Description | Currently, when a Template or Style is edited via the inline Dummy Editor, actuating the Ctrl+S 'Save' function only saves recent changes in the Page the Resource was accessed instead of saving the content modified on-Stage. This can result in closing open documents with unsaved work, as it is not clear that the application's scope does not correspond to what the user is editing. The proposal for this would involve having the 'save' function apply to the Resource that is currently being accessed, rather than the Page it was accessed from. Repro Steps: 1) Create a Studio Project featuring a MainPage.xaml 2) Introduce a Button Element to the root Grid of the Page, and size it to 512x512. 3) Right click on the Button Element on-Stage, navigate to the 'Templates' category of the context menu, and select 'Create'. 4) Give the Template any name, and save it to GlobalResources.xaml 5) Make any Property value change to any of the Elements on-Stage (changing the Border's 'Background' color is a good one). 6) Press Ctrl+S to Save the change made. Observe how the GlobalResources.xaml tab, where the change in Step 5) was made, has not registered a save. Expected Results: When editing a Template, pressing 'save' saves the changes made inside of the Template, no matter where the editor is accessed from. | ||||
| Platform | Any | ||||