When I add DAMP to a datatype in Umbraco 6.1.6 and then display the editor in IE11, the page does not expand to fill the window (as happens when DAMP is not present). Also, I get two JS errors (translated from Danish):
String constant not terminated
'LoadDamp' is not defined
The first error leads to this piece of code:
+ "</script></head><body>[>error here] <!-- Visual Studio Browser Link --> <script type="application/json" id="__browserLink_initializationData"> {"appName":"InternetExplorer"} </script> <script type="text/javascript" src="http://localhost:52317/b7c1c514b4544cc3826f028c1182c1c9/browserLink" async="async"></script> <!-- End Browser Link --> </body></html>";
Issue with IE11
When I add DAMP to a datatype in Umbraco 6.1.6 and then display the editor in IE11, the page does not expand to fill the window (as happens when DAMP is not present). Also, I get two JS errors (translated from Danish):
String constant not terminated
'LoadDamp' is not defined
The first error leads to this piece of code:
Hello,
I've released DAMP 2.7 yesterday in which this issue should be fixed.
Jeroen
I never got around to saying thank you for the fix - of course version 2.7 did indeed fix the issue :)
Glad that fixed the issue. Could you please mark a post as the solution if it helped you.
Jeroen
is working on a reply...