View Issue Details

IDProjectCategoryView StatusLast Update
0020308MMW 5Skinning frameworkpublic2024-02-26 23:41
Reporterjiri Assigned To 
PriorityurgentSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Product Version5.0.4 
Target Version5.1Fixed in Version5.1 
Summary0020308: Improve the default skin
DescriptionThere are several places where the default skin doesn't look too good. Also, a wider choice of colors would be useful.
TagsNo tags attached.
Fixed in build2821

Relationships

related to 0020370 closedmichal Monkey Groove has black waveform [regression 5.1] 

Activities

jiri

2023-10-23 14:35

administrator   ~0073210

Fixes to the default skin and also (minor) UI tweaks in general are submitted to build 2821.

jiri

2023-10-23 14:53

administrator   ~0073211

Currently it isn't easily possible to modify color of the minivisualizer (in player), as the color doesn't change when skin color scheme is changed (e.g. MD skin from orange to blue). We probably need to react to skin change in visualizer.js, where it's currently statically initialized by

this._fillStyle1 = getStyleRuleValue('color', '.textcolor') || 'white';
this._fillStyle2 = getStyleRuleValue('color', '.highlightcolor') || 'yellow';

michal

2023-10-24 08:54

developer   ~0073222

Fixed in build 2821. MD skins do not change this color, as all use white color for text on player, but can be tested with new Flat Monkey skin and light/dark blue.

peke

2024-02-26 23:41

developer   ~0074379

I See no more issues in 2832 and 3000