Opened 15 years ago

Closed 15 years ago

#3169 closed Bug (fixed)

[IE] Indent problem with <pre>

Reported by: Garry Yao Owned by:
Priority: Normal Milestone: CKEditor 3.0
Component: General Version:
Keywords: IE WorksForMe Cc:

Description

Reproducing Procedures

  1. Open the replace by code example page;
  2. Make document content and selection as following:
    <pre>
    	text^</pre>
    
  3. Hit Enter key then click Select All command;
  4. Click Indent command;
  • Actual Result : Javascript Error occured.
  • Expected Result :
    <pre style="margin-left: 40px">
    	text </pre>
    

Change History (2)

comment:1 Changed 15 years ago by Frederico Caldeira Knabben

Keywords: WorksForMe added

WFM. Can you confirm it has been fixed?

comment:2 Changed 15 years ago by Garry Yao

Resolution: fixed
Status: newclosed

Fixed by recent changset.

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