Opened 12 years ago

Last modified 12 years ago

#9483 closed Bug

Menu buttons do not open in IE10 — at Version 1

Reported by: Matt Owned by:
Priority: Normal Milestone: CKEditor 3.6.6
Component: UI : Floating Panel Version: 3.4.3
Keywords: IE10 Cc:

Description (last modified by Jakub Ś)

Since IE10 with Windows8 will be released in several days (Oct 26, 2012) I tested CKEditor with it.

It seems that the menu buttons like SCAYT, Font Color and Font Background Color do not open in IE10. This can be confirmed on <http://ckeditor.com/demo>. I also checked the nightlyies, no difference.

I think the problem lies in floatpanel/plugin.js in line 217, where widthNode.document is undefined.

If I add a env.ie10Compat (in env.js) and check for that in the line mentioned above, everything works fine.

I attached a patch file with a potential fix.

Change History (2)

Changed 12 years ago by Matt

Patch to fix opening of colorpicker in IE10

comment:1 Changed 12 years ago by Jakub Ś

Description: modified (diff)
Keywords: IE10 added
Status: newconfirmed
Summary: Colorpicker does not open in IE10Menu buttons do not open in IE10
Version: 3.4.3

JS error is:
Message: Unable to get property 'body'
Line: 217
URI: ckeditor/_source/plugins/floatpanel.js

I have set version 3.4.3 because this is the first version where content area was actually loaded without errors.

If it matters till version 3.6.3 menus have popped out despite error (in wrong place)

Last edited 12 years ago by Jakub Ś (previous) (diff)
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