View Issue Details

IDProjectCategoryView StatusLast Update
0021053MMW 5Generalpublic2024-06-26 11:09
Reporterzvezdan Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version5.1 
Target Version5.1Fixed in Version5.1 
Summary0021053: Progress bar has invisible client somewhere after 3005
DescriptionThe progress bar is not functioning as before. Tested 3021, 3029, 3033 , they all have the same issue, I don't know if it started with 3018. It applies to all skins.

.progressbar .client has 0px height, making the right side of progress bar invisible. I resolved that in my skin, but I think its default look should be as before.

The skin_progressbar.less file is unchanged from 3005, so you are obviously doing this in js.

I don't know if this is a bug or intended behavior. If you want your skins to have invisible progress bars, then make them like that in your skin, e.g. giving them a transparent background, but you should not force all skins to have such behavior.
TagsNo tags attached.
Attached Files
Fixed in build3034

Activities

michal

2024-06-26 06:39

developer   ~0076171

Last edited: 2024-06-26 06:41

It is not intended. I analyzed this and it seems it is caused by upgrading to newer Chromium in build 3009, they somehow changed the interpretation of CSS related to this control. If I downgrade Chromium, it works with exactly the same sources.

michal

2024-06-26 07:45

developer   ~0076172

Fixed in build 3034.

zvezdan

2024-06-26 07:57

updater   ~0076173

Last edited: 2024-06-26 07:57

@michal: how do you downgrade Chromium with the exactly same sources?

I tried to replace chromium\123 in the newer versions of program with chromium\120 from the 3005 (because of the 0020897 issue), but it cannot start.

michal

2024-06-26 08:00

developer   ~0076174

Last edited: 2024-06-26 08:01

zvezdan: you cannot do it, I had to build whole application for older Chromium, some things are not compatible between different Chromium versions.

zvezdan

2024-06-26 11:08

updater   ~0076176

Last edited: 2024-06-26 11:09

@michal: Guess what? It works! 3033 with 120.

However, I needed to rename copied 120 folder to 123. I don't know if it will have any side effects, but things that I tried work fine.

And yes, the progress bar is fine with it as well.