Ticket #1521 (closed Bug: fixed)

Opened 20 months ago

Last modified 20 months ago

"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

Changed 20 months ago by fredck

  • keywords Replace removed
  • priority changed from High to Normal

Changed 20 months ago by alfonsoml

  • keywords Confirmed added

The bug is present in all the browsers, it seems that this will need a good review

Changed 20 months ago by martinkou

  • owner set to martinkou
  • status changed from new to assigned

Changed 20 months ago by martinkou

  • status changed from assigned to closed
  • resolution set to fixed

Fixed with [1078], [1079] and [1080].

Click here for more info about our SVN system.

Changed 20 months ago by martinkou

By the way, the bug was caused by the changes in [969]. A regression test might be needed to be written for this in the FCKTest tree to make sure it works in the future in case there are more changes to the selection related code.

Note: See TracTickets for help on using tickets.