|
if (AsyncPostBackHandlerEnabled) |
This code snippet helps the AJAX webform load JS/CSS files after a partial postback. It seems to have been overlooked after the CDF changes, leading to some controls displaying after the postback having missing JS (for example, the dnnDropdownList control).
To reproduce the error:
go to module settings (html module), go to Page settings -> basic settings, select the File icon for the tab, look at console
Dnn.Platform/DNN Platform/DotNetNuke.Web.Client/Controls/ClientResourceLoader.cs
Line 72 in 5dff2bc
This code snippet helps the AJAX webform load JS/CSS files after a partial postback. It seems to have been overlooked after the CDF changes, leading to some controls displaying after the postback having missing JS (for example, the dnnDropdownList control).
To reproduce the error:
go to module settings (html module), go to Page settings -> basic settings, select the File icon for the tab, look at console