简体   繁体   English

直到刷新页面,IE9 FCKEditor工具栏才会显示

[英]IE9 FCKEditor toolbar doesn't show until refresh page

I have an FCKEditor with a toolbar on an ASPX page that I use as a member review entry form. 我有一个FCKEditor,在ASPX页上带有工具栏,用作会员审阅条目表单。 This has worked quite well until IE9. 直到IE9为止,这一直很好。 Now when the page first comes up it doesn't work right and the FCKEditor toolbar is not visible. 现在,当页面首次出现时,它无法正常工作,并且FCKEditor工具栏不可见。 If I refresh the page it works fine. 如果刷新页面,则效果很好。

I'm not sure what code to show here, this is what I have on my ASPX page: 我不确定要在此处显示什么代码,这就是我在ASPX页面上看到的代码:

<%@ Register Assembly="FredCK.FCKeditorV2" Namespace="FredCK.FCKeditorV2" TagPrefix="FCKeditorV2" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <table width=580>
    <tr><td colspan="2">
...
        Enter your review here:<br />
        <FCKeditorV2:FCKeditor Width="580px" Height="400px" id="FCKeditor2" BasePath="~/FCKeditor/"  runat="server">
        </FCKeditorV2:FCKeditor>

Here is a page that demonstrates the problem: 这是演示问题的页面:

http://www.ourlaughingplace.com/aspx/review.aspx?parent=0&cat=attraction&from=at&thingId=PDL http://www.ourlaughingplace.com/aspx/review.aspx?parent=0&cat=attraction&from=at&thingId=PDL

Note: the toolbar comes up just fine everytime under FireFox. 注意:工具栏每次在FireFox下都可以正常显示。

After further research (and a lack of responses here) I came to the conclusion that the first thing to do is upgrade to the new version CKEditor 3.6.2 ASP.NET control. 经过进一步的研究(这里没有答复),我得出的结论是,要做的第一件事是升级到新版本的CKEditor 3.6.2 ASP.NET控件。 After downloading, installing and futzing around with it I was able to get the new editor working in place of the old -- and now it comes up correclty under IE9 -- Problem Solved! 下载,安装并进行调试后,我能够使新的编辑器代替旧的编辑器工作-现在,它在IE9下变得更正确-问题已解决!

For future readers reference, this is the link to CKEditor: 供以后读者参考,这是CKEditor的链接:

http://cksource.com/ckeditor http://cksource.com/ckeditor

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 IE9 IFrame显示问题-控件直到刷新后才呈现 - IE9 IFrame display issue - controls not rendering until refresh 在刷新页面之前,网站不会看到最新的会话值,但是刷新会重置控件的值 - Website doesn't see newest session values until I refresh page, but refreshing resets values of controls 微型MCE编辑器显示在IE9中不起作用 - Tiny MCE editor display doesn't work in IE9 OnKeyDown不适用于IE9,但适用于所有其他浏览器 - OnKeyDown doesn't work for IE9 but works for everyother browser FCKEditor不会在回发时设置Value属性! - FCKEditor doesn't set Value property on postback! 在窗口调整大小或在选项卡之间切换之前,IE7不会呈现页面的一部分 - IE7 doesn't render part of page until the window resizes or switch between tabs Ajax请求返回后刷新IE9 - IE9 refresh after Ajax request returns IE8中的Ext.net脚本错误在其他浏览器(包括IE9)中不会发生 - Ext.net script error in IE8 that doesn't occur in other browsers (including IE9) Textarea在IE中没有显示换行符 - Textarea doesn't show newline in IE 饼干在页面刷新之前不会更新...如何避免? - cookie isn't updated until page refresh… how to avoid that?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM