#234: Microsoft Asp.net 2.0 AJAX UpdatePanel Bug
-------------------------------+--------------------------------------------
  Reporter:  Anksunamon        |       Owner:                 
      Type:  Bug               |      Status:  new            
  Priority:  Normal            |   Milestone:  FCKeditor 2.6.1
 Component:  Server : ASP.Net  |     Version:  FCKeditor 2.4  
Resolution:                    |    Keywords:  Confirmed      
-------------------------------+--------------------------------------------
Comment (by serializer):

 Attached ASP.NET website contains 4 test pages:

 1. FCKEditor.Net
 2. FCKEditor.Net inside an UpdatePanel
 3. FCKEditor.Net (AJAX fix) inside an UpdatePanel
 4. FCKEditor.Net (AJAX fix) *without* UpdatePanel

 We are most interested in #2 (demonstrates bug #234) and #3 (showing my
 fix as submitted, and the further Javascript errors).

 Instructions: open one of the tests, change some text, click "Post". The
 text received by server will be displayed underneath the editor.

 The tests have clarified a couple of points;

 - To reproduce, just the UpdatePanel and FCKeditor are required; the
 FormView and GridView mentioned in the initial report are not related to
 the bug
 - The bug causes any editing done in the FCK to be lost; the initial value
 of FCKEditor.Value is always be posted back unchange
 - When using my patched version, everything is fine on the first postback.
 After the second postback, Javascript errors start appearing: FCK is not
 defined, fckeditorcode_gecko.js line 31 (from Firebug console).
 - I test in IE7, and discovered the fixed version worked absolutely fine
 with no errors. I then ran test #2 and discovered IT worked in IE7. So the
 bug could be just related to Firefox. Will test in more browsers!

 Other notes:
 - Test #4 currently fails. This is because I shortsightedly threw an
 exception in the FCKeditorAjax component when no ScriptManager is
 available. Fix will follow shortly.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/234#comment:16>
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