Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
Hey there,As a developer of a custom module, I find when I load my module on a DNN7 page, that has no other modules, I am getting an "a[b] is not a function" javascript error. The error is thrown from MicrosoftAjax.js line 6, that is being utilized by Telerik Rad Menu Control. I have researched online and found that, most likely, a signature of an HTML element's attribute, that is an event, is being used as a delegate in possibly one of two ways:'onSelectedIndexChanged' - which makes it a string -or-onSelectedIndexChanged()- which actually runs the methodIf I catch this error using FireBug, it stops there and prevents the page(with the relevant and added module) to not be able to go into edit mode.If I do not catch the JS error in FireBug, then the Admisistrator Menu RadMenuControls do not drop down, but I can go into edit mode. I am bill.kerns@affinigent.com if you would like any more into. The Nuke is awesome, but perhaps you would make this a known issue for an upcoming Minor release?? Thanks, Bill Kerns - if anyone has any info about this please email me!!