View Issue Details

IDProjectCategoryView StatusLast Update
0017224MMW 5Extensions frameworkpublic2020-12-19 17:59
ReporterLudek Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version5.0 
Target Version5.0Fixed in Version5.0 
Summary0017224: Addons configuration is broken when config.html is specified
DescriptionCurrently 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
TagsNo tags attached.
Fixed in build2285

Activities

Ludek

2020-12-14 20:21

developer   ~0060776

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

Ludek

2020-12-14 20:23

developer   ~0060777

Fixed in 2285

peke

2020-12-19 17:59

developer   ~0060948

Verified 2288

Verified using samples from forum.