Bhumi Thakkar (Open ERP) has proposed merging
lp:~openerp-dev/openerp-web/trunk-improve-css-FF-IE-graph-options-bth into
lp:~openerp-dev/openerp-web/trunk-improve-css-FF-IE.
Requested reviews:
OpenERP R&D Team (openerp-dev)
For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-improve-css-FF-IE-graph-options-bth/+merge/127974
Hello,
In graph, Graph options => Show Data
E.G:
Sales => Opprtunities => Graph view => Graph options => Show Data
In IE, Buttons and data/datagrid not displayed.
var n;
n = div.children[0]
div.innerHTML = '';
in IE,n is going to null. so not return htmlelement. return null htmlelement.
Thanks.
--
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-improve-css-FF-IE-graph-options-bth/+merge/127974
Your team OpenERP R&D Team is requested to review the proposed merge of
lp:~openerp-dev/openerp-web/trunk-improve-css-FF-IE-graph-options-bth into
lp:~openerp-dev/openerp-web/trunk-improve-css-FF-IE.
=== modified file 'addons/web_graph/static/lib/flotr2/js/DOM.js'
--- addons/web_graph/static/lib/flotr2/js/DOM.js 2012-05-07 08:19:08 +0000
+++ addons/web_graph/static/lib/flotr2/js/DOM.js 2012-10-04 10:05:02 +0000
@@ -18,7 +18,6 @@
var div = Flotr.DOM.create('div'), n;
div.innerHTML = html;
n = div.children[0];
- div.innerHTML = '';
return n;
},
/**
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp