RESOLVED WONTFIX 88501
[Shadow] Cut and Paste will lose Shadow DOM
https://bugs.webkit.org/show_bug.cgi?id=88501
Summary [Shadow] Cut and Paste will lose Shadow DOM
Shinya Kawanaka
Reported 2012-06-06 22:22:56 PDT
If we cut some elements having Shadow DOM then paste it, Shadow DOM is gone.
Attachments
Hayato Ito
Comment 1 2012-06-10 21:31:31 PDT
This seems a tough issue. We don't have any serialization form for shadow dom subtree.
Ryosuke Niwa
Comment 2 2012-06-21 16:36:54 PDT
Unfortunately we can't really fix this bug because there's no way to serialize shadow DOM. I'd say won't fix until we figure out a way to serialize shadow DOM.
Dimitri Glazkov (Google)
Comment 3 2012-06-21 20:16:18 PDT
A Shadow DOM subtree is just like event listeners, a purely DOM concept. Just like you can't serialize the listeners, you can't (and shouldn't) serialize shadow DOM. I vote for a WONTFIX.
Ryosuke Niwa
Comment 4 2012-06-21 20:30:04 PDT
(In reply to comment #3) > A Shadow DOM subtree is just like event listeners, a purely DOM concept. Just like you can't serialize the listeners, you can't (and shouldn't) serialize shadow DOM. > > I vote for a WONTFIX. Sounds good to me.
Note You need to log in before you can comment on or make changes to this bug.