Opened 12 years ago
Last modified 12 years ago
#10096 confirmed Bug
[IE10] Error javascript (Browser mode IE 10)
Reported by: | Ricardo Ruas | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | IE10 | Cc: |
Description
To reproduce:
Press New Table Toolbar button
Result: Unable to get property '0' of undefined or null reference
Line: 463 URI: ckeditor/ckeditor.js
Problem can be reproduced in IE10 (Browser mode IE 10) from CKEditor 4.0.1
Attachments (3)
Change History (6)
Changed 12 years ago by
Attachment: | Capture.PNG added |
---|
comment:1 Changed 12 years ago by
Keywords: | IE10 added; IE 10 removed |
---|---|
Status: | new → pending |
Version: | 4.0.1 |
comment:2 Changed 12 years ago by
My error happens when the mode is Document "quirks".
I'll put here my code and print the error.
Changed 12 years ago by
Attachment: | Capture_1.PNG added |
---|
comment:3 Changed 12 years ago by
Status: | pending → confirmed |
---|
NOTE: as you probably all know IE10 has two quirks modes. One can be turned on with <meta http-equiv="X-UA-Compatible" content="IE=5" />
(IE5 quirks) and second can be turned on by removing doctype and adding <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE10" />
(IE10 quirks).
To reproduce:
- Set IE 10 quirks mode
- Click tabe toolbar button.
Result:
Message: Can't find property 0 for empty or undefined object.
Line: 1120
URI: ckeditor/plugins/dialog/plugin.js
@rruas I have use default IE10 (Win8) and default editor without any customizations and didn't get any error neither when inserting data into empty editor nor full.
Please provide exact steps to reproduce this problem.
NOTE: Modes can't be set with IE dev tolls as they don't give same results as e.g. XUA tag which is supported.