#3241: Htmlwriter self-closing tag problem
-----------------------+----------------------------------------------------
 Reporter:  garry.yao  |       Owner:              
     Type:  Bug        |      Status:  new         
 Priority:  Normal     |   Milestone:  CKEditor 3.0
Component:  General    |     Version:              
 Keywords:             |  
-----------------------+----------------------------------------------------
 Writer should be able to represent block-level self-closing element as
 they are.
 === Reproducing Procedures ===
  1. Open  the ''replace by class'' example page;
  1. Switch to 'source' mode and make the following input:
 {{{
 <p />
 }}}
  1. Switch to 'wysiwyg' mode and switch back.
   * Actual Result:
 {{{
 <p>
 </p>
 }}}
   * Expected Result :
 {{{
 <p />
 }}}

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3241>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to