Hi Viðar,
Thank you for the provided video!
This is a limitation of the custom implementation of the InsertOrderedList and InsertUnorderedList commands. I logged the problem to our bug tracking system for further research and added 500 Telerik points to your account for reporting it.
You can fix the problem by setting the editor's
NewLineBr property to
false. Therefore the editor will use the browsers' InsertOrderedList and InsertUnorderedList commands for list creation.
When this property is set to false, the editor will insert a <p> tag on enter key press. The paragraph tags have a default margin, which you can reduce by putting the following class in the page with RadEditor:
Greetings,
Rumen
the Telerik team