Skip to content
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

Undo/redo not working propperly #558

Closed
vlad-nica opened this issue Mar 3, 2015 · 2 comments
Closed

Undo/redo not working propperly #558

vlad-nica opened this issue Mar 3, 2015 · 2 comments
Labels
Milestone

Comments

@vlad-nica
Copy link

Undo and redo will work just fine as long as you don't click undo multiple times than actual modifications. If you make one modification, click undo twice and then redo, no modification will be redone: http://screencast.com/t/TBwtLE0GG

@SimeonC SimeonC added the bug label Mar 3, 2015
@SimeonC SimeonC added this to the 1.3.X milestone Mar 3, 2015
@SimeonC
Copy link
Collaborator

SimeonC commented Mar 3, 2015

Thanks for letting us know - that's an odd one.

nickknissen pushed a commit to ordbogen/textAngular that referenced this issue Jul 1, 2015
@GIT090042178
Copy link

I have commented below lines and it is working. below function
var _inputTimeout;
element.on('input', function() {
.
.
.
.

                       **//var _savedSelection = rangy.saveSelection();** 
                       **//rangy.restoreSelection(_savedSelection);**

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

No branches or pull requests

3 participants