[Webkit-unassigned] [Bug 17926] Unformat deletes images
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jan 9 18:54:43 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=17926
------- Comment #2 from contact at neodata.fr 2009-01-09 18:54 PDT -------
I have the same issue when executing :
document.execCommand('RemoveFormat',false,null);
on a mix text / img, img are deleted. I avoid selection
on img by adding "-khtml-user-select:none" on them same problem.
another thing the text lost class inherit properties
<div id='editor' class='textclass'> .... my text ... </div>
When apply "RemoveFormat" the text CSS class might be 'textclass' !
Same problem on Chrome
Regards
Jeff
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list