When I click OK after modifying the source code for a web resource I'm finding that CRM is automatically removing parts of my code. This only occurs when I use Internet Explorer 10 (IE 10). If I do the same process in IE 9 it works fine.
I'm working in 5.0.9690.3236. I've tried running IE 10 with and without compatibility view.
You can reproduce this by using the following line of code. CRM will automatically remove the underlined portion of code.
<html><head><script src="bmi_jquery1.10.2.min.js" type="text/javascript"></script></head><body
onload="loadFunction()"></body></html>
There are several other changes that I've found that it will also make, but this example is short and easy to reproduce. Has anyone else had difficulty with the web resource content editor after upgrading to IE 10 or have any fixes? I hate to
have to downgrade just for this issue.
Troy