Opened 12 years ago
Closed 12 years ago
#8057 closed bug (worksforme)
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 (last modified by )
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.
Change History (2)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 12 years ago by
Component: | unfiled → attributes |
---|---|
Priority: | undecided → low |
Resolution: | → worksforme |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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.