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 )
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
Attachment: | Patch_to_fix_opening_of_colorpicker_in_ie10.patch added |
---|
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Keywords: | IE10 added |
Status: | new → confirmed |
Summary: | Colorpicker does not open in IE10 → Menu 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)
Patch to fix opening of colorpicker in IE10