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

Inserting text deletes other portions on Chromium 12.0.724.0 (80289) (Ubuntu 10.10) #56

Closed
axtro opened this issue Apr 5, 2011 · 2 comments

Comments

@axtro
Copy link

axtro commented Apr 5, 2011

Opening http://codemirror.net/demo/mustache.html in Chromium 12.0.724.0 (80289), clicking for example in the middle of the 3rd line and entering text, a big chunk of the initial text disappears.

@marijnh
Copy link
Member

marijnh commented Apr 9, 2011

This doesn't happen with the current beta (11.0), so I hope this is a bug they'll sort out before promoting 12 to beta or stable.

@axtro axtro closed this as completed Apr 11, 2011
@axtro
Copy link
Author

axtro commented Apr 11, 2011

Yes, seems like a bug with that build. 12.0.733.0 (81064) fixes it

alltom pushed a commit to alltom/CodeMirror that referenced this issue Aug 23, 2012
…g) -

the introduction of compoundChange() introduced a new codepath in History.addChange()
that was not present when the original dirty bit enhancement (pull codemirror#56) was
written. It needs to be handled the same as the case below it since it too
generates an additional undo step (i.e. an additional call to unredoHelper(),
where the counter is decremented, at undo time).
gcziprusz pushed a commit to gcziprusz/CodeMirror that referenced this issue Dec 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants