gjtorikian / markdowntutorial.com

Lessons to help guide new writers into Markdown!
http://www.markdowntutorial.com
MIT License
558 stars 131 forks source link

Sometimes typing a space creates a tab, sometimes four spaces #22

Closed gtback closed 10 years ago

gtback commented 10 years ago

I'm seeing strange behavior when it comes to typing "space" characters. I think it has to do with the number of characters on the current line prior to the cursor. I wonder if this has something to do with intended auto-tabbing behavior in the editor.

From my testing:

I didn't see any existing issues for this on here, but it makes entering text highly frustrating and difficult. I'm surprised no one else has encountered this. I'm using Chrome 33.0.1750.117 on Ubuntu 12.04.

gjtorikian commented 10 years ago

Wow, I can reproduce this. I have no idea when it started. Looking into it.

manuelkuhs commented 10 years ago

same prob here

nickserv commented 10 years ago

Same issue here. I often try to insert a space and it inserts a tab instead. Then when I move around the inserted area, sometimes it acts like spaces and sometimes it acts like tabs.

gjtorikian commented 10 years ago

I'm so sorry this took so long to fix. I went out on vacation the first two weeks of March, and then just forgot about this.

I've corrected the issue. Thanks!

gtback commented 10 years ago

Working much better now. Thanks!