Ticket #8783 (closed Bug: fixed)
getAttribute( 'contenteditable' ) returns 'inherited' on IE7 and IE6 for elements created from code
| Reported by: | Reinmar | Owned by: | Reinmar |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.6.4 |
| Component: | General | Version: | 3.0 |
| Keywords: | IE6 IE7 | Cc: |
Description (last modified by j.swiderski) (diff)
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
Change History
comment:1 Changed 15 months ago by j.swiderski
- Keywords IE6 IE7 added
- Status changed from new to confirmed
- Version set to 3.0
- Description modified (diff)
comment:2 Changed 15 months ago by j.swiderski
- Summary changed from getAttribute( 'contenteditable' ) returns 'inherited' on IE7 for elements created from code to getAttribute( 'contenteditable' ) returns 'inherited' on IE7 and IE6 for elements created from code
Changed 15 months ago by Reinmar
- Attachment 8783.patch added
Proposed fix for all 3 set/get/remove(Attribute) methods
comment:3 Changed 15 months ago by Reinmar
- Owner set to Reinmar
- Status changed from confirmed to review
Note: See
TracTickets for help on using
tickets.

Reproducible in IE6 and IE7 from CKE 3.0.