DIV tag removed, CSS class shifted to DIV tag's child elements

Last post 10-19-2012, 7:20 AM by Kenneth. 7 replies.
Sort Posts: Previous Next
  •  08-26-2011, 12:00 AM 69825

    DIV tag removed, CSS class shifted to DIV tag's child elements

    Hello,
     
    I've an issue that's also reproducible in the demo at http://cutesoft.net/example/general.aspx
     
    1) Change the editor to 'HTML' mode, paste this HTML:

    <h1>Heading H1</h1>
    <div class="Class_1">
       <h2>Test Text 1</h2>
       <h2>Test Text 2</h2>
    </div>
    <div class="Class_2">
       <h2>Test Text 3</h2>
    </div>

     
    2) Go back to 'Normal' mode, Change Test Text 2 to use Heading 1.
     
    3) Go to 'HTML' mode, and you'll see this:
                   <h1>Heading H1</h1>
                   <h2 class="Class_1">Test Text 1</h2>
                   <h1 class="Class_1">Test Text 2</h1>
                   <div class="Class_2">
                      <h2>Test Text 3</h2>
                   </div>
    The DIV surrounding Test Text 1 & Test Text 2 is removed, and the class is placed in the H1 & H2 tags instead. How can I remove this behaviour?
     
    Note: This doesn't happen on Firefox. I've reproduced the issue with IE9, haven't checked with other version.
     
    Thanks!
  •  08-26-2011, 7:29 AM 69834 in reply to 69825

    Re: DIV tag removed, CSS class shifted to DIV tag's child elements

    Hi jonathanexact ,
     
    We are investigating this issue, once issue is resloved, we will keep you posted. Sorry for your inconvenience.
     
    Regards,
     
    ken
  •  10-30-2011, 9:30 PM 70635 in reply to 69834

    Re: DIV tag removed, CSS class shifted to DIV tag's child elements

    Hi Ken,
     
    Any updates on this issue?
     
    Thanks!
     
     
  •  11-01-2011, 7:17 AM 70762 in reply to 70635

    Re: DIV tag removed, CSS class shifted to DIV tag's child elements

    Hi jonathanexact ,
     
    The developmtne team still working on this issue, we will fix it in next version.
     
    Regards,
     
    Ken
  •  05-25-2012, 2:42 AM 73777 in reply to 70762

    Re: DIV tag removed, CSS class shifted to DIV tag's child elements

    Hi Ken,
     
    Is this issue resolved? If it is, can you tell me which version contains the fix?
  •  05-25-2012, 7:07 AM 73779 in reply to 73777

    Re: DIV tag removed, CSS class shifted to DIV tag's child elements

    Hi jonathanexact,
     
    We will released a new version soon. In the new version will fix this issue.
     
    Regards,
     
    Ken 
  •  10-18-2012, 10:59 PM 75024 in reply to 73779

    Re: DIV tag removed, CSS class shifted to DIV tag's child elements

    it is this issue already solved on latest release?
    beheer
  •  10-19-2012, 7:20 AM 75032 in reply to 75024

    Re: DIV tag removed, CSS class shifted to DIV tag's child elements

    HI UserBeheer,

     

    Thsi issue has been fixed in the latest version. You can test the latest version at http://richtexteditor.com/demo/.

     

    Latest version download url: http://richtexteditor.com/download/richtexteditor.rar

     

    Regards,

     

    Ken 

View as RSS news feed in XML