mizzao / meteor-sharejs

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

Space & Return Keys result in Backspace behavior? #53

Closed rubencodes closed 8 years ago

rubencodes commented 8 years ago

Okay, this is a weird one. I've got this Ace editor on a web project I'm working on. Working fine on desktop web, but on iPhone Safari and Chrome (haven't tested on Android), pressing the space or return keys in the editor causes the editor to delete the character preceding the cursor, i.e. a backspace behavior. I don't implement any special behavior that should be causing it but I'd appreciate it if someone could replicate on their end just to make sure. If you want to test out the issue on my site, visit: http://www.group.codes/M25EhSW55ewiguTCa

DavidSichau commented 8 years ago

@rubencodes With the newest version of sharejs ace the handling of the events was rewritten, did it still cause the error?

DavidSichau commented 8 years ago

Closed as no reply