Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] CodeEditWidget broken

Hi Sebastian:
The issue has been fixed and the widget build is available in the Oiron download page now. Please download the latest build(I20151217-1108 and later).

Thanks,
Libing



From:        Libing Wang/Ottawa/IBM@IBMCA
To:        Orion developer discussions <orion-dev@xxxxxxxxxxx>
Date:        12/17/2015 08:48 AM
Subject:        Re: [orion-dev] CodeEditWidget broken
Sent by:        orion-dev-bounces@xxxxxxxxxxx




Hi Sebastian:
I reproduced the issue and opened
https://bugs.eclipse.org/bugs/show_bug.cgi?id=484559.
I am trying to fix it now and will let you know the build number once it is fixed.


Thanks,
Libing




From:        
Sebastian Pahnke <pahnke.sebastian@xxxxxxxxx>
To:        
Orion developer discussions <orion-dev@xxxxxxxxxxx>
Date:        
12/17/2015 02:29 AM
Subject:        
[orion-dev] CodeEditWidget broken
Sent by:        
orion-dev-bounces@xxxxxxxxxxx




Hi,

the current integration build is broken (I20151216-2218). There is an exception in the _javascript_ plugin:

Uncaught TypeError: Cannot read property 'request' of undefined
WrappedWorker.postMessage
handlers.worker_ready
(anonymous function)

The msg parameter is undefined in the first line of postMessage:
var starting = msg.request === "start_server“;

Regards,
Sebastian
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit

https://dev.eclipse.org/mailman/listinfo/orion-dev
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/orion-dev


Back to the top