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

 Anksunamon: Please try my patched version. It will produce JS errors but
 '''should''' work. (Unless this is a new problem in FF 2.0.0.12). Let me
 know if there are any unexpected problems.

 ClearCarbon: No, I still haven't had time to look into the errors; however
 as stated above the editor '''will''' work anyway. The JS errors only
 start appearing if the FCK is '''removed''' from the page (during an AJAX
 refresh). The page will continue to work even with the errors. They are
 along the lines of '<some FCK component> does not exist'. I think some
 part of the FCK API is still trying to access the editor in the DOM after
 it has been removed. I'll check later on and post the full error message,
 in case anyone on the FCK team has an easy answer. (I need to know more
 about how to purge FCK from browser memory.)

 Alternately, a fix could be made in the FCK core. Whichever line of code
 is producing the error, needs to first check whether the object it's
 looking for still exists. If it doesn't, it should stop trying! ;)

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