RESOLVED FIXED 13125
removeformat execCommand loses input elements
https://bugs.webkit.org/show_bug.cgi?id=13125
Summary removeformat execCommand loses input elements
J Boss
Reported 2007-03-19 21:02:26 PDT
In an iframe with designMode on, if execCommand('removeformat',false,null) is called on the iframe and the selection contains an <input> element, the <input> element is removed from the document.
Attachments
Alex Steitz
Comment 1 2007-05-25 03:28:48 PDT
This also true for any image. All images within the selection get removed from the document when calling "removeFormat".
Ryosuke Niwa
Comment 3 2010-10-25 14:03:58 PDT
This bug has been fixed since http://trac.webkit.org/changeset/70283.
Note You need to log in before you can comment on or make changes to this bug.