Opened 16 years ago
Closed 13 years ago
#3158 closed Bug (expired)
HTML code appears when you use the Browser back button
Reported by: | Iain Fyfe | 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 (3)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Component: | General → Server : ASP.Net |
---|---|
Milestone: | FCKeditor 2.6.5 |
Priority: | High → Normal |
comment:3 Changed 13 years ago by
Resolution: | → expired |
---|---|
Status: | new → closed |
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.