michaelyah / gwt-ckeditor

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

Editor instance can't be detached/reattached #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When adding an editor instance that has previously been detached, an error 
occurs (id conflict).

This can be avoided by making sure that replaceTextArea is called only once for 
an editor instance 
in onLoad(), for example by introducing an instance variable that marks whether 
the replacement 
has been performed already.

Original issue reported on code.google.com by code...@gmail.com on 9 Jan 2010 at 1:55

GoogleCodeExporter commented 8 years ago

Original comment by picard.d...@gmail.com on 9 Jan 2010 at 6:01

GoogleCodeExporter commented 8 years ago
Thank you.

Fixed on SVN ; will be integrated to the v0.3 jar distribution.

Original comment by picard.d...@gmail.com on 9 Jan 2010 at 7:07