CKEditor 4 Toolbar Dropdown in IE7

这一生的挚爱 提交于 2019-12-24 08:19:29

问题


I am using ckeditor 4 for my project. The dropdown list in ckedior toolbar is not opening in IE7 where as it is opening fine in Chrome and Firefox. Any idea why?

Internet Explorer 7

Chrome


回答1:


Actual version of CKEditor I was using is 4.0.1.1. I reverted back to CKEditor 4.0 and it worked in IE7 as well. It seems there is some problem with version 4.0.1.1.




回答2:


I had a similar problem with IE9 downgraded to emulate IE7. Then I did not get a context menu.

By forcing the document mode to at least IE8 it worked as expected.




回答3:


I was having this same issue in a Symfony2 project.

Oddly I noticed that the dropdowns worked in the Symfony2 development environment, and discovered that they worked when the Sf2 debug bar was enabled.

I then did some inspection in chrome and found the CKEditor dropdown elements are in an iframe that's added as the last element in the body.

I then tried adding an empty div tag as the last element in the body (previously the last element was a script tag), and that fixed the problem.

So, add a plain, empty div tag as the last element of the body and the dropdowns are all ok.



来源:https://stackoverflow.com/questions/15203104/ckeditor-4-toolbar-dropdown-in-ie7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!