You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 15, 2021. It is now read-only.
Using Chromium 34.0.1847.116, clicking to move caret, then entering a SPACE results in " " but moving the caret using arrow keys then entering a SPACE results in " ".
To reproduce: if I go to http://guardian.github.io/scribe/ click after the "H" in "Hello" and type SPACE, I get <p>H ello, World!</p>, but if I then press RIGHT ARROW and type SPACE, I get <p>H e llo, World!</p>
On Firefox 30.0 both result in a " " character being inserted.
Using Chromium 34.0.1847.116, clicking to move caret, then entering a SPACE results in " " but moving the caret using arrow keys then entering a SPACE results in " ".
To reproduce: if I go to http://guardian.github.io/scribe/ click after the "H" in "Hello" and type SPACE, I get <p>H ello, World!</p>, but if I then press RIGHT ARROW and type SPACE, I get <p>H e llo, World!</p>
On Firefox 30.0 both result in a " " character being inserted.