Opened 12 years ago
Closed 12 years ago
#9333 closed Bug (fixed)
IE: Javascript Error thrown when we press Delete or Backspace in CK Editor V4
Reported by: | Satya Minnekanti | Owned by: | Piotrek Koszuliński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.0 |
Component: | General | Version: | 4.0 |
Keywords: | IBM | Cc: | Damian, Teresa Monahan |
Description
To reproduce the defect
Open any CK Editor sample, keep cursor in editor body and press Delete or Backspace
Issue: An error thrown and error is Object doesn't support this property or method.
Change History (4)
comment:1 Changed 12 years ago by
Milestone: | → CKEditor 4.0 |
---|---|
Status: | new → confirmed |
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Owner: | set to Piotrek Koszuliński |
---|---|
Status: | confirmed → assigned |
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed https://github.com/ckeditor/ckeditor-dev/commit/20c9d6f. Array#indexOf
has been used.
First bad commit: https://github.com/ckeditor/ckeditor-dev/commit/62a3b8b