-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Closed
Description
It looks like there's something wrong with event serialization of TextArea change events. The following error popups in the worker after it dispatches the change event:
EXCEPTION: Error during evaluation of "input"
vendor_worker.js:49784 ORIGINAL EXCEPTION: TypeError: Cannot read property 'value' of undefined
vendor_worker.js:49784 ORIGINAL STACKTRACE:
vendor_worker.js:49784 TypeError: Cannot read property 'value' of undefined
at AbstractChangeDetector.ChangeDetector_CreateAnswer_2.handleEventInternal (viewFactory_CreateAnswer:389)
at AbstractChangeDetector.handleEvent (vendor_worker.js:40042)
at AppView.triggerEventHandlers (vendor_worker.js:37704)
at Array.eval (viewFactory_CreateAnswer:532)
at NamedEventEmitter.dispatchEvent (vendor_worker.js:45058)
at WebWorkerRootRenderer._dispatchEvent (vendor_worker.js:44905)
at Object.next (vendor_worker.js:44894)
at vendor_worker.js:46658
at cb (vendor_worker.js:38386)
at angular2-polyfills.js:1679
Reactions are currently unavailable