I have a huge plugin (more than 15,000 lines of code) working perfectly in CS5 and above. Althought it works on Photoshop CC, I noticed that javascript treeview (usually shows data from an external XML file) are not showing the correct data in CC version (check below the same project seen in different versions):
This happens all around my several jsx modules. I noticed that it happens in the "subItem[x]" (item.subItems[0].text = sorted[i][1]; ) entries. Any ideas why is it happening and how to fix?