TinyMCE can't working with RAP1.4M3 [message #641039] |
Tue, 23 November 2010 21:48  |
Eclipse User |
|
|
|
Hi All:
I have use the TinyMCE on my application, I found a question that the
TinyMCE custom widget can't working only with RAP1.4M3, but It is
working with RAP1.4M2 and the earlier version , who can give me some
advice? thanks!
Best Regards!
Roy
|
|
|
|
|
|
Re: TinyMCE can't working with RAP1.4M3 [message #641113 is a reply to message #641070] |
Wed, 24 November 2010 05:02   |
Eclipse User |
|
|
|
Hi Ivan :
The attached file is my test plug-ins, there is a rich text, a text, a
button in the view of the main plug-in , when i insert some word into
the rich text, and click the button , then the text will display the
text of the rich text . when i run it with rap1.4M2 , it is Ok , but
with rap1.4M3, the text can't display the right result !
Best Regards!
Roy
于 2010年11月24日 15:42, Ivan Furnadjiev 写道:
> Hi Roy,
> what does it mean - not working? Are there any javascript errors? Could
> you provide simple test project with TinyMCE to test it?
> Thnaks,
> Ivan
>
> On 24.11.2010 4:48 AM, Roy wrote:
>> Hi All:
>>
>> I have use the TinyMCE on my application, I found a question that the
>> TinyMCE custom widget can't working only with RAP1.4M3, but It is
>> working with RAP1.4M2 and the earlier version , who can give me some
>> advice? thanks!
>>
>> Best Regards!
>> Roy
|
|
|
|
Re: TinyMCE can't working with RAP1.4M3 [message #641329 is a reply to message #641157] |
Wed, 24 November 2010 21:52  |
Eclipse User |
|
|
|
Hi Ivan:
Thanks a lot!
Best Regards!
Roy
于 2010年11月24日 21:00, Ivan Furnadjiev 写道:
> Hi Roy,
> in 1.4M3 we removed this internal field:
> org_eclipse_rap_rwt_EventUtil_suspend
> See bug:
> 328915: [client] Refactor org_eclipse_rap_rwt_EventUtil_suspend
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=328915
> To make it work again please change in TinyMCE.js:
> ---
> if( !org_eclipse_rap_rwt_EventUtil_suspend ) {
> ---
> to
> ---
> if( !org.eclipse.swt.EventUtil.getSuspended() ) {
> ---
> Best,
> Ivan
|
|
|
Powered by
FUDForum. Page generated in 0.41691 seconds