Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #103885
    fabriceb
    Participant

    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

    #103902
    admin
    Keymaster

    Hi Fabriceb,

    The Smart.Editor is completely new component, and it does not share any logic with the jqxEditor. We will look into the reported behavior and resolve it as soon as possible.

    Thank you for the feedback!

    Best regards,
    Peter Stoev

    Smart UI Team
    https://www.htmlelements.com/

    #107365
    fabriceb
    Participant

    issue resolved in last version, thanx !!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.