I can no longer get to the Page Settings>Advanced Settings from within a modules' settings. I expand the Page Settings but when I try to expand the Advanced Settings, the Page Settings node gets collapsed.
Upon further research I'm getting an "Object Expected" javascript error when the page loads. Drilling down yields this line of problematic code:
onclick="if (__dnn_SectionMaxMin(this, 'dnn_ctr1735_ModuleSettings_tblPage')) return false;WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("dnn$ctr1735$ModuleSettings$dshPage$imgIcon", "", true, "", "", false, false))"
Why am I just now getting this? Does it not know what "__dnn_SectionMaxMin" is? Its happening in ie 8 and Chrome.
Here is the full HTML element:
<input type="image" name="dnn$ctr1735$ModuleSettings$dshPage$imgIcon" id="dnn_ctr1735_ModuleSettings_dshPage_imgIcon" tabindex="-1" title="Maximize" max_icon="/images/plus.gif" min_icon="/images/minus.gif" src="/images/plus.gif" alt="Maximize" onclick="if (__dnn_SectionMaxMin(this, 'dnn_ctr1735_ModuleSettings_tblPage')) return false;WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("dnn$ctr1735$ModuleSettings$dshPage$imgIcon", "", true, "", "", false, false))" style="border-width:0px;" />