Rodney Joyce wrote:
Thanks - I will keep an eye on it for more comments.
Can anyone confirm Yoh's suggestion? (I don't have access to my dev environment until next week!)
I'd like to know if my fix have any problem as well.
What I did is load up the DNN source, find the break point, then add a if statement to make it only load the ajax when page is not postback.
with this fix, the DNN module can not post data(HTML module) when Javascript disabled, because the DNN default module rely on ajax in order to work. But all my customised module can do postback without DNN errors when Javascript disabled.
The other thing is Telerik controls(RadMenu, RadPane), I don't think the Telerik control is a trouble maker. In fact, when I using DNN521 default navigation and ActionList in container, it will cause another error when Javascript disabled.
I have also tried Javascript disabled on DNN 5.2.2 as well, works fine with default navigation and container.