View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0020756 | MMW 5 | General | public | 2024-03-24 18:10 | 2024-03-30 13:10 |
Reporter | zvezdan | Assigned To | |||
Priority | none | Severity | minor | Reproducibility | N/A |
Status | new | Resolution | open | ||
Summary | 0020756: Grid view shivers when scrolling with a mouse wheel | ||||
Description | Entire Library / Genres, Artists... - Grid view: the shivering appears on the boundaries of rows. EDIT: I don't know how I got an impression that this happens when using a skin with something like this: .listview.viewControl { background-color: green; //example } or this: .listview.showInline { background-color: green; //example } or this: .listview.viewControl { background-color: rgba(0, 128, 0, 1); } .listview.showInline { background-color: rgba(0, 128, 0, 1); } Also, I don't know how I concluded that the issue doesn't happen with this: .listview.viewControl { background-color: rgba(0, 128, 0, 0.99); } .listview.showInline { background-color: rgba(0, 128, 0, 0.99); } or any other value lower than 100% for alpha channel. The fact is that this happens with all skins (even unmodified Material Design, Flat Monkey), but especially when the "Enable smooth scrolling" is turned ON. Yeah, when it is enabled, the issue is more prominent. The view jumps a few pixels up/down a few times when it is on the boundary of grid rows during scroll. Just tried with 3005 and 2832. I could make a video to show it, but I don't believe the issue will be visible because of low framerate. It seems it is related to the 0020654 since that issue appears only when smooth scrolling is enabled (discovered just now). However, that other issue is visible even with List view, but this one with shivering between rows is specific to Grid view, or at least I haven't noticed it with List view. Maybe it is even related to 0020758, will see if it is resolved when you release 3009. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
I was wrong. This issue happens not only with Grid view, but even with List view, and it is not happening on boundaries of rows as I suspected, but on every turn of a mouse wheel, as it was reported in another issue (0020772). So, it seems that this issue is just a duplicate of that another one, although it was reported only for Grid view. It is more noticeable in List view if there are many tracks selected alternatively, because in that case there are larger areas that are moving when scrolling. However, as I mentioned before, this issue happens when the "Enable smooth scrolling" is turned ON, so I doubt that your "fix" implemented in that another issue will have this problem resolved. And there is also another issue that is manifesting only when the smooth scrolling is enabled (0020654), which is most probably related to this one. Will see when you release 3010. |
|
Just checked, this issue doesn't happen with Playing panel in List layout, nor with Organize files, but only in the main panel, similarly to the 0020654 issue. |