NEW 58959
"contenteditable" elements should not need to be in the DOM tree
https://bugs.webkit.org/show_bug.cgi?id=58959
Summary "contenteditable" elements should not need to be in the DOM tree
Joseph Pecoraro
Reported 2011-04-19 20:14:45 PDT
Created attachment 90296 [details] [TEST] Test case for contenteditable elements not in the DOM or display:none My interpretation of the spec is that an element can have isContentEditable as true, even if it is not attached to the DOM tree, but just a created elements with contentEditable="true". I attached a test case which works in Firefox (3 passes) but has only 1 pass in WebKit. If the description of "editing context" is ambiguous I think we should get clarification in the spec.
Attachments
[TEST] Test case for contenteditable elements not in the DOM or display:none (1.32 KB, text/html)
2011-04-19 20:14 PDT, Joseph Pecoraro
no flags
Mozes Stumpf
Comment 1 2024-11-26 23:41:21 PST
Is there any chance of fixing this bug?
Note You need to log in before you can comment on or make changes to this bug.