Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I'm sorry to say that but the answer marked as the correct one it's not actually correct cause doesn't answer the question and also got me into confusion because of an assumption. </p> <p>Nobody's fault, however lets say things straight for the other who will need the right answer to this question.</p> <p>The error you received sounds like this: "Object doesn't support property or method 'getContext'" and referrs to HTML5 canvas.getContext() object.You got this error because the built-in object for the canvas element, the getContext() one, works only in IE9 (first IE browser version compatible with HTML5) and you runed your CRM 2011 instance in an older version of IE.</p> <p>Seeing this message on my computer I thought this is an error cause I was running my CRM 2011 instance in IE9 browser version but when I runned the F12 developer tools in I saw that the Browser Mode was IE9 but the Document Mode was IE8 standards wich is set as the default one for the CRM 2011 instance. So, I tried to change it to IE9 standards but surprise - CRM 2011 has now javascript errors and crushes. Looks like CRM 2011 doesn't actualy runs in IE9 standards but in IE8 standards even if the browser version is IE9 (bropably this was your case too).</p> <p>So, for the moment, using HTML 5 elements into Html Web Resource in Crm 2011 is not yet possible.</p> <p>The only ideea I have in mind is that for the moment we can only create stand alone appplications that can contain HTML5 elements and connects to our CRM data till MS figures out a way for running CRM 2011 in IE9 standards.</p> <p>If somebody knows more than those informations, please let us know.</p> <p>Sry for the possible typos!</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload