Ticket #1521 (closed Bug: fixed)
"Replace" function doesn't work properly
| Reported by: | PavelZ | Owned by: | martinkou |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.5 |
| Component: | General | Version: | FCKeditor 2.5 Beta |
| Keywords: | Confirmed | Cc: |
Description
Steps to reproduce:
in FCK do:
aaaaaaaa
<Enter>
aaaaaaaa
Do replacement: replace all "aa" with "xx" In FF the result is:
xxaaaaaa
aaaaaaaa
and JavaScript error occures.
In IE the result is:
xx
xx
but with no JavaScript error
Both are bad.
Tested in FCK demo (ver. 2.5 Beta Build 16848)
Change History
Note: See
TracTickets for help on using
tickets.