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:
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


Back to the top