View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0019350 | MMW 5 | General | public | 2022-09-04 22:22 | 2022-09-09 21:55 |
Reporter | drakinite | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | sometimes |
Status | closed | Resolution | fixed | ||
Product Version | 5.0.4 | ||||
Target Version | 5.0.4 | Fixed in Version | 5.0.4 | ||
Summary | 0019350: Performance optimization: ListViews sometimes draw twice when they only need to draw once | ||||
Description | The 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. | ||||
Tags | No tags attached. | ||||
Fixed in build | 2662 | ||||