X Tutup
Skip to content

fix(WebWorker): Fix textarea value not being sent to the worker#7828

Closed
jteplitz wants to merge 1 commit intoangular:masterfrom
jteplitz:webworker_text_area
Closed

fix(WebWorker): Fix textarea value not being sent to the worker#7828
jteplitz wants to merge 1 commit intoangular:masterfrom
jteplitz:webworker_text_area

Conversation

@jteplitz
Copy link
Copy Markdown
Contributor

Fixed bug with event serialization in textarea events. Closes #7439

@jteplitz jteplitz added the action: review The PR is still awaiting reviews from at least one requested reviewer label Mar 30, 2016
@jteplitz jteplitz force-pushed the webworker_text_area branch 2 times, most recently from 1635898 to 8d43f4e Compare March 30, 2016 17:43
@jteplitz jteplitz force-pushed the webworker_text_area branch from 8d43f4e to d51ee7d Compare March 30, 2016 18:44
@alxhub alxhub added pr_state: LGTM action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Apr 8, 2016
@mary-poppins
Copy link
Copy Markdown

Merging PR #7828 on behalf of @alxhub to branch presubmit-alxhub-pr-7828.

@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker cla: yes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ngModel doesn't work with TextAreas in a WebWorker

4 participants

X Tutup