Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Pasting text into body doesn't trigger a change #164

Closed
chanpod opened this issue Jul 26, 2018 · 5 comments
Closed

Pasting text into body doesn't trigger a change #164

chanpod opened this issue Jul 26, 2018 · 5 comments

Comments

@chanpod
Copy link

chanpod commented Jul 26, 2018

In Chrome, if I copy paste text and that's it, the ng-model isn't updated with the new value. It's like the component is only changing on key press. But if I just hit the spacebar or whatever, it updates properly.

Edit: Clarifying process to reproduce

  1. With a new, empty text field, click in the field.
  2. Paste some text (I was using ctrl + v). It's very important to not hit any other keys while the text field is still selected as this will "fix" the issue.
  3. Click away from the text field and inspect the variable data bound to it. It should still be undefined/empty
@KillerCodeMonkey
Copy link
Owner

Can you reproduce it in other browsers? like FF?

@KillerCodeMonkey
Copy link
Owner

any updates?

@chanpod
Copy link
Author

chanpod commented Aug 6, 2018

My apologies on the delay. Work has been crazy busy. I was able to successfully reproduce on safari and firefox.

@chanpod
Copy link
Author

chanpod commented Aug 6, 2018

I've updated the original comment with a more clear procedure to reproduce.

@KillerCodeMonkey
Copy link
Owner

should be fixed in 4.2.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants