#1905: POSTed data sometimes HTML encoded sometimes not
---------------------------------+------------------------------------------
  Reporter:  Kyle                |       Owner:           
      Type:  Bug                 |      Status:  closed   
  Priority:  Normal              |   Milestone:           
 Component:  Core : Output Data  |     Version:  SVN      
Resolution:  invalid             |    Keywords:  Confirmed
---------------------------------+------------------------------------------
Changes (by fredck):

  * status:  new => closed
  * resolution:  => invalid

Comment:

 Replying to [ticket:1905 Kyle]:
 > 'This is < & > " some..." which is what it should always be.

 This assumption on totally wrong. It is definitely correct to encode those
 chars. Just to exemplify, in WYSIWYG mode instead of typing "< & >", type
 "<b> &amp;".

 While in source view, things are completely different. Actually, the
 editor don't touch the source in that case as it expects the user to know
 what s/he is doing there. It just posts the data as is. This is a feature.

 HtmlEncodeOutput has nothing to do with it. It is a feature that encode
 the data when posting, so the POST data will contain plain HTML tags.

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