View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0018394 | MMW 5 | General | public | 2021-10-07 01:38 | 2021-11-11 21:19 |
Reporter | drakinite | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 5.0.2 | ||||
Target Version | 5.0.2 | Fixed in Version | 5.0.2 | ||
Summary | 0018394: (Performance) Use asJSON instead of fastForEach in Dropdown._setAutoWidth | ||||
Description | As discussed offline, the fastForEach method is relatively slow even for StringLists, and looping through the StringList's JSON instead is much faster. The _setAutoWidth method in dropdown.js can be responsible for >100ms of startup time on slower computers, so switching to a native loop will be faster. | ||||
Tags | No tags attached. | ||||
Fixed in build | 2509 | ||||
|
Fixed in 2508 |
|
Fix caused regression, Convert format dialog now throws exception during opening. Also Options - Layout. |
|
Regressions fixed. When testing, go through all possible places with dropdowns. |
|
Verified 2508 Tested on all dropdowns I have found. Left resolved till 5.0.2 is released and no regressions are found. |
|
Retested with updated 2508 Still not found any regressions. |
|
Replaced by list.getAllValues in 2509 so please re-test ( i.e. 0018395 - item 2) |
|
Verified 2510 Close after 5.0.2 release and no regression pop up. |
|
Re verified 2518 No regressions popped up. |