[Webkit-unassigned] [Bug 89054] document.execCommand('Indent') removes Shadow DOM.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 22 16:00:59 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=89054





--- Comment #4 from Hayato Ito <hayato at chromium.org>  2012-06-22 16:00:50 PST ---
I think editing command should treat pure DOM structures in general.
That means if we clone some nodes in editing, it is okay that everything that can not be serialized into text is not cloned. like event listeners or attached Shadow DOM created by user.

So I vote for WONTFIX for now.

(In reply to comment #3)
> We should discuss how do we clone Shadow DOM (or do not clone Shadow DOM) before fixing this problem.

-- 
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