﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8783	getAttribute( 'contenteditable' ) returns 'inherited' on IE7 and IE6 for elements created from code	Piotrek Koszuliński	Piotrek Koszuliński	"For TC as below all browsers alert 'true', but IE7 and IE6 'inherited'.

{{{
<!DOCTYPE html>
<html>
<head>
	<script src=""path/ckeditor.js""></script>
	<title>tc</title>
</head>
<body>
<div id=""getAttributeContenteditable""></div>
<script>
	var element = CKEDITOR.document.getById( 'getAttributeContenteditable' );
	element.setAttribute( 'contenteditable', true );
	alert( element.getAttribute( 'contenteditable' ) );
</script>
</body>
</html>
}}}
"	Bug	closed	Normal	CKEditor 3.6.4	General	3.0	fixed	IE6 IE7	
