- priority: 5 --> 7
Christophe,
First off EditArea is superbly done - thank you so much for building it!
I have run into a problem when using EditArea in a page served via HTTPS to IE6 - we get the dreaded Secure/Insecure warning because the dynamically created iframe does not have its source attribute set to a document served from the same server. I have applied a minor change locally to edit_area_loader.js near line 420:
content.src="blank.html";
and then added blank.html to the folder that contains edit_area_loader.js on my server:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title></title>
</head>
<body>
</body>
</html>
Would it be possible to get these modifications into the next version of EditArea?
Thank you in advance,
Doug Chasman
Principle Member of Technical Staff
Salesforce.com