询问者
IE11 用JS或重置按鈕多次(重置表單填寫操作後)會出現自動關閉的情況

问题
全部回复
-
HI,
I suggest you perform a Clean Boot then check the issue again.
http://support.microsoft.com/kb/929135
Note: Clean Boot is a step of troubleshooting, we can go back to normal by running MSCONIFG.
You’d better run Internet Explorer with “no-add-ons” model.
1. Open Start Menu, then click all programs, select Accessories, open the system tools;
2. Right-click Internet Explorer(No Add-ons), run as Administrator.And please refer to the similar thread to wait for micorosot's response:http://connect.microsoft.com/IE/feedback/details/808033/ie11-two-reproducible-crashes-on-assigning-the-value-of-an-input-element-with-javascript
Hope it can help you.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.
-
謝謝你的回覆
新建一個網站 在網站裡 加 上 大約十個TextBox 填寫重置操作兩次就來出現上面的問題我在不同電腦上裝了IE11的電腦測試都會出現這樣問題
在其它瀏覽器上則不會出現,
如果使用 html input 則不會出現這樣的問題
下面是我測試代碼,只有一個網頁,
<form id="form1" runat="server">
<div><asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox>
<asp:TextBox ID="TextBox3" runat="server"></asp:TextBox>
<asp:TextBox ID="TextBox4" runat="server"></asp:TextBox>
<asp:TextBox ID="TextBox5" runat="server"></asp:TextBox>
<asp:TextBox ID="TextBox6" runat="server"></asp:TextBox>
<asp:TextBox ID="TextBox7" runat="server"></asp:TextBox>
<asp:TextBox ID="TextBox8" runat="server"></asp:TextBox>
</div><input id="Reset1" type="reset" value="reset" />
</form>
-
Hi,
According to your description, I suggest that you can post it IE forum http://social.msdn.microsoft.com/Forums/ie/en-US/home?category=iedevelopment or https://connect.microsoft.com/IE where you can get better answers.
Hope it can help you.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.