Just noticed something in Infragistics.Web.UI.ListControls.WebDropDown.js.igDropDown.js which looked a bit odd:
In createItem under $IG.DropDownItemCollection.prototype, the properties are initialized:
var length = $IG.DropDownProps.Count;
...shouldn't that be $IG.DropDownItemProps instead? No big deal, but it's just making more blank properties than it needs to if that's the case.
--=- Ritchie Annand
Hello Ritchie,
I created a case on your behalf so you can be notified when this issue is resolved.
LyubaDeveloper Support Engineer Infragisticswww.infragistics.com/support
No need to worry excessively on my part - it's a minor amount of overallocation. It just confused me initially more than anything :)
--=- Ritchie
(Also, perhaps it's not for me to say, but whoever wrote Infragistic._Utility._initAttr needs some serious rehabilitation, unless they invoke the "I was pre-obfuscating the code" defense... or it came through an obfuscator utility :)