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)

Capture.PNG (22.2 KB) - added by Ricardo Ruas 12 years ago.
Capture_1.PNG (22.0 KB) - added by Ricardo Ruas 12 years ago.
noticias.asp (317 bytes) - added by Ricardo Ruas 12 years ago.
Code

Download all attachments as: .zip

Change History (6)

Changed 12 years ago by Ricardo Ruas

Attachment: Capture.PNG added

comment:1 Changed 12 years ago by Jakub Ś

Keywords: IE10 added; IE 10 removed
Status: newpending
Version: 4.0.1

@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.

comment:2 Changed 12 years ago by Ricardo Ruas

My error happens when the mode is Document "quirks".

I'll put here my code and print the error.

Last edited 12 years ago by Ricardo Ruas (previous) (diff)

Changed 12 years ago by Ricardo Ruas

Attachment: Capture_1.PNG added

Changed 12 years ago by Ricardo Ruas

Attachment: noticias.asp added

Code

comment:3 Changed 12 years ago by Jakub Ś

Status: pendingconfirmed

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:

  1. Set IE 10 quirks mode
  2. Click tabe toolbar button.

Result:
Message: Can't find property 0 for empty or undefined object.
Line: 1120
URI: ckeditor/plugins/dialog/plugin.js

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy