Re: [qooxdoo-devel] qx.bom.htmlarea.HtmlArea consideration and modifications

2011-10-06 Thread Alexander Steitz
Hi Marco, On Wednesday 05 October 2011 17:02:46 Marco Pompili wrote: > Like this. > > 1) I got: > > 2) I select with the mouse bla bla bla and use the setBold method. > 3) This is the result: > > > Instead i want this result with no paragraph tag: > > Also if i try to do the same thing in

Re: [qooxdoo-devel] qx.bom.htmlarea.HtmlArea consideration and modifications

2011-10-05 Thread Marco Pompili
Hi Alexander, Like this. 1) I got: 2) I select with the mouse *bla bla bla* and use the setBold method. 3) This is the result: Instead i want this result with no paragraph tag: Also if i try to do the same thing in Firefox (version 3.5.16 on Debian) i got this instead of a normal bold ta

Re: [qooxdoo-devel] qx.bom.htmlarea.HtmlArea consideration and modifications

2011-10-04 Thread Alexander Steitz
Hi Marco, this line is inserted for creating the same behaviour for all browsers. If this behaviour doesn't meet your requirements you can open a enhancement issue for it. The best would be if you can attach your patch to it so we can integrate it into the component. Regards, Alex On Monday

Re: [qooxdoo-devel] qx.bom.htmlarea.HtmlArea consideration and modifications

2011-10-03 Thread Marco Pompili
Hi Jean-Noel! I've already used CkEditor in an older project with Qx, and it works nicely as you said, it's a reliable way out. This time if it's not too much consuming I'll try to avoid using it and go for a Qx only approach. I don't need a fully editor, and i find CkE a little heavy, I've alread

Re: [qooxdoo-devel] qx.bom.htmlarea.HtmlArea consideration and modifications

2011-10-03 Thread Jean-Noël Rivasseau
Hello, As I already pointed out in a previous email, it is very hard to use HtmlArea properly. We tried to make it work for two monthes and we gave up. We now use CkEditor which integrates perfectly with Qx and gives us no problems at all. Depending on what you need to do, you could try that appro

[qooxdoo-devel] qx.bom.htmlarea.HtmlArea consideration and modifications

2011-10-03 Thread Marco Pompili
Hi qooxdooers, I'm playing around with the HtmlArea widget, and I've found out that some properties prevent me to have a total control on the html generated by this widget. I've found out that the editor always adds a standard html string that messes up my formatting. This line from the method :