odoo/addons/web_kanban_gauge/static
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
..
lib/justgage [FIX] kanban: number missing in IE9 2015-04-07 13:37:52 +02:00
src/js [FIX] wek_kanban_gauge: use field raw_value to avoid thousands separator etc. 2014-07-28 18:50:55 +02:00