google-code-export / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 0 forks source link

add support for HtmlEditor #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
HtmlEditor doesn't function correctly in FF and raises a bunch of
javascript errors. On initial investigation this seemed be be because the
editor iframe is moved in the DOM.

Original issue reported on code.google.com by sanjiv.j...@gmail.com on 27 Aug 2007 at 3:56

GoogleCodeExporter commented 9 years ago
Also see :
http://groups.google.com/group/gwt-ext/browse_thread/thread/49f0d1e065795c85?hl=
en

Original comment by sanjiv.j...@gmail.com on 1 Sep 2007 at 4:05

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/gwt-ext/issues/detail?id=91

Original comment by sanjiv.j...@gmail.com on 1 Sep 2007 at 8:00

GoogleCodeExporter commented 9 years ago
First of all, thank you for this amazing project.

I've developed and attached a workaround class for HtmlEditor. It uses ext 
styles and
standard GWT1.4.60 RichTextArea. So, it has no additional dependencies. 
This class has some problems with setting font type and size, wich I couldn't 
solve,
but it is still rather usefull and similar to standard (buggy) ext HtmlEditor. 
If you wish, you may add it to main gwt-ext package, as a workaround for this 
bug. 

Original comment by vslaykov...@gmail.com on 28 Sep 2007 at 8:15

Attachments:

GoogleCodeExporter commented 9 years ago
I was wondering if this bug will be solved or should I find a workaround like
vslaykovsky did?  I've been avoiding running my project in FF but I'd like to 
start
testing in it.

Original comment by nvoskerj...@sbcglobal.net on 11 Oct 2007 at 8:58

GoogleCodeExporter commented 9 years ago
HtmlEditor is now supported in GWT-Ext 2.0.

See http://gwt-ext.com/demo/#multiColumnForm 

Original comment by sanjiv.j...@gmail.com on 11 Feb 2008 at 7:04

GoogleCodeExporter commented 9 years ago
The HtmlEditor doesn't work in FF when embedded in a popup window, but does in 
IE.

To test you can take the code from the above showcase link and turn into a
com.gwtext.client.widgets.Window

The editor will display but will not allow user input in FF but will in IE.

I'm looking into a solution at the moment but if anyone else has any ideas? 

Original comment by knight...@gmail.com on 30 Jul 2009 at 11:27

GoogleCodeExporter commented 9 years ago
This problem exists even with gwt-ext-2.0.5/6, running in hosted mode. 
Interestingly 
you can write to this HTML editor using the source-edit mode.

Original comment by anand...@gmail.com on 22 Oct 2009 at 8:32