bellroy / lesswrong-migrated

Automatically exported from code.google.com/p/lesswrong
Other
0 stars 0 forks source link

Newlines are not preserved correctly when editing meetup descriptions #379

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Create a new meetup

2. In the description field enter:

"
This is the first line

This is the second line
"

3. Save the meetup.

4. Click "Edit meetup"

5. Look at the description field.

The expected result is that the description field should still contain:

"
This is the first line

This is the second line
"

The actual result is that the description field contains:

"
This is the first line
This is the second line
"

This has the effect of breaking markdown formatting any time you make an edit 
to a meetup post.

OS: Chrome 24.0.1312.70 under Ubuntu (also happens in Windows Chrome).

Original issue reported on code.google.com by misterco...@gmail.com on 18 Apr 2013 at 8:30

GoogleCodeExporter commented 9 years ago
Duplicates for me. Chrome Version 34.0.1847.137 on Ubuntu 13.10

Original comment by joshuat...@gmail.com on 25 May 2014 at 6:39