Opened 11 years ago

Last modified 11 years ago

#10214 confirmed Bug

Find/Raplace doesn't match everything.

Reported by: Jakub Ś Owned by:
Priority: Normal Milestone:
Component: General Version: 3.1.1
Keywords: Oracle Cc:

Description

Steps To Recreate:

  1. Open replacebycode sample
  2. Switch to source and pase:
    <p>This is an example [<a href="http://bbc.co.uk">click</a>] of linked text.</p>
    
  3. Copy the whole line and paste 4 or so times into the page.
  4. Click the Find/Replace button, and select the replace tab.
  5. In the "Find what:" type "[click]". Do not type anything into the "Replace with:" text box.
  6. Click "Replace All".

Result: The find and replace tool only replaces one match when you choose "replace all".


1-5. The same as above

  1. Click "Replace" - the text gets a highlight.
  2. Click "Replace" again -- the text is replaced (with nothing).
  3. Click Cancel.

Result: JS error os thrown: Message: TypeError: startNode is null
Line : 1469
URI: ckeditor4/core/dom/range.js

Problem can be reproduced in all Browsers from CKEditor 3.1.1 in both CKE 3.x and 4.x (v4).

Change History (2)

comment:1 Changed 11 years ago by Jakub Ś

Status: newconfirmed

comment:2 Changed 11 years ago by Jakub Ś

Keywords: Oracle added
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