Opened 15 years ago

Closed 15 years ago

#3720 closed Bug (fixed)

Undo button is disabled after replace all

Reported by: styu Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.0
Component: Core : Undo & Redo Version: SVN (CKEditor) - OLD
Keywords: Confirmed Review+ Cc:

Description

Reproduction:

  1. Open Replace textareas by class name
  2. Click on the Find button
  3. Click on 'Replace' tab
  4. Type in some replaceable text into 'Find what' (eg.: 'are')
  5. Type in some text into Replace with (eg.: 'replaced')
  6. Click on Replace All
  7. Click on 'OK', and close the dialog

Now the undo button is disabled (but you can undo the replace too, after type in a character into the editor area).

Attachments (1)

3720.patch (1.7 KB) - added by Garry Yao 15 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 15 years ago by Artur Formella

Keywords: Confirmed added
Milestone: CKEditor 3.0

JS error in find.js (line 448)

this.matchRange is null
448: this.matchRange.moveNext();

comment:2 Changed 15 years ago by Garry Yao

Owner: set to Garry Yao
Status: newassigned

Changed 15 years ago by Garry Yao

Attachment: 3720.patch added

comment:3 Changed 15 years ago by Garry Yao

Keywords: Review? added

comment:4 Changed 15 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

comment:5 Changed 15 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

Fixed with [3678]. Click here for more info about our SVN system.

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