Opened 13 years ago
Last modified 12 years ago
#9483 closed Bug
Colorpicker does not open in IE10 — at Initial Version
Reported by: | Matt | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.6 |
Component: | UI : Floating Panel | Version: | 3.4.3 |
Keywords: | IE10 | Cc: |
Description
Since IE10 with Windows8 will be released in several days (Oct 26, 2012) I tested CKEditor with it.
It seems that the date picker does 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 (1)
Changed 13 years ago by
Attachment: | Patch_to_fix_opening_of_colorpicker_in_ie10.patch added |
---|
Patch to fix opening of colorpicker in IE10