且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

当浏览器配置为“浏览器模式:IE10”时,Windows8消费者预览中IE10的问题。和“文档模式:标准”和“文档模式:标准”。

更新时间:2022-11-18 17:08:59

您好,


将x-ua IE = 9 元标记添加到您的页面...请参阅
定义文档兼容性
 这将导致IE10使用浏览器模式= IE10和DocumentMode = 9



检查ajax脚本的更新(在Visual Studio中使用Nuget) - AJAX工具包for vs include jQuery ...使用CDN链接确保您始终使用最新版本


在本论坛中提问时,如果您可以提供指向您网站的链接或您的html源代码,以便我们查看...我们需要知道您正在使用的ajax模块的版本。



Hi,

    I developed a web application using visual studio 2005 and .Net framework 3.5. I also used AjaxControlToolkit of version 3.0 for accessing ajax functionalities.

    Now, I am facing two problems in my web application with IE10 (configured as "Browser Mode: IE10" and "Document Mode: Standards") in Windows8 server Consumer Preview.

(1) When ever image buttons are clicked which are created dynamically inside a "DataTable", the respective function registered with image button event is not getting fired. The events are created using "CommandEventHandler" for each image button. I am calling "show()" function of "modal popup extender" of "AjaxControlToolkit" inside the event function.

Note: The above issue is not observed when my application is accessed with IE10 (configured as "Browser Mode: IE10" and "Document Mode: Internet Explorer 9 standards")

(2) I created a dropdown list and the text of each item is shown like tooltip using "onmouseover" property of "asp:DropDownList". For this I have written a javascript function and this function is called for "onmouseover" of the dropdownlist.

Now, the issue is the entire item text is not displayed when the length of the text is greater than "31" with mouseover on the item.

For example if the text is "WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW" then it is displayed as "WWWWWWWWWWWWWWWWWWWW..." (Here Dots are "." shown at the end of the text).

Please help me on this as soon as possible. If you need any further information regarding the above issues please let me know.

Regards,

Vamsidhar Y 


Vamsidhar Y

Hi,

add the x-ua IE=9 meta tag to your page...see Defining Document Compatibility this will cause IE10 to use Browser Mode=IE10 and DocumentMode=9

or

check for updates for your ajax scripts (use Nuget in Visual Studio) - the AJAX toolkit for vs include jQuery... use the CDN links to ensure you are always using the latest version

When asking a question in this forum its helpful if you can provide a link to your website or your html source code so we can have a look... we need to know what versions of your ajax modules you are using for example.