joseph-mudloff / pixie-cms

Automatically exported from code.google.com/p/pixie-cms
Other
0 stars 0 forks source link

Entity Escapes Are Removed When Updating Post #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a new post
2. For the post content (simple editor), use "<foo>". Publish it.
3. Verify the post content displays as "<foo>".
4. Go to the edit page for the post.
5. Verify the post content does not contain the escapes, and is exactly
"<foo>". Click the update button.
6. Verify that the post content is now invisible, as a result of being
interpreted as markup.

What is the expected output? What do you see instead?
For step 4, I expect the escapes to be preserved.

What version of the product are you using? On what operating system?
v1.03

Please provide any additional information below.

Original issue reported on code.google.com by hbc...@gmail.com on 5 Mar 2010 at 2:02

GoogleCodeExporter commented 8 years ago
Fixed in trunk months ago.

Original comment by tonywhit...@googlemail.com on 6 Mar 2010 at 5:13