﻿id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
2155	No billing field on internet explorer (IE6, IE7)	jmdelehaye@…	bobbysmith007	"When viewing a ticket on IE6 or IE7, there is no label for the billing field (it works fine on Firefox).

I think the file [source:timingandestimationplugin/branches/trac0.10/timingandestimationplugin/htdocs/ticket.js ticket.js] has to be modified.

Line 101 :
{{{
b.nextSibling.nextSibling.firstChild.nodeValue = '';
}}}
become
{{{
b.nextSibling.firstChild.nodeValue = '';
}}}
"	defect	closed	normal	TimingAndEstimationPlugin	normal	fixed		jmdelehaye@…	0.10
