View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017224 | MMW 5 | Extensions framework | public | 2020-12-14 20:18 | 2020-12-19 17:59 |
Reporter | Ludek | 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 | 0017224: Addons configuration is broken when config.html is specified | ||||
Description | Currently the addons configuration supports both config.js and config.html But when config.html is specified then MM can throw "'setVisibility can be called only on elements in DOM tree!' exception" (C491CB1E, A280AC70) Details and sample addon at https://www.mediamonkey.com/forum/viewtopic.php?p=475649#p475649 | ||||
Tags | No tags attached. | ||||
Fixed in build | 2285 | ||||
|
There are actually two bugs: 1) it takes only the first child element as the div for configuration (therefore it does not crash when the empty div is added, but also whole the CheckBoxTree is missing from the config!) 2) it initializes the controls before it is added to DOM |
|
Fixed in 2285 |
|
Verified 2288 Verified using samples from forum. |