nytimes / ice

track changes with javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IceEmdashPlugin next character blocked

jamienk opened this issue · comments

When using the IceEmdashPlugin it successfully converts my two dashes to an emdash, but then the next character I type does not register.

To reproduce, in the demo http://nytimes.github.io/ice/demo/ type

"test--test this"

results in

test—est this

Note the missing "t" in the second "test"

Confirmed, this is a bug. We need to look into this.