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&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><img src="?preview="1&fileId=7EBEB864-D51F-4D13-8A21-D951F45A0183""></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.
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&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><img src="?preview="1&fileId=7EBEB864-D51F-4D13-8A21-D951F45A0183""></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.