Skip to content
New issue

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

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

Already on GitHub? # to your account

line breaks not respected in text area #7

Open
lucadealfaro opened this issue Jul 12, 2015 · 1 comment
Open

line breaks not respected in text area #7

lucadealfaro opened this issue Jul 12, 2015 · 1 comment

Comments

@lucadealfaro
Copy link

Create a

and put some string, like "red" in it. Then click on it using the plugin to edit, and write something containing a line break, like:

red
green

click elsewhere to save. All is ok: this is rendered as

red
green

.
But now click on the

to edit it again: in the textarea for editing, there will be:

redgreen

as the
has been stripped but not replaced with \n.

@lucadealfaro
Copy link
Author

Ah, github ate all my tags, but I hope the above is understandable. Sorry.

lucadealfaro referenced this issue Jul 12, 2015
because ember 1.7 add script tag around textarea
jordanthomp81 referenced this issue in jordanthomp81/jQuery.editable Sep 17, 2015
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant