Issue with Tree Widget UI rendering when used with Networks( _BMCollectionViewInfoTableIndex)
Hi All,
We are facing issue with Tree Widget UI rendering when used with networks.
Explanation: We are trying to display below sample network structure in tree widget.
ABC
XYZ
Animal
Cat
Fruit
Apple
Watermelon
Location
India
US
Whenever we delete Cat from Animal,if we click on Animal again,then click on Fruit, it will not show Apple and Watermelon,it goes same with any same level parent element.
We inspected in browser console.We got the below error.
We tried in both Microsoft Edge(IE) and Chrome.
Chrome Error:(Version 71.0.3578.98)
Combined.8.3.2-b535.20180903.111233.00726.js:130008 Uncaught TypeError: Cannot read property '_BMCollectionViewInfoTableIndex' of undefined
at TW.Runtime.Widgets.collection.updateThingworxSelection (Combined.8.3.2-b535.20180903.111233.00726.js:130008)
at TW.Runtime.Widgets.collection.collectionViewDidSelectCellAtIndexPath (Combined.8.3.2-b535.20180903.111233.00726.js:129898)
at BMCollectionView.set selectedIndexPaths [as selectedIndexPaths] (Combined.8.3.2-b535.20180903.111233.00726.js:126845)
at Object.completionHandler (Combined.8.3.2-b535.20180903.111233.00726.js:129018)
at animationOptions.complete (Combined.8.3.2-b535.20180903.111233.00726.js:127648)
at Combined.8.3.2-b535.20180903.111233.00726.js:118589
Error in Microsoft Edge:(Version 42.17134.1.0)
Similar issue is posted :link

