﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3158	HTML code appears when you use the Browser back button	Iain Fyfe		"If you use the browser back button when moving between views in a .net web page HTML code appears in the text window

see example 
http://staging.ltscotland.org.uk/lts/cpdscotland/admin/test.aspx

Type some text with formatting into the window.
press the ""next"" button
now press the Browser ""Back"" button
HTML code now appears.

Do you have any work around for this?

CODE
<%@ Page Language=""VB"" AutoEventWireup=""false"" CodeFile=""test.aspx.vb"" Inherits=""Login_test"" title=""Test Page"" %>
<!DOCTYPE html PUBLIC ""-//W3C//DTD XHTML 1.0 Transitional//EN"" ""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"">
<%@ Register Assembly=""FredCK.FCKeditorV2"" Namespace=""FredCK.FCKeditorV2"" TagPrefix=""FCKeditorV2"" %>

<html xmlns=""http://www.w3.org/1999/xhtml"" >
<head id=""Head1"" runat=""server"">
    <title>Test Page</title>
</head>
<body>
    <form id=""form1"" runat=""server"">
    <div>

    <asp:MultiView ID=""MultiView1"" runat=""server"" ActiveViewIndex=""0"">
        <asp:View ID=""View1"" runat=""server"">
            <FCKeditorV2:FCKeditor ID=""FCKeditor1"" runat=""server"" basepath = ""~/fckeditor/"" Width=""75%"" Height=""400px"">
            </FCKeditorV2:FCKeditor>
            <br />
            <asp:Button ID=""BtnNext"" runat=""server"" CommandName=""NextView"" Text=""Next"" /></asp:View>
        <asp:View ID=""View2"" runat=""server"">
            <FCKeditorV2:FCKeditor ID=""FCKeditor2"" runat=""server"" basepath = ""~/fckeditor/"" Width=""75%"" Height=""400px"">
            </FCKeditorV2:FCKeditor>
            <br />
            <asp:Button ID=""btnPrev"" runat=""server"" CommandName=""PrevView"" Text=""Previous"" /></asp:View>
    </asp:MultiView>
     
    </div>
    </form>
</body>
</html>"	Bug	closed	Normal		Server : ASP.Net	FCKeditor 2.6.3	expired		
