Completed
Last Updated: 01 Apr 2014 08:39 by ADMIN
ADMIN
Stefan
Created on: 29 Feb 2012 02:12
Category:
Type: Bug Report
1
FIX. RadRichTextBox - importing html which contains image source to an image on the web (not the local storage) causes an exception
To reproduce:
- create a file containing the following html:
style type="text/css">.p_CC664AAA { margin: 0px 0px 12px 0px;text-align: left;text-indent: 0pt;padding: 0px 0px 0px 0px; } .s_6BF1D20F { font-family: 'Calibri';font-style: normal;font-size: 16px;color: #000000; } 
</style><p class="p_CC664AAA"><img width="150" height="75" src="AddYourLink" /><span class="s_6BF1D20F" /></p>
- replace the AddYourLink with a valid link to an image on the web
- load the resulted file in the editor.
0 comments