getAttribute( 'contenteditable' ) returns 'inherited' on IE7 and IE6 for elements created from code
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>
Attachments (1)
-
8783.patch (1.1 KB) - added by Piotrek Koszuliński 13 years ago.
-
Proposed fix for all 3 set/get/remove(Attribute) methods
Download all attachments as: .zip
Change History (7)
Description: |
modified (diff)
|
Keywords: |
IE6 IE7 added
|
Status: |
new →
confirmed
|
Version: |
→ 3.0
|
Summary: |
getAttribute( 'contenteditable' ) returns 'inherited' on IE7 for elements created from code →
getAttribute( 'contenteditable' ) returns 'inherited' on IE7 and IE6 for elements created from code
|
Owner: |
set to Piotrek Koszuliński
|
Status: |
confirmed →
review
|
Status: |
review →
review_passed
|
Resolution: |
→ fixed
|
Status: |
review_passed →
closed
|
Milestone: |
→ CKEditor 3.6.4
|
Reproducible in IE6 and IE7 from CKE 3.0.