edesiocs / ingatan

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

Square brackets are lost when pasting text into a RichTextArea field. #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Copy some plain text with square brackets, such as [this] sentence.
2. Paste into a RichTextArea (e.g. a FlexiQuestion field).
3. See that the word [this] is lost with the square brackets as it was parsed 
by the RichTextArea as a tag.

Update the paste method in the RichTextArea to first replace any square 
brackets with the RichTextArea markup charcodes.

Original issue reported on code.google.com by tom.eve...@gmail.com on 28 Mar 2012 at 6:22

GoogleCodeExporter commented 9 years ago
update to milestone

Original comment by tom.eve...@gmail.com on 30 Mar 2012 at 12:01