Opened 14 years ago
Last modified 13 years ago
#7429 closed Bug
CKEditor doesn't scroll to show matched words when searching or replacing — at Initial Version
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.3 |
Component: | General | Version: | 3.0.1 |
Keywords: | IBM | Cc: | satya_minnekanti@…, Lynne Kues |
Description
1) Past the following code
<ul>
<li>
Copy form word</li>
<li>
copy from word 3 level lists</li>
<li>
klawiszeTemty które powtarzają się i warto najpierw zrobić search.</li>
</ul> <p>
<strong>Temty które powtarzają się i warto najpierw zrobić search.</strong></p>
<p>
</p>
<ul style="list-style-type: decimal;">
<li>
Copy form word</li>
<li>
copy from word 3 level lists</li>
<li>
klawisze <div>
<strong>Temty które powtarzają się i warto najpierw zrobić search.</strong></div>
<div>
</div>
</li> <li>
Copy form word</li>
<li>
copy from word 3 level lists</li>
<li>
klawiszeTemty które powtarzają się i warto najpierw zrobić search.<br /> <br /> • Copy form word<br /> • copy from word 3 level lists<br /> • klawisze<br /> <p>
</p>
</li>
</ul>
2) Go to wysiwyg mode. 3) Search for word "copy" 4)You will se that editor doesn't scroll to show matching words.
This dopesn't work under FF3.6 in WIN7 and XP since CKEditor version 3.0.1
In CKEditor version 3.0 "cycle search" doesn't work at all. When editor reaches the end of the document it doesn't come back up and displays the dialog - no occurrences found.
NOW THE FUN PART: The text I have pasted is big enough for scrolling, but try to double the text by pasting it once more. Now everything works. Magic :)
NOTE : I HAVEN'T TESTED IT ON FF4 YET.