View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004048 | NoesisGUI | Studio | public | 2025-04-04 15:21 | 2025-10-28 15:14 |
| Reporter | dstewart | Assigned To | sfernandez | ||
| Priority | normal | Severity | minor | ||
| Status | resolved | Resolution | fixed | ||
| Product Version | Studio_Beta | ||||
| Target Version | Studio_Beta | ||||
| Summary | 0004048: Elements Which Can't Be Subjected To Layout Transforms Allow Properties To Be Set, But Don't Write to XAML | ||||
| Description | Currently, if you attempt to apply a Layout Transform to a TabItem, the Studio UI allows it, as well as shows an asterisk in the file indicating that changes can be made, and that those changes can be saved. However, modifying the Property results in no changes to the Element on-Stage, and upon inspecting the XAML, the value input in Studio is not reflected in the XAML. It appears that the change is only logged in Studio's UI to no effect anywhere else. My assumption is that this is because the TabItem cannot be Layout Transformed due to the nature of how its controlled within a TabControl. However, the coupling of having the Layout Transform Properties present and enabled, as well as being able to receive values, and showing a change in the file via the asterisk, can lead to believe otherwise. Repro Steps; 4) Save the file, and open it in VSCode. Expected Results: Expected Results: | ||||
| Platform | Any | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2025-04-04 15:21 | dstewart | New Issue | |
| 2025-04-07 18:22 | jsantos | Assigned To | => sfernandez |
| 2025-04-07 18:22 | jsantos | Status | new => assigned |
| 2025-04-07 18:22 | jsantos | Target Version | => Studio_Beta |
| 2025-10-28 15:14 | dstewart | Status | assigned => resolved |
| 2025-10-28 15:14 | dstewart | Resolution | open => fixed |
| 2025-10-28 15:14 | dstewart | Note Added: 0011265 |