Ticket #2649 (closed Bug: fixed)

Opened 4 years ago

Last modified 3 years ago

IE: Error on Find dialog with "match whole word"

Reported by: fredck Owned by: martinkou
Priority: Normal Milestone: FCKeditor 2.6.4
Component: General Version: SVN (FCKeditor) - Retired
Keywords: Confirmed IE Review+ Cc:

Description

Steps to Reproduce

  1. In the editing area, type "hello you hello".
  2. Open the "Find" dialog.
  3. Check the "Match whole word" option.
  4. Type "hello" in the find field.
  5. Click on "Find".

A JavaScript error is thrown.

It looks like an IE only issue. Works well with Firefox.

Attachments

2649.patch Download (1.1 KB) - added by martinkou 3 years ago.
2649_2.patch Download (1.3 KB) - added by martinkou 3 years ago.

Change History

comment:1 Changed 3 years ago by martinkou

  • Owner set to martinkou
  • Status changed from new to assigned

Changed 3 years ago by martinkou

comment:2 Changed 3 years ago by martinkou

  • Keywords Review? added

comment:3 Changed 3 years ago by martinkou

  • Milestone set to FCKeditor 2.6.4

I guess we can put this in 2.6.4, the fix is very simple.

comment:4 Changed 3 years ago by fredck

  • Keywords Review- added; Review? removed

This fix makes no difference for me. I still have the same error.

When opening the debugger, the error happens at line 145 of fck_replace.html because "curNode" is null ('length' is null or not an object).

comment:5 Changed 3 years ago by martinkou

  • Keywords Review? added; Review- removed

Ok, there are actually two possible errors there:

  1. When the search item is at exactly the end of the document, which was fixed in the first patch.
  2. When the search item is at exactly the beginning of the document, which is what's missing in the first patch.

Alright... posting updated patch for problem 2.

Changed 3 years ago by martinkou

comment:6 Changed 3 years ago by fredck

  • Keywords Review+ added; Review? removed

comment:7 Changed 3 years ago by martinkou

  • Status changed from assigned to closed
  • Resolution set to fixed

Fixed with [2778].

Click here for more info about our SVN system.

Note: See TracTickets for help on using tickets.
© 2003 – 2011 CKSource – Frederico Knabben. All rights reserved. | Terms of use | Privacy policy