id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blocking	blockedby
4484	Can't insert html code in <map> with firefox	Ivoire		"I tried "".html()"" and "".append()"" - both didnt work with firefox. It didnt write any code in the tag. So i used javascript "".innerHTML"" which worked on both browsers (ie and firefox)


// javascript
document.getElementById(""map"").innerHTML = html;

// jquery
$(""#map"").html(html);
$(""#map"").append(html);

// html
<map id=""map"">
</map>"	bug	closed	major	1.4	core	1.4a1	fixed				
