Hi, I'd like to be able to turn off the annoying Firefox habit of inserting crap like <span style="text-decoration: italic;"> instead of <i>, which can be done with the execCommand "styleWithCss" passing false.
The patch at http://chiaraquartet.net/Command.diff.txt implements this command with a dummy for other browsers. It may also be worth doing this by default in the constructor, as the behavior will then be cross-browser (IE only does tags) Thanks, Greg ------------------------------------------------------------------------------ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
