Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » TinyMCE can't working with RAP1.4M3
TinyMCE can't working with RAP1.4M3 [message #641039] Wed, 24 November 2010 02:48 Go to next message
roy  is currently offline roy Friend
Messages: 13
Registered: July 2010
Junior Member
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 #641070 is a reply to message #641039] Wed, 24 November 2010 07:42 Go to previous messageGo to next message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
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 #641087 is a reply to message #641070] Wed, 24 November 2010 08:52 Go to previous messageGo to next message
roy  is currently offline roy Friend
Messages: 13
Registered: July 2010
Junior Member
This is a multi-part message in MIME format.
--------------030205020008010201060608
Content-Type: text/plain; charset=GB2312
Content-Transfer-Encoding: 8bit

Hi Ivan:

The attached file is my test plug-ins!

Best Regards!
Roy

Re: TinyMCE can't working with RAP1.4M3 [message #641088 is a reply to message #641070] Wed, 24 November 2010 08:54 Go to previous messageGo to next message
roy  is currently offline roy Friend
Messages: 13
Registered: July 2010
Junior Member
This is a multi-part message in MIME format.
--------------010300030602080602000102
Content-Type: text/plain; charset=GB2312
Content-Transfer-Encoding: 8bit

Hi Ivan:

The attached file is my test plug-ins!(the main)

Best Regards!
Roy

Re: TinyMCE can't working with RAP1.4M3 [message #641113 is a reply to message #641070] Wed, 24 November 2010 10:02 Go to previous messageGo to next message
roy  is currently offline roy Friend
Messages: 13
Registered: July 2010
Junior Member
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 #641157 is a reply to message #641039] Wed, 24 November 2010 13:00 Go to previous messageGo to next message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
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
Re: TinyMCE can't working with RAP1.4M3 [message #641329 is a reply to message #641157] Thu, 25 November 2010 02:52 Go to previous message
roy  is currently offline roy Friend
Messages: 13
Registered: July 2010
Junior Member
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
Previous Topic:Direct Entry URLs possible?
Next Topic:Doing POST to external server
Goto Forum:
  


Current Time: Fri Apr 19 07:24:05 GMT 2024

Powered by FUDForum. Page generated in 0.02195 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top