[Webkit-unassigned] [Bug 93643] Preserve styling elements in DeleteSelectionCommand
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 13 14:24:13 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=93643
--- Comment #33 from Ryosuke Niwa <rniwa at webkit.org> 2012-08-13 14:24:41 PST ---
(From update of attachment 158103)
I don't think we should do this. We'll end up modifying non-editable region of the document. Furthermore, by moving these nodes directly using DOM methods and thereby not adding it to the undo stack, we're breaking undo/redo of deletion because each undo step relies on the previous undo step to revert the exact DOM change that had happened.
--
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