Hi Alex, thanks for looking at this issue.
I think that all troubles causes the style set in <p>, <li>, ... tags. It's funny that firefox sets style to this tag and then it's unable to work with it :) I think that the <b> or <strong> in <p> element will be better, because we can always convert these elements to something else in the final output by postProcess function. This is also tinymce behavior. BTW: I'm thinking that instead of postProcess function I can create IPostProcess interface. This can allow to use properties and more customization. What do you think ? (I can implement this, it's easy). -- Best regards - Petr Kobalicek <http://kobalicek.com> 2009/10/22 Alexander Steitz <alexander.ste...@1und1.de>: > Hi Petr, > > On Tuesday 20 October 2009 Petr Kobalíček wrote: >> finally screencast about <p> styles bug is here: >> >> http://kobalicek.com/data/screencast/qooxdoo-htmlarea-bug-styles.avi > Thanks for the screencast. I'll gonna analyze this and create bug reports for > it. > > In my opinion there is no problem at all with applying the "font-weight:bold" > to the P element. That's how Gecko is applying the changes with the internal > "execCommand" method. > > An alternative would be to use "b" / "strong" elements. But using SPAN > elements (which need to be inserted manually) would blow up the Undo/Redo > mechanism of Gecko, because any DOM changes can do this harm. > > cheers, > Alex > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > qooxdoo-devel mailing list > qooxdoo-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel