BreakElement.Br and hitting return in paragraph tags

Last post 03-22-2011, 11:11 AM by yuba30. 2 replies.
Sort Posts: Previous Next
  •  03-14-2011, 6:54 PM 66656

    BreakElement.Br and hitting return in paragraph tags

    If I have CuteEditor set to use Br as the break element in most cases it works fine. The problem is that if I press return while within text contained by a <p> tag, it splits the <p> tag into 2 <p> tags instead of inserting a <br>.
     
    So if I hit return after "some text"  I'd expect
     
    <p> some text <br> some more text</p>
     
    and instead I get
     
    <p>some text</p><p>some more text</p>
     
    I'm using FireFox if that matters. Is this a bug or a browser limitation? I'd like to let my client know if it is something that can be resolved or not.
     
    Thanks!
  •  03-14-2011, 10:20 PM 66658 in reply to 66656

    Re: BreakElement.Br and hitting return in paragraph tags

    Hi yuba30,
     
    It's like a firefox feature, it works fine for me on Google chrome and IE.
     
    We will improve it in future versions. Sorry for your inconvenience.
     
    Regards,
     
    ken
  •  03-22-2011, 11:11 AM 66799 in reply to 66658

    Re: BreakElement.Br and hitting return in paragraph tags

    Hi Ken,
     
    Thanks for the response. As long as I have a resolution I can tell my client I'm good. Keep up the great work, love the product!
     
    James
     
View as RSS news feed in XML