JavaScript UI Libraries & Blazor Components Suite – Smart UI Forums Text Boxes & Inputs [editor] another issue with br tags and p tags

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

    here is another issue with the use of <br> tags on smart.editor

    •  I type 3 lines with [shift] / [enter],

    line 1
    line 2
    line 3

    • it creates this HTML :

    line 1<br>line 2<br>line 3

    • now after line 3 I type [enter] key and type text “new paragraph”==> it adds a <p> before text line 3 !!

    line 1<br>line 2<br><p>line 3</p><p>New paragraph</p><p><br></p>

    This creates now a big space between line 2 and line 3, and my text looks like :

    line 1
    line 2

     

    line 3

     

    New paragraph

     

    It should not break anything between line 1, 2 and 3.

     

    Regards,

    Fabriceb

     

    • This topic was modified 1 year, 6 months ago by fabriceb.
    • This topic was modified 1 year, 6 months ago by fabriceb.
    • This topic was modified 1 year, 6 months ago by fabriceb.
    #103903
    admin
    Keymaster

    Hi fabriceb,

    Thank you for the feedback!

    We will resolve this as sooon as possible.

    Best regards,
    Peter Stoev

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

    #107366
    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.