Rjs issue with Internet Explorer

Hi,

When executing some rjs templates:

page.insert_html :bottom, ‘contractors’, :partial => ‘contractor’
page.visual_effect :highlight, “contractor#{@contract.contractor.id}”,
:duration => 1

Works fine on Firefox, but nothing happens on IE. Is there any
equivalent of Firebug for Internet Explorer? Are there “well-known” tips
for IE?

Thank you,
Jean-Etienne - http://www.novAgora.hu

Error stack I got with IE:


Microsoft Internet Explorer

new Insertion.Bottom(“contractors”, "


Bajnóczi Géza Vajk<input
id=“contract_2_contractor_id” name=“contract[2][contractor_id]”
type=“hidden” value=“2” /><input id=“contract_2_portfolio_id”
name=“contract[2][portfolio_id]” type=“hidden” value=“0” />
<select name=“contract[2][starting_on(1i)]”> 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 January February March April May June July August September October November December 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 January February March April May June July August September October November December 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Remove "); new Effect.Highlight("contractor2",{duration:1}); --------------------------- OK ---------------------------

Thanks to http://kekova.ca/articles/2006/04/15/ie_prototype_tr_error

Is this issue fixed in trunk?