#2020: Firefox: cannot post/receive data while FCKeditor was placed in a
UpdatePanel
-----------------------------+----------------------------------------------
 Reporter:  wesley           |        Type:  Bug               
   Status:  new              |    Priority:  High              
Milestone:                   |   Component:  Core : Output Data
  Version:  FCKeditor 2.5.1  |    Keywords:                    
-----------------------------+----------------------------------------------
 '''This bug appears in Firefox only.'''

 It's not compatible with ASP.NET AJAX. (Fx3.5)

 FCKeditor does not work correctly in '''Firefox''' if it's placed in a
 '''UpdatePanel'''.
 (Can not post the content.)
 '''But IE is ok.'''

 e.g.

 <asp:UpdatePanel id="p" runat="server">
   <ContentTemplate>
     <FCK:FCKEditor id="editor" runat="server" />[[BR]]
     <asp:Button id="submit" text="Submit" runat="server" />
   </ContentTemplate>
 </asp:UpdatePanel>

 void submit_Click(object sender, EventArgs e) {
   //.........[[BR]]
   //the content was not posted. (Firefox ONLY)[[BR]]
   //editor.Value keeps the default value after submit Clicked.[[BR]]
 }

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2020>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to