[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.epf] Re-use RichTextEditor in a non-EPF plugin
|
I'm trying to re-use RichTextEditor in a non EPF plugin.
I'm using Eclipse 3.4RC4, Ubuntu 8.04 - Hardy Heron, Firefox 3.0 and
XulRunner 1.9.
I have a RichTextEditor and a button to validate.
I'm having problems with the recovery of the text. When i call the
getText() method it returns me the state -1 instead
of the current state. It returns me the old value of the text.
If I press the button 2 time it returns me the good text.
When I use Html view all works correctly
Has someone encountered the same problem?
Thanks