Dear Telerik team,
I had made this post ( http://www.telerik.com/community/forums/aspnet-ajax/editor/inconsistent-new-paragraph-button.aspx ) to your fora almost a year ago. Please take some time to carefully read it.
I see that until today this issue is still pending in your to-do list.
As this is an extremely important issue for my product that uses the RadEditor I would like to know if there is a plan to resolve it.
In addition, I would like to describe the following scenario to you.
Let’s suppose that the following HTML is within the RadEditor:
| Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam tempor, purus sed faucibus egestas, elit arcu fringilla massa, ac dapibus dui nunc et mi.<br/> |
| <br/> |
| Aliquam erat volutpat. Donec faucibus lobortis ornare. Vivamus eu enim a tortor ornare gravida et sit amet est. Vivamus tempus quam a orci rhoncus nec semper sapien dictum.<br/> |
| <br/> |
| Integer imperdiet ultrices mauris id hendrerit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<br/> |
| <br/> |
| Integer at enim in velit vulputate egestas ac eu leo. Donec venenatis, leo vel auctor consequat, nisl libero pulvinar dui, in congue erat libero sit amet lorem.<br/> |
| <br/> |
| Cras eget nulla risus, fermentum volutpat tellus. Phasellus vestibulum lobortis arcu, at pharetra urna mollis in.<br/> |
| <br/> |
| Ut euismod dignissim nisi sit amet interdum. Etiam tincidunt mi commodo est blandit ullamcorper. Aliquam euismod venenatis mauris quis suscipit. |
I am sure that you understand the importance of this issue as it breaks my products IE compatibility.
I do believe that your products are indeed “The Industry's Leading AJAX Components, but I would also believe that such a trivial feature wouldn't be pending.
Best regards,
Jason.
Edited (Added the following paragraphs)
Another reason that this issue is so important is that blockquotes should be used, according to w3c, only when it contains a text container element such as a P or a DIV. Hence, it is vital to be able to wrap text into P tags. Note that some browsers do not render blockquotes properly if they do not contain a text container tag.
Try this scenario as well. Using the text mentioned above, try to wrap the second chunk of text into a blockquote tag in IE by using the Indent button. Again this is impossible to do by only using the visual view, as it wraps the entire Editor content into it.
A very useful feature would be to optionally automatically insert a P tag inside the blockquote when the Indent button is clicked. It is more consistent and more correct according to W3C and browser behavior.
NOTE: Just found out. A totally different behavior in Chrome.