I have an Ajax Control Toolkit HtmlEditorExtender control on my ASP.NET forms page.
First I add some formatted text (including <br />
's by pressing cariage return) and then navigate away from the page by following some link. Then I use the browser to navigate backwards. I would expect that the message should then be either empty or display correctly, but it displays the unencoded html.
I can't find any reports of known bugs about this, does anyone know about a workaround?
Thanks