Hello,
I’m trying to use smart.editor.
I have an issue with <br> tags :
if I type some text with [shift] + [enter] add the end of a line, it creates a <br> tag :
for example :
My text + [shift] + [enter] + some other text
will create this HTML :
My text<br>some other text
but, there is an issue in this case : the use of <backspace> key will delete the <br> tags found on the same line, even if the carret somewhere else in the text.
example : put the carret after the word [other], then type <backspace> : it deletes the letter [r], BUT it deletes the <br> tag too !!!!
and you get all the text in just one line :
My textsome othe text
This problem does not exist in jqwidgets editor.
regards,
fabriceb