locked
IE 10 compatibility issue when editing web resources RRS feed

  • Question

  • 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

    Wednesday, September 25, 2013 8:37 PM

All replies

  • Hi Troy,

    Why not use the CRM 2011 Developer Toolkit to edit and deploy all your web resources (http://msdn.microsoft.com/en-us/library/hh547404.aspx) rather than editing them directly in CRM? It doesn't solve the editor issue but bypasses it completely - not to mention giving you all the added benefits of using the dev toolkit - VS editor capabilities, source control ability, etc etc etc.


    Michael Palmer
    xRMPalmer     @MJFPalmer     Rockstar365

    Thursday, September 26, 2013 7:27 AM
  • I use the developer toolkit also, but there are some times that it's helpful to just go in and make a simple change quickly.  Banged my head against this quite a bit before I isolated what was wrong, so I thought I'd post about the issue to see if other's are having similar problems with IE 10 compatibility and if there are any fixes.  Also to document for others who might run across the same thing.  Still interested in any fix that doesn't bypass the issue.

    Troy

    Thursday, September 26, 2013 3:30 PM