EnterTagMode

Last post 04-05-2016, 9:45 AM by phantom1998. 4 replies.
Sort Posts: Previous Next
  •  03-04-2016, 2:26 PM 82496

    EnterTagMode

    Hi, I'm having a problem where I change the EnterTag to "DIV".  It works fine at first but if you create a Bullet List, then exit the list, the enterTag changes back to "P".  Just tried the demo on your website and it does the same thing.  Please help

     

    Thanks,

    Brian 

  •  03-04-2016, 3:21 PM 82497 in reply to 82496

    Re: EnterTagMode

    hi,
     
    I can not reproduce this issue, can you show me the full steps how to reproduce this issue on demo "http://richtexteditor.com/demo/entermode.aspx?m=div"? 
     
    Regards,
     
    Ken 
  •  03-11-2016, 3:37 PM 82599 in reply to 82497

    Re: EnterTagMode

     In the editor, enter a few lines of text

    Then create a bulleted list, enter a few lines of text using the bulleted list. Press delete to exit the list.  

    Now enter a few more lines of text, you will seee that now the content is wrapped with <p> instead of <div>.   Here's the markup that I got:
     

     

    <div>asdfasdf</div>
    <div>asdf</div>
    <div>asdfasdf</div>
    <div>asdf</div>
    <ul>
        <li>asdfasdfasdf</li>
        <li>asdfasdf</li>
    </ul>
    <p>asdfasf</p>
    <p>asdf</p>
    <p>asdf</p>
    <p>&nbsp;</p>

  •  03-14-2016, 10:03 AM 82612 in reply to 82599

    Re: EnterTagMode

    hi,

     

    yes, I can reproduce this issue now, I have reported to the development team, once we fix this issue, I will keep you posted.

     

    Regards,

     

    Ken 

  •  04-05-2016, 9:45 AM 83126 in reply to 82612

    Re: EnterTagMode

    Any update on this issue?
View as RSS news feed in XML