Opened 10 years ago
Last modified 10 years ago
#12794 confirmed Bug
SCRIPT5022: IndexSizeError on table caption change in IE9-11
Reported by: | Andrew | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Tables | Version: | 4.0 |
Keywords: | IE | Cc: |
Description (last modified by )
Javascript error in IE9-11:
- Create new table on CKEditor area;
- Enter some table caption using "Table Properties" dialog;
- Press "Ok" button on table properties dialog;
- Set mouse pointer on entered caption's text value;
- Click right mouse button (at the entered caption) and select "Table Properties" from context menu;
- Edit table caption value and click "Ok";
As a result you will receive javascript error: SCRIPT5022: IndexSizeError ckeditor.js, line 407 character 528
Change History (1)
comment:1 Changed 10 years ago by
Description: | modified (diff) |
---|---|
Keywords: | IE added; SCRIPT5022: IndexSizeError Table Caption IE10 removed |
Status: | new → confirmed |
Summary: | SCRIPT5022: IndexSizeError on table caption change in IE10 → SCRIPT5022: IndexSizeError on table caption change in IE9-11 |
Version: | 4.4.5 → 4.0 |
Problem can be reproduced from CKEditor 4.0 in IE9-11 (IE8 works fine).
NOTE: The 4.0 beta doesn't allow opening context menu on table so I can't say if this bug was present there as well. Version 3.6.6 however is free from this bug.