Hello.
I have experienced an issue with web firewall environment.
It has comment cloaking function (comment stripping) which removes html comment block in http response.
Knockstrap uses comment blocks (virtual element function of knockout js using comment block) to bind modal dialog.
Because all html comment strings are removed to http resonse, virtual element function of knockout js using comment block becomes malfunctional.
So, it may be required to change current implementation using virtual element function of knockout js for modern web environment.
Hello. I have experienced an issue with web firewall environment. It has comment cloaking function (comment stripping) which removes html comment block in http response. Knockstrap uses comment blocks (virtual element function of knockout js using comment block) to bind modal dialog. Because all html comment strings are removed to http resonse, virtual element function of knockout js using comment block becomes malfunctional.
So, it may be required to change current implementation using virtual element function of knockout js for modern web environment.
Best regards.