Opened 12 years ago
Last modified 12 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:
- Open replacebycode sample
- Switch to source and pase:
<p>This is an example [<a href="http://bbc.co.uk">click</a>] of linked text.</p>
- Copy the whole line and paste 4 or so times into the page.
- Click the Find/Replace button, and select the replace tab.
- In the "Find what:" type "[click]". Do not type anything into the "Replace with:" text box.
- Click "Replace All".
Result: The find and replace tool only replaces one match when you choose "replace all".
1-5. The same as above
- Click "Replace" - the text gets a highlight.
- Click "Replace" again -- the text is replaced (with nothing).
- 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 12 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 12 years ago by
Keywords: | Oracle added |
---|