Major problem with <p> tags being rendered incorrectly

Last post 06-17-2008, 2:23 PM by Adam. 2 replies.
Sort Posts: Previous Next
  •  05-14-2008, 6:56 AM 40389

    Major problem with <p> tags being rendered incorrectly

    We have a major problem with our web app that is used by hundreds of thousands of customers around the globe ... the more time passes the worse the problem becomes.
     
    This problem can easily be replicated on http://cutesoft.net/example/oncarriagereturn.aspx
     
    My cuteeditor.dll version is 6.0.0.0
    1. Select p to set the BreakElement to use <p> tags
    2. Type a short text string and press enter once ... it will be incorrectly rendered as:
      <p>Text String</p>
      <p>&nbsp;</p>
    3. Try erasing any newlines etc. using Normal view (customers have no access to the HTML tag)
    4. Now in Code view the code is:
      <p>Text String</p>
    5. So in short, typing a text string<enter><backspace> produces the following in Code View ... it should produce just the text string:
      <p>test<br />
      &nbsp;</p>

    6. They really need to be able to have the string be set back to normal for them (without tags) but they also need to be able to produce HTML formatted text.
    7. Setting the BreakElement to use <div> or <br> tags also causes similar problems (div tags are similar, the number of br tags lessens by 1 each time you go to code view)
     
    Without access to code view it is not possible for users to erase the <p> tags. As these text strings are later used in the customers web pages this means the web pages are rendered very badly.
     
    This is further complicated by the fact that setting the BreakElement to p only seems to work in Internet Explorer.
     
    Please let us know what we can do as this is a very urgent problem affecting very many people and the longer we wait the more incorrect text strings are stored in the DB so the worse our problem becomes.
  •  06-10-2008, 10:27 AM 41291 in reply to 40389

    Re: Major problem with <p> tags being rendered incorrectly

    I'm also curious if there are any workarounds for this problem.  About 50% of our users use IE, and using <p> tags would be great, as well as semantically correct.
  •  06-17-2008, 2:23 PM 41502 in reply to 40389

    Re: Major problem with <p> tags being rendered incorrectly

    1. Please try this example again:
     
     
    2. >>This is further complicated by the fact that setting the BreakElement to p only seems to work in Internet Explorer.
     
    Please upgrade to version 6.1.

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML