Ticket #3158 (closed Bug: expired)
HTML code appears when you use the Browser back button
| Reported by: | IFyfe | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Server : ASP.Net | Version: | FCKeditor 2.6.3 |
| Keywords: | Cc: |
Description
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 "-W3CDTD XHTML 1.0 TransitionalEN" "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>
Change History
comment:2 Changed 4 years ago by arczi
- Priority changed from High to Normal
- Component changed from General to Server : ASP.Net
- Milestone FCKeditor 2.6.5 deleted
comment:3 Changed 20 months ago by wwalc
- Status changed from new to closed
- Resolution set to expired
There is a new ASP.NET control available: CKEditor for ASP.NET. The old control (FCKeditor.Net) is no longer maintained, so I'm closing the ticket. In the new CKEditor control this issue should be gone.

Any news on this? I'm having the same problem.