Hi,
The RadMarkupEditor has some issues with the usage of custom tags. I will provide you 2 cases which will describe the problems.
Case 1:
- Start the editor and make sure no content is displayed in the Design nor in the Markup view.
- Switch to the Markup view.
- Type in the following (xHtml) text: <person>tom</person>
- Switch to Design view and notice the content "tom" is displayed (which is good).
- Switch back to the Markup view and notice that only the content "tom" is displayed (which is not good). The custom tag <person> is somehow disappeared.
Case 2:
- Start the editor and type some normal text in the Design view.
- Switch to the Markup view.
- Verify that the text you entered in step 1 is displayed.
- Append the same(xHtml) text from case 1 to the existing text from step 1.
- Switch to Design view and notice that the text from step 1 and the content "tom" are displayed (which is good).
- Switch back to the Markup view and notice that the content from step 4 is not correctly displayed anymore. You should see something like this: <person></person>tom
For me this is not normal behavior, especially not the second case. Can you have a look at this?
Thanks,
Tom