View Issue Details

IDProjectCategoryView StatusLast Update
0015075MMW 5Generalpublic2020-08-08 15:26
Reportermichal Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version5.0 
Target Version5.0Fixed in Version5.0 
Summary0015075: Switching to tab with opened Folder view is slow
DescriptionWhen some tab contains folder (under Folders view) and user switch to other tab and then gets back, this tab shows old content, then immediately clear it, and then reads new content. It is very slow, it should show old content and then make quick refresh (like F5).
Steps To Reproduce1) open two tabs A and B
2) in A open some Folder with tracks under Folders node
3) switch to tab B
4) switch to tab A
TagsNo tags attached.
Fixed in build2121

Activities

Ludek

2018-09-04 20:02

developer   ~0051029

Last edited: 2018-09-04 20:24

It does not read any content, this seems to be a visual issue.

Confirmed by:

1) Adding breakpoint to ListView.prototype.setItemCount
- item count isn't changing on tab switch

2) The issue does not happen when this line is commented out:
// this.recalcLayout(true);
in the method ListView.prototype.handle_layoutchange

Ludek

2018-09-05 08:07

developer   ~0051032

Last edited: 2018-09-05 08:08

this.container.offsetWidth and this.container.offsetHeight values are incorrect for half a second when drawing ColumnTracklist component
Assigned to Michal (details discussed over IM)

michal

2018-09-05 13:08

developer   ~0051035

Fixed in build 2121.

peke

2020-08-08 15:26

developer   ~0059283

Verified 2262

I am unable to replicate for me change is almost F5