View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0021053 | MMW 5 | General | public | 2024-06-24 16:52 | 2024-09-17 18:08 |
Reporter | zvezdan | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 5.1 | ||||
Target Version | 5.1 | Fixed in Version | 5.1 | ||
Summary | 0021053: Progress bar has invisible client somewhere after 3005 | ||||
Description | The 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. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Fixed in build | 3034 | ||||
|
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. |
|
Fixed in build 3034. |
|
@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. |
|
zvezdan: you cannot do it, I had to build whole application for older Chromium, some things are not compatible between different Chromium versions. |
|
@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. |
|
Verified 3034 and 3054 Unable to replicate anymore. |