[Webkit-unassigned] [Bug 88484] New: [Shadow][Editing] Deleting character in distributed element deletes the whole element.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 6 19:27:10 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=88484
Summary: [Shadow][Editing] Deleting character in distributed
element deletes the whole element.
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: HTML Editing
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: shinyak at chromium.org
Blocks: 82697
<div id="host" contenteditable><div>foo</div></div>
var root = new WebKitShadowRoot(host);
root.innerHTML = "<content></content>";
When removing 'o' of foo, 'foo' will be deleted.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list