This question is locked. New answers and comments are not allowed.
Hi,
I am using the Telerik Editor to provide forum like functionality. One piece of functionality common on forums is to be able to quote another user's post for which I am using the HTML BlockQuote element. If I set the initial value of the editor to something like:
What happens is that the caret when editing refuses to move outside of the blockquote element. This is especially annoying because blockquote applies an indent. Even trying to use the toolbar to change the style from quotation to paragraph doesn't do anything.
The only way I have been able to figure out a way past it is to provide an additional p element after the block quote with dummy (non-whitespace) text. (e.g. ...</blockquote> <p>To be or not to be.</p>)
Is there a more elegant way to solve this issue?
I am using the Telerik Editor to provide forum like functionality. One piece of functionality common on forums is to be able to quote another user's post for which I am using the HTML BlockQuote element. If I set the initial value of the editor to something like:
<label>Stephen</label><blockquote><p>Puppies and kittens.</p><p>Sunshine and rainbows</p></blockquote>What happens is that the caret when editing refuses to move outside of the blockquote element. This is especially annoying because blockquote applies an indent. Even trying to use the toolbar to change the style from quotation to paragraph doesn't do anything.
The only way I have been able to figure out a way past it is to provide an additional p element after the block quote with dummy (non-whitespace) text. (e.g. ...</blockquote> <p>To be or not to be.</p>)
Is there a more elegant way to solve this issue?