Side navigation
#8057 closed bug (worksforme)
Opened January 25, 2011 09:35PM UTC
Closed January 26, 2011 01:17PM UTC
Setting Contenteditable attr not working in IE7 and quirks mode.
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | attributes | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Setting contenteditable attr not working in IE7 and quirks mode.
Click on button to create a div with span contenteditable="false". Double clicking the text should set span contenteditable="true".
This is working in FF, Chrome, IE8, but not IE7 or quirks mode.
Attachments (0)
Change History (2)
Changed January 25, 2011 10:24PM UTC by comment:1
description: | Setting contenteditable attr not working in IE7 and quirks mode. \ jsfiddle.net/dtxhe/3 \ \ Click on button to create a div with span contenteditable="false". Double clicking the text should set span contenteditable="true". \ \ This is working in FF, Chrome, IE8, but not IE7 or quirks mode. → Setting contenteditable attr not working in IE7 and quirks mode. \ http://jsfiddle.net/dtxhe/3 \ \ Click on button to create a div with span contenteditable="false". Double clicking the text should set span contenteditable="true". \ \ This is working in FF, Chrome, IE8, but not IE7 or quirks mode. |
---|
Changed January 26, 2011 01:17PM UTC by comment:2
component: | unfiled → attributes |
---|---|
priority: | undecided → low |
resolution: | → worksforme |
status: | new → closed |
Thanks for taking the time to contribute to the jQuery project by writing a bug report and providing a test case!
After looking into this I noticed that this is just a simple oversight. If the attribute has the correct casing, which is contentEditable
, as in this test case it works in IE7 too.