Opened 13 years ago
Closed 12 years ago
#9036 closed Bug (fixed)
Find feature cannot locate certain words while Match Whole Word is enabled
Reported by: | ischerer | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.4 |
Component: | General | Version: | 3.6.3 |
Keywords: | Cc: |
Description
Steps to Reproduce
- In an editor window, enter "dad mom hot cold computer RADIO"
- Click the "Find" button.
- Check the box next to "Match whole word".
- Type "computer" into the search box.
- Click Find.
Expected Result
"computer" is highlighted in the editor window
Actual Result
A dialog appears with the following text: "The specified text was not found."
Note: This feature will work properly if the word is first found while "Match whole word" is not enabled.
Change History (2)
comment:1 Changed 13 years ago by
Component: | General → Core : Selection |
---|---|
Status: | new → confirmed |
comment:2 Changed 12 years ago by
Component: | Core : Selection → General |
---|---|
Milestone: | → CKEditor 3.6.4 |
Resolution: | → fixed |
Status: | confirmed → closed |
Fixed with [7554].
Recent regression reproducible from CKEditor 3.6.3 rev. [7395]