Hi Petr, What browser are you using? I can reproduce some but not all:
- there seems to be a general problem with the keyboard callbacks not updating - deleting an image works with backspace in FF, does nothing in IE - Font size is not working at all :) - Ctrl-A, Del, and type works in FF3 and IE6 & 8 I've completely forgotten to check bugzilla for HtmlArea bugs (doh!) so thanks for reminding me! The reason I went back to HtmlEditor was because TinyMCE "suddenly" started causing weird problems on IE 6/7/8 - the first time you go to the form it works, and the second time you get a blank page and errors saying "tinyMCE undefined" until you flush the cache; the source of the page is _only_ script tags for TinyMCE and the browser's back history is screwed. I got as far as figuring out that TinyMCE attempts to rewrite your code on the fly to inject script statements and presumed that some TinyMCE timing bug and/or conflict with Qx was the problem. You're welcome to the code (let me know if you do and I'll email it to you direct). John -----Original Message----- From: Petr Kobalíček [mailto:[email protected]] Sent: 25 February 2009 22:53 To: qooxdoo Development Subject: Re: [qooxdoo-devel] HtmlArea toolbars and updates for 0.8.1 Hi John, your contribution looks good, but there are still many problems and I think all of them are related to HtmlArea (not HtmlEditor). For example: - Bold/Italic/... buttons are incorrectly updated when using arrows (keyboard) - Text align buttons are incorrectly updated when using arrows (keyboard) - When I deleted image (backspace) whole HtmlEditor was gone - Font size is not updated in toolbar - Ctrl+A bug is still here (try Ctrl+A (select) and Del (delete) and the try write some paragraph) All bugs are known, I'm just tried if there are still here. We are not using HtmlArea or html based editing components in qooxdoo anymore (And I think this is qooxdoo negative point compared to other js framewors). I'm now quite inactive in qooxdoo mailing list, because I'm working on thesis in C++, so after some progress I will continue using qooxdoo again :) BTW: What TinyMCE wrapper for qooxdoo you used ? This is quite interesting for me :) Cheers - Petr 2009/2/25 John Spackman <[email protected]>: > Dear all, > > Towards the end of last year there was a discussion about HtmlArea missing > toolbars and other elements needed to use it as a complete, ready-to-go > control; both Petr Kobalíček and I had developed wrapper controls that added > these features but the chat went quiet - I made a TinyMCE adapter and > presumably Petr found a solution for his needs too. > > I've had to drop TinyMCE and revisit my control recently (IE yesterday :) > and now that it's working I'd like to contribute it; you can see a working > demo of it here: http://www.zenesis.com/qx/dev/ > > My code is 0.8.1 compatible and has [only] been tested on IE and FF but both > the trunk and latest 0.4-pre branch of HtmlArea are only 0.7.x compatible > (the 0.3-pre branch was 0.8.x compatible but is presumably out of date). > Using the 0.4-pre branch as a base, I have migrated HtmlArea to 0.8.1 and > with permission I would like to commit them into the trunk of HtmlArea. You > can find the source for up upgraded HtmlArea here: > http://www.zenesis.com/qx/HtmlArea-0.8.1.zip > > John > > > > > ---------------------------------------------------------------------------- -- > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise > -Strategies to boost innovation and cut costs with open source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ---------------------------------------------------------------------------- -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
