Opened 8 years ago
Last modified 8 years ago
#14869 closed Bug
JS error thrown with Find and Divarea plugins used together. — at Initial Version
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.6.2 |
Component: | General | Version: | 4.0 |
Keywords: | Support | Cc: |
Description
Steps to reproduce
- Open sample which contains Find and Divarea plugins (divrea sample in standard package).
- Type
New Paragraph added
- Open Find dialog and search for
New
- Close the dialog with close button.
Expected result
No error is thrown.
Actual result
JS error is thrown:
Message: IndexSizeError: Index or size is negative or greater than the allowed amount
Line:1933
Path: ckeditor-dev/core/selection.js
Other details (browser, OS, CKEditor version, installed plugins)
Problem can be reproduced in all browsers.