Question
RH: 2020 Call from application using window.location.replace() from redirect topic stopped working
We have a quite large structure of merged CHMs for our applications where we locate the corresponding chm using a call from the application with this call:
System.Windows.Forms.Help.ShowHelp(
this, path, HelpNavigator.Topic,
"redirect.htm#help_file.chm::/" + page);
this, path, HelpNavigator.Topic,
"redirect.htm#help_file.chm::/" + page);
The redirect.htm topic contains the following script code:
window.location.replace(window.location.hash.substring(1));
This has been working fine from 2013 and until now, when I upgraded the master project to RH 2020.
Is there anything that could have made this mechanism to break with this upgrade?
BR,
Rannveig
