-
Notifications
You must be signed in to change notification settings - Fork 152
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
Pasting text that contains a newline throws an error #462
Comments
Darn, I knew that fix yesterday seemed too simple. |
bantic
added a commit
that referenced
this issue
Aug 24, 2016
bantic
added a commit
that referenced
this issue
Aug 24, 2016
bantic
added a commit
that referenced
this issue
Aug 24, 2016
* Refactor #insertPost tests to use builder and editor DSL. * Add test helper editor DSL `Helpers.editor.buildFromText(dsl, editorOptions)` * Add test helper `retargetRange` to retarget a range from one post to another. Helps with asserting that the editor's range matches the one from the DSL Fixes #462
bantic
added a commit
that referenced
this issue
Aug 24, 2016
* Refactor #insertPost tests to use builder and editor DSL. * Add test helper editor DSL `Helpers.editor.buildFromText(dsl, editorOptions)` * Add test helper `retargetRange` to retarget a range from one post to another. Helps with asserting that the editor's range matches the one from the DSL Fixes #462
released in v0.10.7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think this is a regression introduced by #459. Inserting text with newlines inside a list works, as per the fix. However, inserting text with newlines outside of a list, for instance in an empty Mobiledoc instance, fails.
The text was updated successfully, but these errors were encountered: