View Issue Details

IDProjectCategoryView StatusLast Update
0019350MMW 5Generalpublic2022-09-09 21:55
Reporterdrakinite Assigned To 
PrioritynormalSeverityminorReproducibilitysometimes
Status closedResolutionfixed 
Product Version5.0.4 
Target Version5.0.4Fixed in Version5.0.4 
Summary0019350: Performance optimization: ListViews sometimes draw twice when they only need to draw once
DescriptionThe ListView drawnow() function sometimes results in a recursive call to itself via the following sequence:
1. setItemCount
2. adjustSize
3. _adjustSize
4. parentScrollFrame

resulting in the rest of the drawnow() code, most notably all the element binding, being called twice.
TagsNo tags attached.
Fixed in build2662

Activities

drakinite

2022-09-04 22:44

developer   ~0069163

Fixed in build 2662

peke

2022-09-09 21:55

developer   ~0069200

Verified 2662

All working for me, no regressions found.