#2250: Error with convert tag nbsp while POSTing content
---------------------------+------------------------------------------------
  Reporter:  tspider       |       Owner:                    
      Type:  Bug           |      Status:  new               
  Priority:  Normal        |   Milestone:                    
 Component:  Server : PHP  |     Version:  FCKeditor 2.5.1   
Resolution:                |    Keywords:  Pending WorksForMe
---------------------------+------------------------------------------------
Comment (by tspider):

 Replying to [comment:3 w.olchawa]:
 > I've tried to reproduce your bug using FCKeditor 2.6 and the latest SVN
 version on FF2 and IE as well. In my case the output code works fine. The
 sample code:
 > {{{<p>1 &nbsp;</p><p>2</p><p>3</p>}}}
 > has the same output.
 >
 > Please let me know if I'm missing something to reproduce this bug or
 possibly attach a screenshot of this bug.
 >
 > Thanks in advance.

 i am loaded editor with ajax, and send data some code
 from editor

 echo "<form method=\"POST\" name=\"editor\"
 action=\"javascript:makeRequest ('pages/save.php',
 
'cat_id=".$_POST[cat_id]."&subcat_id=".$_POST[subcat_id]."&doc='+document.editor.FCKeditor1.value,
 'Content')">";

 $sBasePath = '../fckeditor/';


 $oFCKeditor = new FCKeditor('FCKeditor1') ;
 $oFCKeditor->BasePath   = $sBasePath ;
 $oFCKeditor->Height = '500';
 $oFCKeditor->Value      = ''.$currentcontent;
 $oFCKeditor->Create() ;
 echo "</form>";


 from ajax code

 [cut]
 http_request.setRequestHeader("Content-type", "application/x-www-form-
 urlencoded");
 http_request.setRequestHeader("Content-length", parameters.length);
 http_request.setRequestHeader("Connection", "close");
 http_request.send(parameters);
 [cut]

 if it is full ? or send another code & or full code ???

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2250#comment:4>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to