Opened 14 years ago
Closed 13 years ago
#7049 closed Bug (duplicate)
Find highlight not available on readonly elements.
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.5 |
Keywords: | Cc: |
Description
- Load the editor with the following content:
<p contenteditable="false">inside read-only paragraph</p>
- Open find dialog and search for "read-only"
- Actual Result: When clicking on "Find" button the word matched is not highlighted.
Change History (2)
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|---|
Version: | 3.3 → 3.5 |
comment:2 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | confirmed → closed |
Oops, as a result it's impossible to close the dialog.
In any case, it's a duplicate of #6957.
This summary should rather sound:
JS error thrown when searching for text in read-only elements.
I did not encounter any highlight problems but form CKEditor 3.5 when you try to search for text that is inside read-only element the JS error is thrown.
Message: currentNode is null
Line: 455
URI: /ckeditor/_source/plugins/styles/plugin.js