mizzao / meteor-sharejs

Meteor smart package for transparently adding ShareJS editors to an app
MIT License
225 stars 53 forks source link

undo shows "loading..." text #35

Closed ghost closed 9 years ago

ghost commented 9 years ago

Even if you have no text and you ctrl z on the editor, it will show the loading... text.

mizzao commented 9 years ago

Is this for ace or codemirror?

The Loading... text has already been axed on the master branch, so it shouldn't be there regardless in the next release.

ghost commented 9 years ago

this is for the ace.

filipstachura commented 9 years ago

Are there any specific plans regarding next release? When we can expect that?

DavidSichau commented 9 years ago

@mizzao It would be great to release a new version. This loading is really annoying.

mizzao commented 9 years ago

New versions are released, and editors updated: 24b2a03919b7f2b077bfbc5c6200a2bd6fa09330

There is still the slightly irritating issue that pressing Ctrl-Z after an editor has loaded will completely nuke the text on both the client and server. If you guys have any ideas for a fix, happy to hear them. It might help to reset the undo buffer when Ace/CodeMirror loads.