Hi everybody.
I've found a strange bug with displaying Module settings in popup modal window in DNN 6.1.3.
I have a fresh installation of DNN 6.1.3 without errors. If I add a page containing a Cyrillic symbol 'И' (UTF code - %D0%98) in the title and then select Settings for a module placed on the page then the popup windows displays error code 400 – page not found. If page title has any other symbol but not symbol 'И' (%D0%98) then the module settings window is displayed without an error.
The code that opens Module settings in modal window is:
if(dnnModal.show('http://dnntest.dnn.local/%D0%98/tabid/83/ctl/Module/ModuleId/424/Default.aspx?popUp=true',/*showReturn*/true,550,950,true,'')){__doPostBack('dnn$ctr424$ctl00$actionMenu$ctlactionMenu','10')};
The URL passed to show method http://dnntest.dnn.local/%D0%98/tabid/83/ctl/Module/ModuleId/424/Default.aspx?popUp=true returns no error – the module settings are displayed correctly.
Could anybody help me with this bug?
Any help is appreciated.