odoo/addons/web_kanban_gauge
Nicolas Lempereur 11cd2f38d3 [FIX] kanban: number missing in IE9
In IE9 there is a "dy" attribute of tspan svg elements which may be wrongly not
set to 0. These elements may then be lower than they should (and thus may
eventually not be seen at all if they are outside of the svg view area).

This fix adds IE9 in the range of browsers to which the "dy" must be set to 0.

This issue don't happen in the last official release (http://www.justgage.com/)
thanks to either a fix since RaphaelJS 2.0.2 or an update in justgage.
2015-04-07 13:37:52 +02:00
..
doc [DOC] web_kanban_gauge, web_kanban_sparkline: added doc with changelog 2013-09-12 10:00:22 +02:00
i18n [I18N] Update translations from Launchpad 8.0 branches 2015-01-26 16:36:51 +01:00
static [FIX] kanban: number missing in IE9 2015-04-07 13:37:52 +02:00
views [IMP] bundlify rest of web addons 2014-04-24 18:57:35 +02:00
__init__.py [MOV] [ADD] Moved gauge and sparkline widgets into their own modules. 2013-09-06 12:05:28 +02:00
__openerp__.py [IMP] bundlify web client 2014-04-24 11:25:20 +02:00