Opened 14 years ago
Closed 14 years ago
#7028 closed Bug (fixed)
Replace doesn't work and JavaScript error occurs
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5.1 |
Component: | General | Version: | 3.5.1 |
Keywords: | Cc: |
Description
Regression caused by [6334].
steps to reproduce
- Load the following source:
<ul> <li> This is the first line.</li> </ul>
- Use the Replace dialog to replace "is" with "xyz".
- Result: JavaScript error.
Safari: INDEX_SIZE_ERR: DOM Exception 1: Index or size was negative, or greater than the allowed value.
Firefox: Index or size is negative or greater than the allowed amount" code: "1
Change History (4)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
Supposed to be fixed by #7053.