We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Once a textarea's value is modified programmatically, the undo-redo history is lost for the textarea and Ctrl+z doesn't work anymore.
Ctrl
z
There seems to be a solution to this: http://stackoverflow.com/a/13597044/767685. This solution worked in my Chrome 38, but I haven't tested it across browsers.
The text was updated successfully, but these errors were encountered:
Sorry, it looks like the solution doesn't work in Firefox and Opera [1]. So, this has to be done conditionally with feature detection.
[1] http://help.dottoro.com/ljuecqgv.php
Sorry, something went wrong.
No branches or pull requests
Once a textarea's value is modified programmatically, the undo-redo history is lost for the textarea and
Ctrl
+z
doesn't work anymore.There seems to be a solution to this: http://stackoverflow.com/a/13597044/767685. This solution worked in my Chrome 38, but I haven't tested it across browsers.
The text was updated successfully, but these errors were encountered: