Opened 15 years ago

Closed 15 years ago

#3572 closed Bug (fixed)

Replace result incorrect

Reported by: Garry Yao Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.0
Component: General Version:
Keywords: Confirmed Review+ Cc:

Description (last modified by Garry Yao)

Reproducing Procedures

  1. Open the replace by class example page in FF;
  2. Load the content with the following:
    <p>
    	You're testing <span>ckeditor</span> undo system.</p>
    
  3. Open find/replace dialog and enter 'ckeditor' into 'Find What', click Replace buttton;
  4. Fill in 'v3' into 'Relace With' and click Replace button again.
    • Actual Result:
      <p>
      	You're testing v3</p>
      

Attachments (1)

3572.patch (3.1 KB) - added by Garry Yao 15 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 Changed 15 years ago by Garry Yao

Description: modified (diff)
Status: newassigned

Changed 15 years ago by Garry Yao

Attachment: 3572.patch added

comment:2 Changed 15 years ago by Garry Yao

Keywords: Review? added

There's a hidden bug inside dom walker that it doesn't stop with an empty end container :)

<p>
  ^walker should <span>^</span>stop</p>

comment:3 Changed 15 years ago by Martin Kou

Keywords: Review+ added; Review? removed

comment:4 Changed 15 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

Fixed with [3536].

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