#2698: Postback then history back
------------------------------+---------------------------------------------
 Reporter:  McX               |       Owner:                 
     Type:  Bug               |      Status:  new            
 Priority:  Normal            |   Milestone:                 
Component:  Server : ASP.Net  |     Version:  FCKeditor 2.6.3
 Keywords:                    |  
------------------------------+---------------------------------------------

Comment(by sbenedict78):

 Here's a workaround for this issue.  Change the GetLinkedFieldValue
 function in fck.js to:
 {{{
         GetLinkedFieldValue : function()
         {
                 //return this.LinkedField.value ;
                 var val = this.LinkedField.value ;
                 if ( FCKConfig.HtmlEncodeOutput && (val.substring(0,4) ==
 '<') )
                         val = FCKTools.HTMLDecode( val ) ;
                 return val ;
         },
 }}}

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2698#comment:1>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to