Opened 9 years ago
Closed 9 years ago
#14522 closed Bug (duplicate)
Find dialog: JS error in specific case
Reported by: | Karen Ananiev | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.5.7 |
Keywords: | Cc: |
Description
Steps to reproduce
- Clear content and type "bigword", keep cursor at the end of the word
- Open find dialog
- Check "Match whole word"
- Enter "word" and click Find button
Expected result
"The specified text was not found." alert.
Actual result
JS error "Cannot read property 'type' of null", no alert
Other details (browser, OS, CKEditor version, installed plugins)
CKEditor 4.5.7 with find plugin, OSX, Google Chrome 48
Seems this bug has been there for some time (#6048).