Hi Tom, On Monday 19 October 2009 tsmiller wrote: > In my application, I was allowing the user to upload an html file from his > local disk to be edited in the HtmlArea. But there are so many ways that > the end user has created html over the last 15 years or so, that I believe > there is no possible way to keep the html files intact and edit them > properly in the limited scope of the qooxdoo HtmlArea. This is a main problem of all WYSIWYG editors out there. They work best when the user starts from scratch and the more not-well formed HTML is handed into the editor the worse is the editing. The HtmlArea is relying on the fact that the HTML which is set as content is well-formed. This is a main assumption which is - in my opinion - necessary to make. The HtmlArea should provide the pure editing of HTML and nothing more. If it's necessary to clean up HTML then this should be done outside before handing in the HTML. Otherwise you would blow up the implementation which is not a good choice in my opinion.
> I too would like an html editor that just does basic editing. It seems > that an html editor should be a very high priority widget, but apparently > it is not. The bug you reported gained a high priority and I managed to fix it today :) > Other people may be using it and they may be getting better > mileage than me, but as far as I can see the qooxdoo developers need to > fix it, redesign it from start as you suggested, or remove it. It is a > nuisance when most widgets behave a little strange, but it is a show > stopper when this particular widget does. If it has issues the best to support is to report them, so as you did. I'll personally work hard to fix them, but as anyone I only have limited time and also some other tasks. So please be a little patient, if some issue are not fixed right away. 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