#3158: HTML code appears when you use the Browser back button
---------------------+------------------------------------------------------
Reporter: IFyfe | Owner:
Type: Bug | Status: new
Priority: High | Milestone: FCKeditor 2.6.5
Component: General | Version: FCKeditor 2.6.3
Keywords: |
---------------------+------------------------------------------------------
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>
--
Ticket URL: <http://dev.fckeditor.net/ticket/3158>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac