View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0015075 | MMW 5 | General | public | 2018-09-04 14:55 | 2020-08-08 15:26 |
Reporter | michal | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 5.0 | ||||
Target Version | 5.0 | Fixed in Version | 5.0 | ||
Summary | 0015075: Switching to tab with opened Folder view is slow | ||||
Description | When 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 Reproduce | 1) 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 | ||||
Tags | No tags attached. | ||||
Fixed in build | 2121 | ||||
|
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 |
|
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) |
|
Fixed in build 2121. |
|
Verified 2262 I am unable to replicate for me change is almost F5 |