Opened 16 years ago

Last modified 16 years ago

#3715 closed Bug

Pre output formatting is broken — at Version 1

Reported by: Garry Yao Owned by: Garry Yao
Priority: Must have (possibly next milestone) Milestone: CKEditor 3.0
Component: General Version:
Keywords: IBM Confirmed Review+ Cc: damian.chojna@…

Description (last modified by Garry Yao)

Note this's not a DUP of #3188, where this ticket should deal with the basic <pre> content foramtting.

Reproducing Procedures

  1. Open the replace by class example page in FF;
  2. Load the following content with 'source' mode;
    <pre>
    first line
    second line
    
    </pre>
    
  3. Switch to 'wysiwyg' mode and switch back.
    • Actual Result:
      <pre>
      	first line second line</pre>
      
    • Expected Result:
      <pre>first line
      second line
      
      </pre>
      

Change History (2)

Changed 16 years ago by Garry Yao

Attachment: 3715.patch added

comment:1 Changed 16 years ago by Garry Yao

Description: modified (diff)
Keywords: Review? added
Status: newassigned

Since browser will remove spaces at the front of block, update the expected result accordingly.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy