View Issue Details

IDProjectCategoryView StatusLast Update
0002777NoesisGUIStudiopublic2023-10-27 18:49
Reporterfllorens Assigned Todfranjic  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Target VersionStudio_Alpha 
Summary0002777: Studio not animating textblock foreground colors
Description

Studio is adding (SolidColorBrush.Color) to the path of the keyframes, but it should be adding (TextBlock.Foreground).(SolidColorBrush.Color) instead.

As shown here https://youtu.be/3C8q3FXvqKM?feature=shared&t=1768

Steps To Reproduce
  1. Create a textblock
  2. Create a storyboard
  3. Try to animate the foreground color of the textblock
PlatformAny

Activities

dfranjic

dfranjic

2023-10-27 18:49

developer   ~0008890

It seems that Studio would get confused when SolidColorBrush were stored inline (such as <TextBlock Foreground="#....">). Should be fixed with r12889.

Issue History

Date Modified Username Field Change
2023-10-26 15:37 fllorens New Issue
2023-10-26 15:39 fllorens Reproducibility have not tried => always
2023-10-26 15:39 fllorens Steps to Reproduce Updated
2023-10-26 15:55 jsantos Assigned To => dfranjic
2023-10-26 15:55 jsantos Status new => assigned
2023-10-26 15:55 jsantos Target Version => Studio_Alpha
2023-10-27 18:49 dfranjic Status assigned => resolved
2023-10-27 18:49 dfranjic Resolution open => fixed
2023-10-27 18:49 dfranjic Note Added: 0008890