Quantcast
Channel: AjaxControlToolkit Work Item Rss Feed
Viewing all articles
Browse latest Browse all 4356

Closed Issue: HTML Editor Extender - Image SRC doesn't submit [27280]

$
0
0
The HTML Editor Extender now supports pages where there are parameters in the query string.

It works really well until you press submit and the SRC attribute gets all screwed up.

Using the 2nd website textbox, I upload a file and it creates the HTML:

<p>Hello <b>world!</b></p><p><img src="?preview=1&amp;fileId=7EBEB864-D51F-4D13-8A21-D951F45A0183"></p>

The picture displays correctly. I then press submit and the image is removed. The HTML is now:

<p>Hello <b>world!</b></p><p>&lt;img src="?preview="1&amp;fileId=7EBEB864-D51F-4D13-8A21-D951F45A0183""&gt;</p>
Comments: We cannot reproduce this error in AJAX Control Toolkit v15.1. Please upgrade to the latest version of AJAX Control Toolkit v15.1. If the problem remains, feel free to post a new issue.

Viewing all articles
Browse latest Browse all 4356

Trending Articles