Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inserting text then hitting enter splits the text in Firefox. #8

Closed
byronm opened this issue Mar 11, 2013 · 2 comments
Closed

Inserting text then hitting enter splits the text in Firefox. #8

byronm opened this issue Mar 11, 2013 · 2 comments
Assignees

Comments

@byronm
Copy link
Contributor

byronm commented Mar 11, 2013

Browser: Firefox 19.0

Steps to reproduce:

  1. On the empty document, type "123".
  2. Hit enter (insert "\n").

Expected Result:
"123\n"

Actual Result:
The lines "1\n", "23"

The tail is always pushed to the next line. This issue does not occur in Chrome.

@ghost ghost assigned jhchen Mar 11, 2013
@byronm
Copy link
Contributor Author

byronm commented Mar 12, 2013

Related: If you hit enter from the second line (containing the tail of the initial text), the editor does not accept any subsequent insertions except for newlines.

@jhchen
Copy link
Member

jhchen commented Mar 28, 2013

This does not occur in the lastest version of Scribe + Firefox. If I had to guess a011d58 probably fixed this.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants