View Issue Details

IDProjectCategoryView StatusLast Update
0020430MMW 5Skinning frameworkpublic2024-02-28 23:28
Reporterzvezdan Assigned To 
PrioritynoneSeverityminorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version5.1 
Summary0020430: Waveform is hard to be skinned properly
DescriptionYou have this in the waveform.js file: getStyleRuleValue('color', '.textColor') || 'white';

Which means that the waveform has always the same color as the basic text color set in the program by skin. But what if I want to set different colors for basic text and for waveform? It wouldn't be possible.

I think it would be better if you use: getStyleRuleValue('color', '.waveform') || 'white'
TagsNo tags attached.
Fixed in build2831

Relationships

related to 0020635 closedmichal Visualization color cannot be skinned 

Activities

michal

2024-01-16 19:20

developer   ~0074065

Already fixed in build 2831. Uses color of .waveform class.

peke

2024-02-28 23:28

developer   ~0074409

Verified 3001