View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003749 | NoesisGUI | Studio | public | 2024-10-23 14:29 | 2026-04-25 02:18 |
| Reporter | dfranjic | Assigned To | dfranjic | ||
| Priority | normal | Severity | minor | ||
| Status | resolved | Resolution | fixed | ||
| Product Version | Studio_Alpha | ||||
| Target Version | Studio_Beta | ||||
| Summary | 0003749: Animating elements with hand-written/custom RenderTransfer crashes Studio | ||||
| Description | Currently, if you load a XAML that has animation of the transform property which is not in the "standard" form (see "Steps to Reproduce" section) and try to animate the transform, studio will generate the whole TransformGroup for that property and it will not update the existing animations in that XAML code. Which will make that previous animation invalid. Studio then fails to find the existing animation and creates a new one which causes some internal issues. Possible solution would be to override TransformGroupProperty::OnSetValue and handle this specific case. | ||||
| Steps To Reproduce |
| ||||
| Platform | Any | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2024-10-23 14:29 | dfranjic | New Issue | |
| 2024-10-23 14:29 | dfranjic | Target Version | => Studio_Alpha |
| 2024-10-23 14:29 | dfranjic | Assigned To | => dfranjic |
| 2024-10-23 14:29 | dfranjic | Status | new => assigned |
| 2025-04-02 11:08 | sfernandez | Target Version | Studio_Alpha => Studio_Beta |
| 2026-04-25 02:18 | dfranjic | Status | assigned => resolved |
| 2026-04-25 02:18 | dfranjic | Resolution | open => fixed |
| 2026-04-25 02:18 | dfranjic | Note Added: 0012270 |