Completed
Last Updated: 17 Feb 2016 09:13 by ADMIN
ADMIN
Dimitar
Created on: 09 Oct 2013 03:48
Category: RichTextEditor
Type: Bug Report
1
FIX. RadRichTextEditor - when imported html contains closing hyperlink tag and closing preformatted tag (/a, /pre) exception is occurring.
To reproduce:
- Import the following string using the HtmlFormatProvider:
 "<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\r\n  </head>\r\n  <body text=\"#000000\" bgcolor=\"#FFFFFF\">\r\n    Hej\r\n\r\n      <title>Sv: Tekniska </title>\r\n      \r\n\r\n    <br>\r\n    <pre>-- \r\nMvh Anders\r\n<a class=\"moz-txt-link-abbreviated\" href=\"http://www.abc.se\">www.abc.se</a></pre>\r\n  </body>\r\n</html>"

Workaround:
- Put a space or between the </a> and </pre> tags.
0 comments