-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix change event not fired on type after paste #308
Conversation
Hello @millerdev, |
@f1ames is there anything else needed to get this approved/merged? I'd love to see this bug fixed on the main line. |
Hello @millerdev, In the meantime you could make two improvements which will help us with this fix:
Thank you! |
Thanks @f1ames, I'll work on those things. Out of curiosity, why are manual tests needed if I have a fully automated test for this bug? The contributing guidelines imply that manual tests are necessary only if it is not possible to test automatically. |
I've explained it a little in #297 (comment). It's true that docs needs to be updated here, we'll update them shortly. |
44bc308
to
2d3e07b
Compare
👍 Can we get this targeted for an upcoming release soon? |
Sorry, we're in the middle of 4.7.1 release testing phase, thus we're unable to fit it in. But I'll put it in backlog to review it for 4.7.2, thanks for the feedback! Also @djdenv you add 👍 reaction to the pull request description to show your support 😉. |
Thank you. Yes, I'm using the thumbs up to show support for merging this PR. 😉 |
This PR was used as a base for #666. After adding tests and fixing some code style issues, the solution initially proposed by @millerdev was merged into our |
Steps to reproduce the bug:
Expected:
Change event should fire after typing (should see new change event number since paste).
Observed:
Change event is not fired.