X Tutup
Skip to content

ngModel doesn't work with TextAreas in a WebWorker #7439

@jteplitz

Description

@jteplitz

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    X Tutup