<html>
<head>
<script>
function insertHTMLCode() {
var htmlText = '<b>HI</b>';
try {
document.execCommand('insertHTML', false, htmlText);
} catch(e) {
console.log(e);
}
}
</script>
</head>
<body>
<div>
<ys_content contenteditable="true"><!-- ~Client References -->
<font size="2" face="Arial, Helvetica, sans-serif" color="#000000"><strong>More information coming soon...</strong> </font>
<!-- ~/Client References -->
</ys_content>
</div>
<input type="button" onclick="insertHTMLCode();" value="Click">
</body>
</html>
上記のコードは、HTML コンテンツを FireFox の編集可能領域に挿入しようとすると常にエラーをスローしますが、クロムでは正常に動作します。
私の FF バージョン: 18.0.1