Ticket #2649 (closed Bug: fixed)
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
- In the editing area, type "hello you hello".
- Open the "Find" dialog.
- Check the "Match whole word" option.
- Type "hello" in the find field.
- Click on "Find".
A JavaScript error is thrown.
It looks like an IE only issue. Works well with Firefox.
Attachments
Change History
comment:1 Changed 3 years ago by martinkou
- Owner set to martinkou
- Status changed from new to assigned
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:
- When the search item is at exactly the end of the document, which was fixed in the first patch.
- 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.
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.

