** Description changed:

- Hi,
+ When trying to launch web client in MSIE (tested version 8 to 10, all
+ expose the same issue) before even displaying the home page the console
+ prints the following error:
  
- In IE 8, I have faced java script errors, Home page and almost
- Dashboards (Sales Dashboard, Warehouse Dashboard,..) can't displayed
- well as in Firefox or Chrome.
+ Incompatible Type
+ jquery-1.6.4.js?debug=1322227424.0, Ligne 6227 Caractère 6
  
- Thanks,
+ This specific line is simply `fragment.appendChild( ret[i] );`. This
+ usually works without any issue with `fragment` being a DocumentFragment
+ and `ret[i]` being some sort of HTML element (HTML*Element type), but at
+ error point `fragment` is an IXMLDocumentFragment[0].
+ 
+ At this point, the stack is:
+ 
+       clean                   jquery-1.6.4.js:6227
+       buildFragment           jquery-1.6.4.js:6001
+       domManip                jquery-1.6.4.js:5831
+       prepend                 jquery-1.6.4.js:5650
+       extend                  qweb2.js:403
+       _render                 qweb2.js:351
+       render                  qweb2.js:337
+       render                  views.js:197
+       render_element          core.js:918
+       _render_and_insert      core.js:906
+       appendTo                core.js:858
+       ir_actions_act_window   views.js:110
+       do_action               views.js:91
+       callback
+       Anonymous Function      chrome.js:1094
+       resolveWith
+       resolve
+       Anonymous Function      core.js:993
+       resolveWith
+       resolve
+       Anonymous Function
+       resolveWith
+       resolve
+       Anonymous Function      core.js:441
+       resolveWith
+       done
+       callback
+ 
+ Apparently, MSIE really does not like mixing XML and HTML elements, and
+ QWeb's template override attempts to do just that.

** Description changed:

  When trying to launch web client in MSIE (tested version 8 to 10, all
- expose the same issue) before even displaying the home page the console
- prints the following error:
+ expose the same issue) the rendering of the home page stops and the
+ console prints the following error:
  
  Incompatible Type
  jquery-1.6.4.js?debug=1322227424.0, Ligne 6227 Caractère 6
  
  This specific line is simply `fragment.appendChild( ret[i] );`. This
  usually works without any issue with `fragment` being a DocumentFragment
  and `ret[i]` being some sort of HTML element (HTML*Element type), but at
  error point `fragment` is an IXMLDocumentFragment[0].
  
  At this point, the stack is:
  
-       clean                   jquery-1.6.4.js:6227
-       buildFragment           jquery-1.6.4.js:6001
-       domManip                jquery-1.6.4.js:5831
-       prepend                 jquery-1.6.4.js:5650
-       extend                  qweb2.js:403
-       _render                 qweb2.js:351
-       render                  qweb2.js:337
-       render                  views.js:197
-       render_element          core.js:918
-       _render_and_insert      core.js:906
-       appendTo                core.js:858
-       ir_actions_act_window   views.js:110
-       do_action               views.js:91
-       callback
-       Anonymous Function      chrome.js:1094
-       resolveWith
-       resolve
-       Anonymous Function      core.js:993
-       resolveWith
-       resolve
-       Anonymous Function
-       resolveWith
-       resolve
-       Anonymous Function      core.js:441
-       resolveWith
-       done
-       callback
+  clean                        jquery-1.6.4.js:6227
+  buildFragment                jquery-1.6.4.js:6001
+  domManip             jquery-1.6.4.js:5831
+  prepend                      jquery-1.6.4.js:5650
+  extend                       qweb2.js:403
+  _render                      qweb2.js:351
+  render                       qweb2.js:337
+  render                       views.js:197
+  render_element               core.js:918
+  _render_and_insert   core.js:906
+  appendTo             core.js:858
+  ir_actions_act_window        views.js:110
+  do_action            views.js:91
+  callback
+  Anonymous Function   chrome.js:1094
+  resolveWith
+  resolve
+  Anonymous Function   core.js:993
+  resolveWith
+  resolve
+  Anonymous Function
+  resolveWith
+  resolve
+  Anonymous Function   core.js:441
+  resolveWith
+  done
+  callback
  
  Apparently, MSIE really does not like mixing XML and HTML elements, and
  QWeb's template override attempts to do just that.

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/891132

Title:
  QWeb inheritance broken in MSIE (8, 9, 10), client does not work at
  all

Status in OpenERP Web:
  Confirmed

Bug description:
  When trying to launch web client in MSIE (tested version 8 to 10, all
  expose the same issue) the rendering of the home page stops and the
  console prints the following error:

  Incompatible Type
  jquery-1.6.4.js?debug=1322227424.0, Ligne 6227 Caractère 6

  This specific line is simply `fragment.appendChild( ret[i] );`. This
  usually works without any issue with `fragment` being a
  DocumentFragment and `ret[i]` being some sort of HTML element
  (HTML*Element type), but at error point `fragment` is an
  IXMLDocumentFragment[0].

  At this point, the stack is:

   clean                        jquery-1.6.4.js:6227
   buildFragment                jquery-1.6.4.js:6001
   domManip             jquery-1.6.4.js:5831
   prepend                      jquery-1.6.4.js:5650
   extend                       qweb2.js:403
   _render                      qweb2.js:351
   render                       qweb2.js:337
   render                       views.js:197
   render_element               core.js:918
   _render_and_insert   core.js:906
   appendTo             core.js:858
   ir_actions_act_window        views.js:110
   do_action            views.js:91
   callback
   Anonymous Function   chrome.js:1094
   resolveWith
   resolve
   Anonymous Function   core.js:993
   resolveWith
   resolve
   Anonymous Function
   resolveWith
   resolve
   Anonymous Function   core.js:441
   resolveWith
   done
   callback

  Apparently, MSIE really does not like mixing XML and HTML elements,
  and QWeb's template override attempts to do just that.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openerp-web/+bug/891132/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help   : https://help.launchpad.net/ListHelp

Reply via email to