-
Notifications
You must be signed in to change notification settings - Fork 27
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
Enable undo in textboxes #250
Comments
@kyoshino I am a newbie, and I want to solve this issue. Can you help me in solving this? |
I'm also a newbie actually 😄 Please give it a shot if you can. |
If the API is not supported, I suggest to use the standard history API (I guess this is supported) to store the previous textbox state and listen to Ctrl+Z/Ctrl+Shift+Z/Ctrl+Y key presses. Or we can store the input history in memory, but that has a potential to leaks. |
The Undo Manager API has already been removed from Firefox 😿 |
WebExtension Experiments could help here? If yes, then it could be done as a separate issue / workaround for Nightly and Developer Edition to not forget about Firefox Beta / Release and other Gecko (SeaMonkey, Thunderbird?) users. |
Undo (Ctrl-Z) in textboxes doesn't work when:
From #245 (comment):
The text was updated successfully, but these errors were encountered: