473,405 Members | 2,404 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Ajax and IE crash

I have run into a situation that if a page/tab that uses the Ajax toolkit
(using .net version 3.5) is closed before the Ajax enable controls complete
loading, then IE locks up. Does it in both IE7 and IE8. There is no issue
when the controls are allowed to complete loading.

Can you please tell me the best practice that handles this?

Thanks.
Sep 19 '08 #1
11 2997
Hi,

Do you mean if AJAX toolkit is used, sometimes when you close the browser
the browser will hang? Could you send me a demo project that can reproduce
this problem? My email is v-******@microsoft.com.

Regards,
Allen Chen
Microsoft Online Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subs...#notifications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://support.microsoft.com/select/...tance&ln=en-us.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| Thread-Topic: Ajax and IE crash
| thread-index: AckZ8EAFOcNWv5uxThWwIf0XNe7Frg==
| X-WBNR-Posting-Host: 207.46.19.168
| From: =?Utf-8?B?R2VyaGFyZA==?= <Ge*****@community.nospam>
| Subject: Ajax and IE crash
| Date: Thu, 18 Sep 2008 17:40:01 -0700
| Lines: 8
| Message-ID: <B2**********************************@microsoft.co m>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| Path: TK2MSFTNGHUB02.phx.gbl
| Xref: TK2MSFTNGHUB02.phx.gbl
microsoft.public.dotnet.framework.aspnet:76356
| NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| I have run into a situation that if a page/tab that uses the Ajax toolkit
| (using .net version 3.5) is closed before the Ajax enable controls
complete
| loading, then IE locks up. Does it in both IE7 and IE8. There is no
issue
| when the controls are allowed to complete loading.
|
| Can you please tell me the best practice that handles this?
|
| Thanks.
|

Sep 19 '08 #2
Thanks. It only happens when the window/tab is closed before the Ajax driven
controls finish loading. Would take some time to make a project that
duplicates it, separate from my current one (and I am afraid I have to keep
that password protected due to sensitive data).

I am loading 11 drop down lists using the toolkit's Cascading Drop Down. If
these have not finished loading and the tab is closed, then IE hangs up.

Any ideas?

"Allen Chen [MSFT]" wrote:
Hi,

Do you mean if AJAX toolkit is used, sometimes when you close the browser
the browser will hang? Could you send me a demo project that can reproduce
this problem? My email is v-******@microsoft.com.

Regards,
Allen Chen
Microsoft Online Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subs...#notifications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://support.microsoft.com/select/...tance&ln=en-us.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| Thread-Topic: Ajax and IE crash
| thread-index: AckZ8EAFOcNWv5uxThWwIf0XNe7Frg==
| X-WBNR-Posting-Host: 207.46.19.168
| From: =?Utf-8?B?R2VyaGFyZA==?= <Ge*****@community.nospam>
| Subject: Ajax and IE crash
| Date: Thu, 18 Sep 2008 17:40:01 -0700
| Lines: 8
| Message-ID: <B2**********************************@microsoft.co m>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| Path: TK2MSFTNGHUB02.phx.gbl
| Xref: TK2MSFTNGHUB02.phx.gbl
microsoft.public.dotnet.framework.aspnet:76356
| NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| I have run into a situation that if a page/tab that uses the Ajax toolkit
| (using .net version 3.5) is closed before the Ajax enable controls
complete
| loading, then IE locks up. Does it in both IE7 and IE8. There is no
issue
| when the controls are allowed to complete loading.
|
| Can you please tell me the best practice that handles this?
|
| Thanks.
|

Sep 19 '08 #3
Hi
I tested this page:

http://www.asp.net/ajax/ajaxcontrolt...opDown/Cascadi
ngDropDown.aspx
It seems fine. Can you repro this behavior with that page?

I look forward to your demo project and will test on it.

Regards,
Allen Chen
Microsoft Online Support

--------------------
| Thread-Topic: Ajax and IE crash
| thread-index: AckaDd1yVQMXiQ6dTHC8+cAlR/PzeQ==
| X-WBNR-Posting-Host: 65.55.21.8
| From: =?Utf-8?B?R2VyaGFyZA==?= <Ge*****@community.nospam>
| References: <B2**********************************@microsoft.co m>
<bJ**************@TK2MSFTNGHUB02.phx.gbl>
| Subject: RE: Ajax and IE crash
| Date: Thu, 18 Sep 2008 21:12:00 -0700
| Lines: 83
| Message-ID: <7B**********************************@microsoft.co m>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| Path: TK2MSFTNGHUB02.phx.gbl
| Xref: TK2MSFTNGHUB02.phx.gbl
microsoft.public.dotnet.framework.aspnet:76363
| NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Thanks. It only happens when the window/tab is closed before the Ajax
driven
| controls finish loading. Would take some time to make a project that
| duplicates it, separate from my current one (and I am afraid I have to
keep
| that password protected due to sensitive data).
|
| I am loading 11 drop down lists using the toolkit's Cascading Drop Down.
If
| these have not finished loading and the tab is closed, then IE hangs up.
|
| Any ideas?
|
| "Allen Chen [MSFT]" wrote:
|
| Hi,
| >
| Do you mean if AJAX toolkit is used, sometimes when you close the
browser
| the browser will hang? Could you send me a demo project that can
reproduce
| this problem? My email is v-******@microsoft.com.
| >
| Regards,
| Allen Chen
| Microsoft Online Support
| >
| Delighting our customers is our #1 priority. We welcome your comments
and
| suggestions about how we can improve the support we provide to you.
Please
| feel free to let my manager know what you think of the level of service
| provided. You can send feedback directly to my manager at:
| ms****@microsoft.com.
| >
| ==================================================
| Get notification to my posts through email? Please refer to
| >
http://msdn.microsoft.com/en-us/subs...#notifications.
| >
| Note: The MSDN Managed Newsgroup support offering is for non-urgent
issues
| where an initial response from the community or a Microsoft Support
| Engineer within 1 business day is acceptable. Please note that each
follow
| up response may take approximately 2 business days as the support
| professional working with you may need further investigation to reach
the
| most efficient resolution. The offering is not appropriate for
situations
| that require urgent, real-time or phone-based interactions or complex
| project analysis and dump analysis issues. Issues of this nature are
best
| handled working with a dedicated Microsoft Support Engineer by
contacting
| Microsoft Customer Support Services (CSS) at
| >
http://support.microsoft.com/select/...tance&ln=en-us.
| ==================================================
| This posting is provided "AS IS" with no warranties, and confers no
rights.
| --------------------
| | Thread-Topic: Ajax and IE crash
| | thread-index: AckZ8EAFOcNWv5uxThWwIf0XNe7Frg==
| | X-WBNR-Posting-Host: 207.46.19.168
| | From: =?Utf-8?B?R2VyaGFyZA==?= <Ge*****@community.nospam>
| | Subject: Ajax and IE crash
| | Date: Thu, 18 Sep 2008 17:40:01 -0700
| | Lines: 8
| | Message-ID: <B2**********************************@microsoft.co m>
| | MIME-Version: 1.0
| | Content-Type: text/plain;
| | charset="Utf-8"
| | Content-Transfer-Encoding: 7bit
| | X-Newsreader: Microsoft CDO for Windows 2000
| | Content-Class: urn:content-classes:message
| | Importance: normal
| | Priority: normal
| | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
| | Newsgroups: microsoft.public.dotnet.framework.aspnet
| | Path: TK2MSFTNGHUB02.phx.gbl
| | Xref: TK2MSFTNGHUB02.phx.gbl
| microsoft.public.dotnet.framework.aspnet:76356
| | NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
| | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| |
| | I have run into a situation that if a page/tab that uses the Ajax
toolkit
| | (using .net version 3.5) is closed before the Ajax enable controls
| complete
| | loading, then IE locks up. Does it in both IE7 and IE8. There is no
| issue
| | when the controls are allowed to complete loading.
| |
| | Can you please tell me the best practice that handles this?
| |
| | Thanks.
| |
| >
| >
|

Sep 19 '08 #4
Here is a link to a project that duplicates the issue:
http://www.criminonwus.org/IECrashTest.zip

If you click on the link on the default page, it opens a new window/tab. If
you close that window/tab before the drop down lists populate and then click
on the link on the default page again, it hangs up (sometimes you have to do
this a couple of time). If you try to refresh the default page, it also
hangs up.

Seems like it shouldn't do this. Any ideas of how to get around this?

Thanks.

"Allen Chen [MSFT]" wrote:
Hi
I tested this page:

http://www.asp.net/ajax/ajaxcontrolt...opDown/Cascadi
ngDropDown.aspx
It seems fine. Can you repro this behavior with that page?

I look forward to your demo project and will test on it.

Regards,
Allen Chen
Microsoft Online Support

--------------------
| Thread-Topic: Ajax and IE crash
| thread-index: AckaDd1yVQMXiQ6dTHC8+cAlR/PzeQ==
| X-WBNR-Posting-Host: 65.55.21.8
| From: =?Utf-8?B?R2VyaGFyZA==?= <Ge*****@community.nospam>
| References: <B2**********************************@microsoft.co m>
<bJ**************@TK2MSFTNGHUB02.phx.gbl>
| Subject: RE: Ajax and IE crash
| Date: Thu, 18 Sep 2008 21:12:00 -0700
| Lines: 83
| Message-ID: <7B**********************************@microsoft.co m>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| Path: TK2MSFTNGHUB02.phx.gbl
| Xref: TK2MSFTNGHUB02.phx.gbl
microsoft.public.dotnet.framework.aspnet:76363
| NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Thanks. It only happens when the window/tab is closed before the Ajax
driven
| controls finish loading. Would take some time to make a project that
| duplicates it, separate from my current one (and I am afraid I have to
keep
| that password protected due to sensitive data).
|
| I am loading 11 drop down lists using the toolkit's Cascading Drop Down.
If
| these have not finished loading and the tab is closed, then IE hangs up.
|
| Any ideas?
|
| "Allen Chen [MSFT]" wrote:
|
| Hi,
| >
| Do you mean if AJAX toolkit is used, sometimes when you close the
browser
| the browser will hang? Could you send me a demo project that can
reproduce
| this problem? My email is v-******@microsoft.com.
| >
| Regards,
| Allen Chen
| Microsoft Online Support
| >
| Delighting our customers is our #1 priority. We welcome your comments
and
| suggestions about how we can improve the support we provide to you.
Please
| feel free to let my manager know what you think of the level of service
| provided. You can send feedback directly to my manager at:
| ms****@microsoft.com.
| >
| ==================================================
| Get notification to my posts through email? Please refer to
| >
http://msdn.microsoft.com/en-us/subs...#notifications.
| >
| Note: The MSDN Managed Newsgroup support offering is for non-urgent
issues
| where an initial response from the community or a Microsoft Support
| Engineer within 1 business day is acceptable. Please note that each
follow
| up response may take approximately 2 business days as the support
| professional working with you may need further investigation to reach
the
| most efficient resolution. The offering is not appropriate for
situations
| that require urgent, real-time or phone-based interactions or complex
| project analysis and dump analysis issues. Issues of this nature are
best
| handled working with a dedicated Microsoft Support Engineer by
contacting
| Microsoft Customer Support Services (CSS) at
| >
http://support.microsoft.com/select/...tance&ln=en-us.
| ==================================================
| This posting is provided "AS IS" with no warranties, and confers no
rights.
| --------------------
| | Thread-Topic: Ajax and IE crash
| | thread-index: AckZ8EAFOcNWv5uxThWwIf0XNe7Frg==
| | X-WBNR-Posting-Host: 207.46.19.168
| | From: =?Utf-8?B?R2VyaGFyZA==?= <Ge*****@community.nospam>
| | Subject: Ajax and IE crash
| | Date: Thu, 18 Sep 2008 17:40:01 -0700
| | Lines: 8
| | Message-ID: <B2**********************************@microsoft.co m>
| | MIME-Version: 1.0
| | Content-Type: text/plain;
| | charset="Utf-8"
| | Content-Transfer-Encoding: 7bit
| | X-Newsreader: Microsoft CDO for Windows 2000
| | Content-Class: urn:content-classes:message
| | Importance: normal
| | Priority: normal
| | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
| | Newsgroups: microsoft.public.dotnet.framework.aspnet
| | Path: TK2MSFTNGHUB02.phx.gbl
| | Xref: TK2MSFTNGHUB02.phx.gbl
| microsoft.public.dotnet.framework.aspnet:76356
| | NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
| | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| |
| | I have run into a situation that if a page/tab that uses the Ajax
toolkit
| | (using .net version 3.5) is closed before the Ajax enable controls
| complete
| | loading, then IE locks up. Does it in both IE7 and IE8. There is no
| issue
| | when the controls are allowed to complete loading.
| |
| | Can you please tell me the best practice that handles this?
| |
| | Thanks.
| |
| >
| >
|

Sep 19 '08 #5
Hi

Thank you for your project. I've reproduced this issue on my side. It looks
more like an IE issue than an AJAX Toolkit issue. I'm now investigating it
and will get back to you if I find the culprit.

Regards,
Allen Chen
Microsoft Online Support
--------------------
| Thread-Topic: Ajax and IE crash
| thread-index: Ackad3ofCR4eWZp6SIul7j+V8Jziig==
| X-WBNR-Posting-Host: 65.55.21.8
| From: =?Utf-8?B?R2VyaGFyZA==?= <Ge*****@community.nospam>
| References: <B2**********************************@microsoft.co m>
<bJ**************@TK2MSFTNGHUB02.phx.gbl>
<7B**********************************@microsoft.co m>
<PN**************@TK2MSFTNGHUB02.phx.gbl>
| Subject: RE: Ajax and IE crash
| Date: Fri, 19 Sep 2008 09:48:00 -0700
| Lines: 158
| Message-ID: <59**********************************@microsoft.co m>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| Path: TK2MSFTNGHUB02.phx.gbl
| Xref: TK2MSFTNGHUB02.phx.gbl
microsoft.public.dotnet.framework.aspnet:76406
| NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Here is a link to a project that duplicates the issue:
| http://www.criminonwus.org/IECrashTest.zip
|
| If you click on the link on the default page, it opens a new window/tab.
If
| you close that window/tab before the drop down lists populate and then
click
| on the link on the default page again, it hangs up (sometimes you have to
do
| this a couple of time). If you try to refresh the default page, it also
| hangs up.
|
| Seems like it shouldn't do this. Any ideas of how to get around this?
|
| Thanks.
|
| "Allen Chen [MSFT]" wrote:
|
| Hi
| I tested this page:
| >
| >
http://www.asp.net/ajax/ajaxcontrolt...opDown/Cascadi
| ngDropDown.aspx
| It seems fine. Can you repro this behavior with that page?
| >
| I look forward to your demo project and will test on it.
| >
| Regards,
| Allen Chen
| Microsoft Online Support
| >
| --------------------
| | Thread-Topic: Ajax and IE crash
| | thread-index: AckaDd1yVQMXiQ6dTHC8+cAlR/PzeQ==
| | X-WBNR-Posting-Host: 65.55.21.8
| | From: =?Utf-8?B?R2VyaGFyZA==?= <Ge*****@community.nospam>
| | References: <B2**********************************@microsoft.co m>
| <bJ**************@TK2MSFTNGHUB02.phx.gbl>
| | Subject: RE: Ajax and IE crash
| | Date: Thu, 18 Sep 2008 21:12:00 -0700
| | Lines: 83
| | Message-ID: <7B**********************************@microsoft.co m>
| | MIME-Version: 1.0
| | Content-Type: text/plain;
| | charset="Utf-8"
| | Content-Transfer-Encoding: 7bit
| | X-Newsreader: Microsoft CDO for Windows 2000
| | Content-Class: urn:content-classes:message
| | Importance: normal
| | Priority: normal
| | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
| | Newsgroups: microsoft.public.dotnet.framework.aspnet
| | Path: TK2MSFTNGHUB02.phx.gbl
| | Xref: TK2MSFTNGHUB02.phx.gbl
| microsoft.public.dotnet.framework.aspnet:76363
| | NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
| | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| |
| | Thanks. It only happens when the window/tab is closed before the
Ajax
| driven
| | controls finish loading. Would take some time to make a project that
| | duplicates it, separate from my current one (and I am afraid I have
to
| keep
| | that password protected due to sensitive data).
| |
| | I am loading 11 drop down lists using the toolkit's Cascading Drop
Down.
| If
| | these have not finished loading and the tab is closed, then IE hangs
up.
| |
| | Any ideas?
| |
| | "Allen Chen [MSFT]" wrote:
| |
| | Hi,
| | >
| | Do you mean if AJAX toolkit is used, sometimes when you close the
| browser
| | the browser will hang? Could you send me a demo project that can
| reproduce
| | this problem? My email is v-******@microsoft.com.
| | >
| | Regards,
| | Allen Chen
| | Microsoft Online Support
| | >
| | Delighting our customers is our #1 priority. We welcome your
comments
| and
| | suggestions about how we can improve the support we provide to you.
| Please
| | feel free to let my manager know what you think of the level of
service
| | provided. You can send feedback directly to my manager at:
| | ms****@microsoft.com.
| | >
| | ==================================================
| | Get notification to my posts through email? Please refer to
| | >
| >
http://msdn.microsoft.com/en-us/subs...#notifications.
| | >
| | Note: The MSDN Managed Newsgroup support offering is for non-urgent
| issues
| | where an initial response from the community or a Microsoft Support
| | Engineer within 1 business day is acceptable. Please note that each
| follow
| | up response may take approximately 2 business days as the support
| | professional working with you may need further investigation to
reach
| the
| | most efficient resolution. The offering is not appropriate for
| situations
| | that require urgent, real-time or phone-based interactions or
complex
| | project analysis and dump analysis issues. Issues of this nature
are
| best
| | handled working with a dedicated Microsoft Support Engineer by
| contacting
| | Microsoft Customer Support Services (CSS) at
| | >
| >
http://support.microsoft.com/select/...tance&ln=en-us.
| | ==================================================
| | This posting is provided "AS IS" with no warranties, and confers no
| rights.
| | --------------------
| | | Thread-Topic: Ajax and IE crash
| | | thread-index: AckZ8EAFOcNWv5uxThWwIf0XNe7Frg==
| | | X-WBNR-Posting-Host: 207.46.19.168
| | | From: =?Utf-8?B?R2VyaGFyZA==?= <Ge*****@community.nospam>
| | | Subject: Ajax and IE crash
| | | Date: Thu, 18 Sep 2008 17:40:01 -0700
| | | Lines: 8
| | | Message-ID: <B2**********************************@microsoft.co m>
| | | MIME-Version: 1.0
| | | Content-Type: text/plain;
| | | charset="Utf-8"
| | | Content-Transfer-Encoding: 7bit
| | | X-Newsreader: Microsoft CDO for Windows 2000
| | | Content-Class: urn:content-classes:message
| | | Importance: normal
| | | Priority: normal
| | | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
| | | Newsgroups: microsoft.public.dotnet.framework.aspnet
| | | Path: TK2MSFTNGHUB02.phx.gbl
| | | Xref: TK2MSFTNGHUB02.phx.gbl
| | microsoft.public.dotnet.framework.aspnet:76356
| | | NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
| | | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| | |
| | | I have run into a situation that if a page/tab that uses the Ajax
| toolkit
| | | (using .net version 3.5) is closed before the Ajax enable
controls
| | complete
| | | loading, then IE locks up. Does it in both IE7 and IE8. There
is no
| | issue
| | | when the controls are allowed to complete loading.
| | |
| | | Can you please tell me the best practice that handles this?
| | |
| | | Thanks.
| | |
| | >
| | >
| |
| >
| >
|

Sep 23 '08 #6
Thanks. I'm glad you were able to duplicate it, gives me hope it will be
fixed.

Note, this is also an issue with Ajax without using the toolbox. Maybe an
issue with ScriptManager?

The only work around I have come up with is to trap the
window.onbeforeunload in javascript and at least give the user the option of
keeping the page open, with a warning that strange things may occur if he
doesn't. This involves a lot of extra coding though, so it would be good if
it got fixed at the source.

"Allen Chen [MSFT]" wrote:
Hi

Thank you for your project. I've reproduced this issue on my side. It looks
more like an IE issue than an AJAX Toolkit issue. I'm now investigating it
and will get back to you if I find the culprit.

Regards,
Allen Chen
Microsoft Online Support
--------------------
| Thread-Topic: Ajax and IE crash
| thread-index: Ackad3ofCR4eWZp6SIul7j+V8Jziig==
| X-WBNR-Posting-Host: 65.55.21.8
| From: =?Utf-8?B?R2VyaGFyZA==?= <Ge*****@community.nospam>
| References: <B2**********************************@microsoft.co m>
<bJ**************@TK2MSFTNGHUB02.phx.gbl>
<7B**********************************@microsoft.co m>
<PN**************@TK2MSFTNGHUB02.phx.gbl>
| Subject: RE: Ajax and IE crash
| Date: Fri, 19 Sep 2008 09:48:00 -0700
| Lines: 158
| Message-ID: <59**********************************@microsoft.co m>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| Path: TK2MSFTNGHUB02.phx.gbl
| Xref: TK2MSFTNGHUB02.phx.gbl
microsoft.public.dotnet.framework.aspnet:76406
| NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Here is a link to a project that duplicates the issue:
| http://www.criminonwus.org/IECrashTest.zip
|
| If you click on the link on the default page, it opens a new window/tab.
If
| you close that window/tab before the drop down lists populate and then
click
| on the link on the default page again, it hangs up (sometimes you have to
do
| this a couple of time). If you try to refresh the default page, it also
| hangs up.
|
| Seems like it shouldn't do this. Any ideas of how to get around this?
|
| Thanks.
|
| "Allen Chen [MSFT]" wrote:
|
| Hi
| I tested this page:
| >
| >
http://www.asp.net/ajax/ajaxcontrolt...opDown/Cascadi
| ngDropDown.aspx
| It seems fine. Can you repro this behavior with that page?
| >
| I look forward to your demo project and will test on it.
| >
| Regards,
| Allen Chen
| Microsoft Online Support
| >
| --------------------
| | Thread-Topic: Ajax and IE crash
| | thread-index: AckaDd1yVQMXiQ6dTHC8+cAlR/PzeQ==
| | X-WBNR-Posting-Host: 65.55.21.8
| | From: =?Utf-8?B?R2VyaGFyZA==?= <Ge*****@community.nospam>
| | References: <B2**********************************@microsoft.co m>
| <bJ**************@TK2MSFTNGHUB02.phx.gbl>
| | Subject: RE: Ajax and IE crash
| | Date: Thu, 18 Sep 2008 21:12:00 -0700
| | Lines: 83
| | Message-ID: <7B**********************************@microsoft.co m>
| | MIME-Version: 1.0
| | Content-Type: text/plain;
| | charset="Utf-8"
| | Content-Transfer-Encoding: 7bit
| | X-Newsreader: Microsoft CDO for Windows 2000
| | Content-Class: urn:content-classes:message
| | Importance: normal
| | Priority: normal
| | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
| | Newsgroups: microsoft.public.dotnet.framework.aspnet
| | Path: TK2MSFTNGHUB02.phx.gbl
| | Xref: TK2MSFTNGHUB02.phx.gbl
| microsoft.public.dotnet.framework.aspnet:76363
| | NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
| | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| |
| | Thanks. It only happens when the window/tab is closed before the
Ajax
| driven
| | controls finish loading. Would take some time to make a project that
| | duplicates it, separate from my current one (and I am afraid I have
to
| keep
| | that password protected due to sensitive data).
| |
| | I am loading 11 drop down lists using the toolkit's Cascading Drop
Down.
| If
| | these have not finished loading and the tab is closed, then IE hangs
up.
| |
| | Any ideas?
| |
| | "Allen Chen [MSFT]" wrote:
| |
| | Hi,
| | >
| | Do you mean if AJAX toolkit is used, sometimes when you close the
| browser
| | the browser will hang? Could you send me a demo project that can
| reproduce
| | this problem? My email is v-******@microsoft.com.
| | >
| | Regards,
| | Allen Chen
| | Microsoft Online Support
| | >
| | Delighting our customers is our #1 priority. We welcome your
comments
| and
| | suggestions about how we can improve the support we provide to you.
| Please
| | feel free to let my manager know what you think of the level of
service
| | provided. You can send feedback directly to my manager at:
| | ms****@microsoft.com.
| | >
| | ==================================================
| | Get notification to my posts through email? Please refer to
| | >
| >
http://msdn.microsoft.com/en-us/subs...#notifications.
| | >
| | Note: The MSDN Managed Newsgroup support offering is for non-urgent
| issues
| | where an initial response from the community or a Microsoft Support
| | Engineer within 1 business day is acceptable. Please note that each
| follow
| | up response may take approximately 2 business days as the support
| | professional working with you may need further investigation to
reach
| the
| | most efficient resolution. The offering is not appropriate for
| situations
| | that require urgent, real-time or phone-based interactions or
complex
| | project analysis and dump analysis issues. Issues of this nature
are
| best
| | handled working with a dedicated Microsoft Support Engineer by
| contacting
| | Microsoft Customer Support Services (CSS) at
| | >
| >
http://support.microsoft.com/select/...tance&ln=en-us.
| | ==================================================
| | This posting is provided "AS IS" with no warranties, and confers no
| rights.
| | --------------------
| | | Thread-Topic: Ajax and IE crash
| | | thread-index: AckZ8EAFOcNWv5uxThWwIf0XNe7Frg==
| | | X-WBNR-Posting-Host: 207.46.19.168
| | | From: =?Utf-8?B?R2VyaGFyZA==?= <Ge*****@community.nospam>
| | | Subject: Ajax and IE crash
| | | Date: Thu, 18 Sep 2008 17:40:01 -0700
| | | Lines: 8
| | | Message-ID: <B2**********************************@microsoft.co m>
| | | MIME-Version: 1.0
| | | Content-Type: text/plain;
| | | charset="Utf-8"
| | | Content-Transfer-Encoding: 7bit
| | | X-Newsreader: Microsoft CDO for Windows 2000
| | | Content-Class: urn:content-classes:message
| | | Importance: normal
| | | Priority: normal
| | | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
| | | Newsgroups: microsoft.public.dotnet.framework.aspnet
| | | Path: TK2MSFTNGHUB02.phx.gbl
| | | Xref: TK2MSFTNGHUB02.phx.gbl
| | microsoft.public.dotnet.framework.aspnet:76356
| | | NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
| | | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| | |
| | | I have run into a situation that if a page/tab that uses the Ajax
| toolkit
| | | (using .net version 3.5) is closed before the Ajax enable
controls
| | complete
| | | loading, then IE locks up. Does it in both IE7 and IE8. There
is no
| | issue
| | | when the controls are allowed to complete loading.
| | |
| | | Can you please tell me the best practice that handles this?
| | |
| | | Thanks.
| | |
| | >
| | >
| |
| >
| >
|

Sep 23 '08 #7
Hi,

I've used Network Monitor to track the http traffic. It looks like IE will
not send new requests to the same domain when the hang happens. What I can
guess so far is, IE somehow doesn't know the connection should be closed if
a user manually interrupts the AJAX request by closing the tab. By default,
as you may know, IE only allows two subsequent connections to one domain.

I've contacted our development team for a confirmation about this issue.
They may need some time to come to a final conclusion. I'll follow up and
update here.

As to your workaround, it's really good. Try to use it temporarily and
let's wait for the conclusion.

Regards,
Allen Chen
Microsoft Online Community Support

--------------------
| Thread-Topic: Ajax and IE crash
| thread-index: AckdkxARCW/igerJRUihe+AxC6QFmA==
| X-WBNR-Posting-Host: 65.55.10.15
| From: =?Utf-8?B?R2VyaGFyZA==?= <Ge*****@community.nospam>
| References: <B2**********************************@microsoft.co m>
<bJ**************@TK2MSFTNGHUB02.phx.gbl>
<7B**********************************@microsoft.co m>
<PN**************@TK2MSFTNGHUB02.phx.gbl>
<59**********************************@microsoft.co m>
<pW**************@TK2MSFTNGHUB02.phx.gbl>
| Subject: RE: Ajax and IE crash
| Date: Tue, 23 Sep 2008 08:43:02 -0700
| Lines: 232
| Message-ID: <75**********************************@microsoft.co m>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| Path: TK2MSFTNGHUB02.phx.gbl
| Xref: TK2MSFTNGHUB02.phx.gbl
microsoft.public.dotnet.framework.aspnet:76603
| NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Thanks. I'm glad you were able to duplicate it, gives me hope it will be
| fixed.
|
| Note, this is also an issue with Ajax without using the toolbox. Maybe
an
| issue with ScriptManager?
|
| The only work around I have come up with is to trap the
| window.onbeforeunload in javascript and at least give the user the option
of
| keeping the page open, with a warning that strange things may occur if he
| doesn't. This involves a lot of extra coding though, so it would be good
if
| it got fixed at the source.
|
|
|
| "Allen Chen [MSFT]" wrote:
|
| Hi
| >
| Thank you for your project. I've reproduced this issue on my side. It
looks
| more like an IE issue than an AJAX Toolkit issue. I'm now investigating
it
| and will get back to you if I find the culprit.
| >
| Regards,
| Allen Chen
| Microsoft Online Support
| --------------------
| | Thread-Topic: Ajax and IE crash
| | thread-index: Ackad3ofCR4eWZp6SIul7j+V8Jziig==
| | X-WBNR-Posting-Host: 65.55.21.8
| | From: =?Utf-8?B?R2VyaGFyZA==?= <Ge*****@community.nospam>
| | References: <B2**********************************@microsoft.co m>
| <bJ**************@TK2MSFTNGHUB02.phx.gbl>
| <7B**********************************@microsoft.co m>
| <PN**************@TK2MSFTNGHUB02.phx.gbl>
| | Subject: RE: Ajax and IE crash
| | Date: Fri, 19 Sep 2008 09:48:00 -0700
| | Lines: 158
| | Message-ID: <59**********************************@microsoft.co m>
| | MIME-Version: 1.0
| | Content-Type: text/plain;
| | charset="Utf-8"
| | Content-Transfer-Encoding: 7bit
| | X-Newsreader: Microsoft CDO for Windows 2000
| | Content-Class: urn:content-classes:message
| | Importance: normal
| | Priority: normal
| | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
| | Newsgroups: microsoft.public.dotnet.framework.aspnet
| | Path: TK2MSFTNGHUB02.phx.gbl
| | Xref: TK2MSFTNGHUB02.phx.gbl
| microsoft.public.dotnet.framework.aspnet:76406
| | NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
| | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| |
| | Here is a link to a project that duplicates the issue:
| | http://www.criminonwus.org/IECrashTest.zip
| |
| | If you click on the link on the default page, it opens a new
window/tab.
| If
| | you close that window/tab before the drop down lists populate and
then
| click
| | on the link on the default page again, it hangs up (sometimes you
have to
| do
| | this a couple of time). If you try to refresh the default page, it
also
| | hangs up.
| |
| | Seems like it shouldn't do this. Any ideas of how to get around this?
| |
| | Thanks.
| |
| | "Allen Chen [MSFT]" wrote:
| |
| | Hi
| | I tested this page:
| | >
| | >
| >
http://www.asp.net/ajax/ajaxcontrolt...opDown/Cascadi
| | ngDropDown.aspx
| | It seems fine. Can you repro this behavior with that page?
| | >
| | I look forward to your demo project and will test on it.
| | >
| | Regards,
| | Allen Chen
| | Microsoft Online Support
| | >
| | --------------------
| | | Thread-Topic: Ajax and IE crash
| | | thread-index: AckaDd1yVQMXiQ6dTHC8+cAlR/PzeQ==
| | | X-WBNR-Posting-Host: 65.55.21.8
| | | From: =?Utf-8?B?R2VyaGFyZA==?= <Ge*****@community.nospam>
| | | References: <B2**********************************@microsoft.co m>
| | <bJ**************@TK2MSFTNGHUB02.phx.gbl>
| | | Subject: RE: Ajax and IE crash
| | | Date: Thu, 18 Sep 2008 21:12:00 -0700
| | | Lines: 83
| | | Message-ID: <7B**********************************@microsoft.co m>
| | | MIME-Version: 1.0
| | | Content-Type: text/plain;
| | | charset="Utf-8"
| | | Content-Transfer-Encoding: 7bit
| | | X-Newsreader: Microsoft CDO for Windows 2000
| | | Content-Class: urn:content-classes:message
| | | Importance: normal
| | | Priority: normal
| | | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
| | | Newsgroups: microsoft.public.dotnet.framework.aspnet
| | | Path: TK2MSFTNGHUB02.phx.gbl
| | | Xref: TK2MSFTNGHUB02.phx.gbl
| | microsoft.public.dotnet.framework.aspnet:76363
| | | NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
| | | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| | |
| | | Thanks. It only happens when the window/tab is closed before the
| Ajax
| | driven
| | | controls finish loading. Would take some time to make a project
that
| | | duplicates it, separate from my current one (and I am afraid I
have
| to
| | keep
| | | that password protected due to sensitive data).
| | |
| | | I am loading 11 drop down lists using the toolkit's Cascading
Drop
| Down.
| | If
| | | these have not finished loading and the tab is closed, then IE
hangs
| up.
| | |
| | | Any ideas?
| | |
| | | "Allen Chen [MSFT]" wrote:
| | |
| | | Hi,
| | | >
| | | Do you mean if AJAX toolkit is used, sometimes when you close
the
| | browser
| | | the browser will hang? Could you send me a demo project that
can
| | reproduce
| | | this problem? My email is v-******@microsoft.com.
| | | >
| | | Regards,
| | | Allen Chen
| | | Microsoft Online Support
| | | >
| | | Delighting our customers is our #1 priority. We welcome your
| comments
| | and
| | | suggestions about how we can improve the support we provide to
you.
| | Please
| | | feel free to let my manager know what you think of the level of
| service
| | | provided. You can send feedback directly to my manager at:
| | | ms****@microsoft.com.
| | | >
| | | ==================================================
| | | Get notification to my posts through email? Please refer to
| | | >
| | >
| >
http://msdn.microsoft.com/en-us/subs...#notifications.
| | | >
| | | Note: The MSDN Managed Newsgroup support offering is for
non-urgent
| | issues
| | | where an initial response from the community or a Microsoft
Support
| | | Engineer within 1 business day is acceptable. Please note that
each
| | follow
| | | up response may take approximately 2 business days as the
support
| | | professional working with you may need further investigation to
| reach
| | the
| | | most efficient resolution. The offering is not appropriate for
| | situations
| | | that require urgent, real-time or phone-based interactions or
| complex
| | | project analysis and dump analysis issues. Issues of this
nature
| are
| | best
| | | handled working with a dedicated Microsoft Support Engineer by
| | contacting
| | | Microsoft Customer Support Services (CSS) at
| | | >
| | >
| >
http://support.microsoft.com/select/...tance&ln=en-us.
| | | ==================================================
| | | This posting is provided "AS IS" with no warranties, and
confers no
| | rights.
| | | --------------------
| | | | Thread-Topic: Ajax and IE crash
| | | | thread-index: AckZ8EAFOcNWv5uxThWwIf0XNe7Frg==
| | | | X-WBNR-Posting-Host: 207.46.19.168
| | | | From: =?Utf-8?B?R2VyaGFyZA==?= <Ge*****@community.nospam>
| | | | Subject: Ajax and IE crash
| | | | Date: Thu, 18 Sep 2008 17:40:01 -0700
| | | | Lines: 8
| | | | Message-ID:
<B2**********************************@microsoft.co m>
| | | | MIME-Version: 1.0
| | | | Content-Type: text/plain;
| | | | charset="Utf-8"
| | | | Content-Transfer-Encoding: 7bit
| | | | X-Newsreader: Microsoft CDO for Windows 2000
| | | | Content-Class: urn:content-classes:message
| | | | Importance: normal
| | | | Priority: normal
| | | | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
| | | | Newsgroups: microsoft.public.dotnet.framework.aspnet
| | | | Path: TK2MSFTNGHUB02.phx.gbl
| | | | Xref: TK2MSFTNGHUB02.phx.gbl
| | | microsoft.public.dotnet.framework.aspnet:76356
| | | | NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
| | | | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| | | |
| | | | I have run into a situation that if a page/tab that uses the
Ajax
| | toolkit
| | | | (using .net version 3.5) is closed before the Ajax enable
| controls
| | | complete
| | | | loading, then IE locks up. Does it in both IE7 and IE8.
There
| is no
| | | issue
| | | | when the controls are allowed to complete loading.
| | | |
| | | | Can you please tell me the best practice that handles this?
| | | |
| | | | Thanks.
| | | |
| | | >
| | | >
| | |
| | >
| | >
| |
| >
| >
|

Sep 26 '08 #8
Thanks for your help. Hopefully, this will get fixed so the extra coding
will not be needed in the future.

"Allen Chen [MSFT]" wrote:
Hi,

I've used Network Monitor to track the http traffic. It looks like IE will
not send new requests to the same domain when the hang happens. What I can
guess so far is, IE somehow doesn't know the connection should be closed if
a user manually interrupts the AJAX request by closing the tab. By default,
as you may know, IE only allows two subsequent connections to one domain.

I've contacted our development team for a confirmation about this issue.
They may need some time to come to a final conclusion. I'll follow up and
update here.

As to your workaround, it's really good. Try to use it temporarily and
let's wait for the conclusion.

Regards,
Allen Chen
Microsoft Online Community Support

--------------------
| Thread-Topic: Ajax and IE crash
| thread-index: AckdkxARCW/igerJRUihe+AxC6QFmA==
| X-WBNR-Posting-Host: 65.55.10.15
| From: =?Utf-8?B?R2VyaGFyZA==?= <Ge*****@community.nospam>
| References: <B2**********************************@microsoft.co m>
<bJ**************@TK2MSFTNGHUB02.phx.gbl>
<7B**********************************@microsoft.co m>
<PN**************@TK2MSFTNGHUB02.phx.gbl>
<59**********************************@microsoft.co m>
<pW**************@TK2MSFTNGHUB02.phx.gbl>
| Subject: RE: Ajax and IE crash
| Date: Tue, 23 Sep 2008 08:43:02 -0700
| Lines: 232
| Message-ID: <75**********************************@microsoft.co m>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| Path: TK2MSFTNGHUB02.phx.gbl
| Xref: TK2MSFTNGHUB02.phx.gbl
microsoft.public.dotnet.framework.aspnet:76603
| NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Thanks. I'm glad you were able to duplicate it, gives me hope it will be
| fixed.
|
| Note, this is also an issue with Ajax without using the toolbox. Maybe
an
| issue with ScriptManager?
|
| The only work around I have come up with is to trap the
| window.onbeforeunload in javascript and at least give the user the option
of
| keeping the page open, with a warning that strange things may occur if he
| doesn't. This involves a lot of extra coding though, so it would be good
if
| it got fixed at the source.
|
|
|
| "Allen Chen [MSFT]" wrote:
|
| Hi
| >
| Thank you for your project. I've reproduced this issue on my side. It
looks
| more like an IE issue than an AJAX Toolkit issue. I'm now investigating
it
| and will get back to you if I find the culprit.
| >
| Regards,
| Allen Chen
| Microsoft Online Support
| --------------------
| | Thread-Topic: Ajax and IE crash
| | thread-index: Ackad3ofCR4eWZp6SIul7j+V8Jziig==
| | X-WBNR-Posting-Host: 65.55.21.8
| | From: =?Utf-8?B?R2VyaGFyZA==?= <Ge*****@community.nospam>
| | References: <B2**********************************@microsoft.co m>
| <bJ**************@TK2MSFTNGHUB02.phx.gbl>
| <7B**********************************@microsoft.co m>
| <PN**************@TK2MSFTNGHUB02.phx.gbl>
| | Subject: RE: Ajax and IE crash
| | Date: Fri, 19 Sep 2008 09:48:00 -0700
| | Lines: 158
| | Message-ID: <59**********************************@microsoft.co m>
| | MIME-Version: 1.0
| | Content-Type: text/plain;
| | charset="Utf-8"
| | Content-Transfer-Encoding: 7bit
| | X-Newsreader: Microsoft CDO for Windows 2000
| | Content-Class: urn:content-classes:message
| | Importance: normal
| | Priority: normal
| | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
| | Newsgroups: microsoft.public.dotnet.framework.aspnet
| | Path: TK2MSFTNGHUB02.phx.gbl
| | Xref: TK2MSFTNGHUB02.phx.gbl
| microsoft.public.dotnet.framework.aspnet:76406
| | NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
| | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| |
| | Here is a link to a project that duplicates the issue:
| | http://www.criminonwus.org/IECrashTest.zip
| |
| | If you click on the link on the default page, it opens a new
window/tab.
| If
| | you close that window/tab before the drop down lists populate and
then
| click
| | on the link on the default page again, it hangs up (sometimes you
have to
| do
| | this a couple of time). If you try to refresh the default page, it
also
| | hangs up.
| |
| | Seems like it shouldn't do this. Any ideas of how to get around this?
| |
| | Thanks.
| |
| | "Allen Chen [MSFT]" wrote:
| |
| | Hi
| | I tested this page:
| | >
| | >
| >
http://www.asp.net/ajax/ajaxcontrolt...opDown/Cascadi
| | ngDropDown.aspx
| | It seems fine. Can you repro this behavior with that page?
| | >
| | I look forward to your demo project and will test on it.
| | >
| | Regards,
| | Allen Chen
| | Microsoft Online Support
| | >
| | --------------------
| | | Thread-Topic: Ajax and IE crash
| | | thread-index: AckaDd1yVQMXiQ6dTHC8+cAlR/PzeQ==
| | | X-WBNR-Posting-Host: 65.55.21.8
| | | From: =?Utf-8?B?R2VyaGFyZA==?= <Ge*****@community.nospam>
| | | References: <B2**********************************@microsoft.co m>
| | <bJ**************@TK2MSFTNGHUB02.phx.gbl>
| | | Subject: RE: Ajax and IE crash
| | | Date: Thu, 18 Sep 2008 21:12:00 -0700
| | | Lines: 83
| | | Message-ID: <7B**********************************@microsoft.co m>
| | | MIME-Version: 1.0
| | | Content-Type: text/plain;
| | | charset="Utf-8"
| | | Content-Transfer-Encoding: 7bit
| | | X-Newsreader: Microsoft CDO for Windows 2000
| | | Content-Class: urn:content-classes:message
| | | Importance: normal
| | | Priority: normal
| | | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
| | | Newsgroups: microsoft.public.dotnet.framework.aspnet
| | | Path: TK2MSFTNGHUB02.phx.gbl
| | | Xref: TK2MSFTNGHUB02.phx.gbl
| | microsoft.public.dotnet.framework.aspnet:76363
| | | NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
| | | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| | |
| | | Thanks. It only happens when the window/tab is closed before the
| Ajax
| | driven
| | | controls finish loading. Would take some time to make a project
that
| | | duplicates it, separate from my current one (and I am afraid I
have
| to
| | keep
| | | that password protected due to sensitive data).
| | |
| | | I am loading 11 drop down lists using the toolkit's Cascading
Drop
| Down.
| | If
| | | these have not finished loading and the tab is closed, then IE
hangs
| up.
| | |
| | | Any ideas?
| | |
| | | "Allen Chen [MSFT]" wrote:
| | |
| | | Hi,
| | | >
| | | Do you mean if AJAX toolkit is used, sometimes when you close
the
| | browser
| | | the browser will hang? Could you send me a demo project that
can
| | reproduce
| | | this problem? My email is v-******@microsoft.com.
| | | >
| | | Regards,
| | | Allen Chen
| | | Microsoft Online Support
| | | >
| | | Delighting our customers is our #1 priority. We welcome your
| comments
| | and
| | | suggestions about how we can improve the support we provide to
you.
| | Please
| | | feel free to let my manager know what you think of the level of
| service
| | | provided. You can send feedback directly to my manager at:
| | | ms****@microsoft.com.
| | | >
| | | ==================================================
| | | Get notification to my posts through email? Please refer to
| | | >
| | >
| >
http://msdn.microsoft.com/en-us/subs...#notifications.
| | | >
| | | Note: The MSDN Managed Newsgroup support offering is for
non-urgent
| | issues
| | | where an initial response from the community or a Microsoft
Support
| | | Engineer within 1 business day is acceptable. Please note that
each
| | follow
| | | up response may take approximately 2 business days as the
support
| | | professional working with you may need further investigation to
| reach
| | the
| | | most efficient resolution. The offering is not appropriate for
| | situations
| | | that require urgent, real-time or phone-based interactions or
| complex
| | | project analysis and dump analysis issues. Issues of this
nature
| are
| | best
| | | handled working with a dedicated Microsoft Support Engineer by
| | contacting
| | | Microsoft Customer Support Services (CSS) at
| | | >
| | >
| >
http://support.microsoft.com/select/...tance&ln=en-us.
| | | ==================================================
| | | This posting is provided "AS IS" with no warranties, and
confers no
| | rights.
| | | --------------------
| | | | Thread-Topic: Ajax and IE crash
| | | | thread-index: AckZ8EAFOcNWv5uxThWwIf0XNe7Frg==
| | | | X-WBNR-Posting-Host: 207.46.19.168
| | | | From: =?Utf-8?B?R2VyaGFyZA==?= <Ge*****@community.nospam>
| | | | Subject: Ajax and IE crash
| | | | Date: Thu, 18 Sep 2008 17:40:01 -0700
| | | | Lines: 8
| | | | Message-ID:
<B2**********************************@microsoft.co m>
| | | | MIME-Version: 1.0
| | | | Content-Type: text/plain;
| | | | charset="Utf-8"
| | | | Content-Transfer-Encoding: 7bit
| | | | X-Newsreader: Microsoft CDO for Windows 2000
| | | | Content-Class: urn:content-classes:message
| | | | Importance: normal
| | | | Priority: normal
| | | | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
| | | | Newsgroups: microsoft.public.dotnet.framework.aspnet
| | | | Path: TK2MSFTNGHUB02.phx.gbl
| | | | Xref: TK2MSFTNGHUB02.phx.gbl
| | | microsoft.public.dotnet.framework.aspnet:76356
| | | | NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
| | | | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| | | |
| | | | I have run into a situation that if a page/tab that uses the
Ajax
| | toolkit
| | | | (using .net version 3.5) is closed before the Ajax enable
| controls
| | | complete
| | | | loading, then IE locks up. Does it in both IE7 and IE8.
There
| is no
| | | issue
| | | | when the controls are allowed to complete loading.
| | | |
| | | | Can you please tell me the best practice that handles this?
| | | |
Sep 26 '08 #9
Hi,

From the information given by the development team, this is indeed an
unexpected behavior. We're now investigating this issue.

Besides your workaround we can also edit the registry key to increase the
connection quota:
http://support.microsoft.com/default.aspx/kb/282402

It's another option, but not an ideal solution.

Regards,
Allen Chen
Microsoft Online Support
--------------------
| Thread-Topic: Ajax and IE crash
| thread-index: Ackf8RIsghnxcRGjRZKgr2v7ZbKsAQ==
| X-WBNR-Posting-Host: 65.55.21.8
| From: =?Utf-8?B?R2VyaGFyZA==?= <Ge*****@community.nospam>
| References: <B2**********************************@microsoft.co m>
<bJ**************@TK2MSFTNGHUB02.phx.gbl>
<7B**********************************@microsoft.co m>
<PN**************@TK2MSFTNGHUB02.phx.gbl>
<59**********************************@microsoft.co m>
<pW**************@TK2MSFTNGHUB02.phx.gbl>
<75**********************************@microsoft.co m>
<0J**************@TK2MSFTNGHUB02.phx.gbl>
| Subject: RE: Ajax and IE crash
| Date: Fri, 26 Sep 2008 09:01:00 -0700
| Lines: 305
| Message-ID: <31**********************************@microsoft.co m>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| Path: TK2MSFTNGHUB02.phx.gbl
| Xref: TK2MSFTNGHUB02.phx.gbl
microsoft.public.dotnet.framework.aspnet:76808
| NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Thanks for your help. Hopefully, this will get fixed so the extra coding
| will not be needed in the future.
|
| "Allen Chen [MSFT]" wrote:
|
| Hi,
| >
| I've used Network Monitor to track the http traffic. It looks like IE
will
| not send new requests to the same domain when the hang happens. What I
can
| guess so far is, IE somehow doesn't know the connection should be
closed if
| a user manually interrupts the AJAX request by closing the tab. By
default,
| as you may know, IE only allows two subsequent connections to one
domain.
| >
| I've contacted our development team for a confirmation about this
issue.
| They may need some time to come to a final conclusion. I'll follow up
and
| update here.
| >
| As to your workaround, it's really good. Try to use it temporarily and
| let's wait for the conclusion.
| >
| Regards,
| Allen Chen
| Microsoft Online Community Support
| >
| --------------------
| | Thread-Topic: Ajax and IE crash
| | thread-index: AckdkxARCW/igerJRUihe+AxC6QFmA==
| | X-WBNR-Posting-Host: 65.55.10.15
| | From: =?Utf-8?B?R2VyaGFyZA==?= <Ge*****@community.nospam>
| | References: <B2**********************************@microsoft.co m>
| <bJ**************@TK2MSFTNGHUB02.phx.gbl>
| <7B**********************************@microsoft.co m>
| <PN**************@TK2MSFTNGHUB02.phx.gbl>
| <59**********************************@microsoft.co m>
| <pW**************@TK2MSFTNGHUB02.phx.gbl>
| | Subject: RE: Ajax and IE crash
| | Date: Tue, 23 Sep 2008 08:43:02 -0700
| | Lines: 232
| | Message-ID: <75**********************************@microsoft.co m>
| | MIME-Version: 1.0
| | Content-Type: text/plain;
| | charset="Utf-8"
| | Content-Transfer-Encoding: 7bit
| | X-Newsreader: Microsoft CDO for Windows 2000
| | Content-Class: urn:content-classes:message
| | Importance: normal
| | Priority: normal
| | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
| | Newsgroups: microsoft.public.dotnet.framework.aspnet
| | Path: TK2MSFTNGHUB02.phx.gbl
| | Xref: TK2MSFTNGHUB02.phx.gbl
| microsoft.public.dotnet.framework.aspnet:76603
| | NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
| | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| |
| | Thanks. I'm glad you were able to duplicate it, gives me hope it
will be
| | fixed.
| |
| | Note, this is also an issue with Ajax without using the toolbox.
Maybe
| an
| | issue with ScriptManager?
| |
| | The only work around I have come up with is to trap the
| | window.onbeforeunload in javascript and at least give the user the
option
| of
| | keeping the page open, with a warning that strange things may occur
if he
| | doesn't. This involves a lot of extra coding though, so it would be
good
| if
| | it got fixed at the source.
| |
| |
| |
| | "Allen Chen [MSFT]" wrote:
| |
| | Hi
| | >
| | Thank you for your project. I've reproduced this issue on my side.
It
| looks
| | more like an IE issue than an AJAX Toolkit issue. I'm now
investigating
| it
| | and will get back to you if I find the culprit.
| | >
| | Regards,
| | Allen Chen
| | Microsoft Online Support
| | --------------------
| | | Thread-Topic: Ajax and IE crash
| | | thread-index: Ackad3ofCR4eWZp6SIul7j+V8Jziig==
| | | X-WBNR-Posting-Host: 65.55.21.8
| | | From: =?Utf-8?B?R2VyaGFyZA==?= <Ge*****@community.nospam>
| | | References: <B2**********************************@microsoft.co m>
| | <bJ**************@TK2MSFTNGHUB02.phx.gbl>
| | <7B**********************************@microsoft.co m>
| | <PN**************@TK2MSFTNGHUB02.phx.gbl>
| | | Subject: RE: Ajax and IE crash
| | | Date: Fri, 19 Sep 2008 09:48:00 -0700
| | | Lines: 158
| | | Message-ID: <59**********************************@microsoft.co m>
| | | MIME-Version: 1.0
| | | Content-Type: text/plain;
| | | charset="Utf-8"
| | | Content-Transfer-Encoding: 7bit
| | | X-Newsreader: Microsoft CDO for Windows 2000
| | | Content-Class: urn:content-classes:message
| | | Importance: normal
| | | Priority: normal
| | | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
| | | Newsgroups: microsoft.public.dotnet.framework.aspnet
| | | Path: TK2MSFTNGHUB02.phx.gbl
| | | Xref: TK2MSFTNGHUB02.phx.gbl
| | microsoft.public.dotnet.framework.aspnet:76406
| | | NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
| | | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| | |
| | | Here is a link to a project that duplicates the issue:
| | | http://www.criminonwus.org/IECrashTest.zip
| | |
| | | If you click on the link on the default page, it opens a new
| window/tab.
| | If
| | | you close that window/tab before the drop down lists populate and
| then
| | click
| | | on the link on the default page again, it hangs up (sometimes you
| have to
| | do
| | | this a couple of time). If you try to refresh the default page,
it
| also
| | | hangs up.
| | |
| | | Seems like it shouldn't do this. Any ideas of how to get around
this?
| | |
| | | Thanks.
| | |
| | | "Allen Chen [MSFT]" wrote:
| | |
| | | Hi
| | | I tested this page:
| | | >
| | | >
| | >
| >
http://www.asp.net/ajax/ajaxcontrolt...opDown/Cascadi
| | | ngDropDown.aspx
| | | It seems fine. Can you repro this behavior with that page?
| | | >
| | | I look forward to your demo project and will test on it.
| | | >
| | | Regards,
| | | Allen Chen
| | | Microsoft Online Support
| | | >
| | | --------------------
| | | | Thread-Topic: Ajax and IE crash
| | | | thread-index: AckaDd1yVQMXiQ6dTHC8+cAlR/PzeQ==
| | | | X-WBNR-Posting-Host: 65.55.21.8
| | | | From: =?Utf-8?B?R2VyaGFyZA==?= <Ge*****@community.nospam>
| | | | References:
<B2**********************************@microsoft.co m>
| | | <bJ**************@TK2MSFTNGHUB02.phx.gbl>
| | | | Subject: RE: Ajax and IE crash
| | | | Date: Thu, 18 Sep 2008 21:12:00 -0700
| | | | Lines: 83
| | | | Message-ID:
<7B**********************************@microsoft.co m>
| | | | MIME-Version: 1.0
| | | | Content-Type: text/plain;
| | | | charset="Utf-8"
| | | | Content-Transfer-Encoding: 7bit
| | | | X-Newsreader: Microsoft CDO for Windows 2000
| | | | Content-Class: urn:content-classes:message
| | | | Importance: normal
| | | | Priority: normal
| | | | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
| | | | Newsgroups: microsoft.public.dotnet.framework.aspnet
| | | | Path: TK2MSFTNGHUB02.phx.gbl
| | | | Xref: TK2MSFTNGHUB02.phx.gbl
| | | microsoft.public.dotnet.framework.aspnet:76363
| | | | NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
| | | | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| | | |
| | | | Thanks. It only happens when the window/tab is closed before
the
| | Ajax
| | | driven
| | | | controls finish loading. Would take some time to make a
project
| that
| | | | duplicates it, separate from my current one (and I am afraid
I
| have
| | to
| | | keep
| | | | that password protected due to sensitive data).
| | | |
| | | | I am loading 11 drop down lists using the toolkit's Cascading
| Drop
| | Down.
| | | If
| | | | these have not finished loading and the tab is closed, then
IE
| hangs
| | up.
| | | |
| | | | Any ideas?
| | | |
| | | | "Allen Chen [MSFT]" wrote:
| | | |
| | | | Hi,
| | | | >
| | | | Do you mean if AJAX toolkit is used, sometimes when you
close
| the
| | | browser
| | | | the browser will hang? Could you send me a demo project
that
| can
| | | reproduce
| | | | this problem? My email is v-******@microsoft.com.
| | | | >
| | | | Regards,
| | | | Allen Chen
| | | | Microsoft Online Support
| | | | >
| | | | Delighting our customers is our #1 priority. We welcome
your
| | comments
| | | and
| | | | suggestions about how we can improve the support we provide
to
| you.
| | | Please
| | | | feel free to let my manager know what you think of the
level of
| | service
| | | | provided. You can send feedback directly to my manager at:
| | | | ms****@microsoft.com.
| | | | >
| | | | ==================================================
| | | | Get notification to my posts through email? Please refer to
| | | | >
| | | >
| | >
| >
http://msdn.microsoft.com/en-us/subs...#notifications.
| | | | >
| | | | Note: The MSDN Managed Newsgroup support offering is for
| non-urgent
| | | issues
| | | | where an initial response from the community or a Microsoft
| Support
| | | | Engineer within 1 business day is acceptable. Please note
that
| each
| | | follow
| | | | up response may take approximately 2 business days as the
| support
| | | | professional working with you may need further
investigation to
| | reach
| | | the
| | | | most efficient resolution. The offering is not appropriate
for
| | | situations
| | | | that require urgent, real-time or phone-based interactions
or
| | complex
| | | | project analysis and dump analysis issues. Issues of this
| nature
| | are
| | | best
| | | | handled working with a dedicated Microsoft Support Engineer
by
| | | contacting
| | | | Microsoft Customer Support Services (CSS) at
| | | | >
| | | >
| | >
| >
http://support.microsoft.com/select/...tance&ln=en-us.
| | | | ==================================================
| | | | This posting is provided "AS IS" with no warranties, and
| confers no
| | | rights.
| | | | --------------------
| | | | | Thread-Topic: Ajax and IE crash
| | | | | thread-index: AckZ8EAFOcNWv5uxThWwIf0XNe7Frg==
| | | | | X-WBNR-Posting-Host: 207.46.19.168
| | | | | From: =?Utf-8?B?R2VyaGFyZA==?= <Ge*****@community.nospam>
| | | | | Subject: Ajax and IE crash
| | | | | Date: Thu, 18 Sep 2008 17:40:01 -0700
| | | | | Lines: 8
| | | | | Message-ID:
| <B2**********************************@microsoft.co m>
| | | | | MIME-Version: 1.0
| | | | | Content-Type: text/plain;
| | | | | charset="Utf-8"
| | | | | Content-Transfer-Encoding: 7bit
| | | | | X-Newsreader: Microsoft CDO for Windows 2000
| | | | | Content-Class: urn:content-classes:message
| | | | | Importance: normal
| | | | | Priority: normal
| | | | | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
| | | | | Newsgroups: microsoft.public.dotnet.framework.aspnet
| | | | | Path: TK2MSFTNGHUB02.phx.gbl
| | | | | Xref: TK2MSFTNGHUB02.phx.gbl
| | | | microsoft.public.dotnet.framework.aspnet:76356
| | | | | NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
| | | | | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| | | | |
| | | | | I have run into a situation that if a page/tab that uses
the
| Ajax
| | | toolkit
| | | | | (using .net version 3.5) is closed before the Ajax enable
| | controls
| | | | complete
| | | | | loading, then IE locks up. Does it in both IE7 and IE8.
| There
| | is no
| | | | issue
| | | | | when the controls are allowed to complete loading.
| | | | |
| | | | | Can you please tell me the best practice that handles
this?
| | | | |
|

Oct 2 '08 #10
Hi,

Please also help to submit a feedback on the connect:
http://connect.microsoft.com/VisualStudio/Feedback

This will let our development team get noticed and know this issue is
discovered by the customer.

Thanks again,
Allen Chen
Microsoft Online Support
--------------------
| Thread-Topic: Ajax and IE crash
| thread-index: Ackf8RIsghnxcRGjRZKgr2v7ZbKsAQ==
| X-WBNR-Posting-Host: 65.55.21.8
| From: =?Utf-8?B?R2VyaGFyZA==?= <Ge*****@community.nospam>
| References: <B2**********************************@microsoft.co m>
<bJ**************@TK2MSFTNGHUB02.phx.gbl>
<7B**********************************@microsoft.co m>
<PN**************@TK2MSFTNGHUB02.phx.gbl>
<59**********************************@microsoft.co m>
<pW**************@TK2MSFTNGHUB02.phx.gbl>
<75**********************************@microsoft.co m>
<0J**************@TK2MSFTNGHUB02.phx.gbl>
| Subject: RE: Ajax and IE crash
| Date: Fri, 26 Sep 2008 09:01:00 -0700
| Lines: 305
| Message-ID: <31**********************************@microsoft.co m>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| Path: TK2MSFTNGHUB02.phx.gbl
| Xref: TK2MSFTNGHUB02.phx.gbl
microsoft.public.dotnet.framework.aspnet:76808
| NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Thanks for your help. Hopefully, this will get fixed so the extra coding
| will not be needed in the future.
|
| "Allen Chen [MSFT]" wrote:
|
| Hi,
| >
| I've used Network Monitor to track the http traffic. It looks like IE
will
| not send new requests to the same domain when the hang happens. What I
can
| guess so far is, IE somehow doesn't know the connection should be
closed if
| a user manually interrupts the AJAX request by closing the tab. By
default,
| as you may know, IE only allows two subsequent connections to one
domain.
| >
| I've contacted our development team for a confirmation about this
issue.
| They may need some time to come to a final conclusion. I'll follow up
and
| update here.
| >
| As to your workaround, it's really good. Try to use it temporarily and
| let's wait for the conclusion.
| >
| Regards,
| Allen Chen
| Microsoft Online Community Support
| >
| --------------------
| | Thread-Topic: Ajax and IE crash
| | thread-index: AckdkxARCW/igerJRUihe+AxC6QFmA==
| | X-WBNR-Posting-Host: 65.55.10.15
| | From: =?Utf-8?B?R2VyaGFyZA==?= <Ge*****@community.nospam>
| | References: <B2**********************************@microsoft.co m>
| <bJ**************@TK2MSFTNGHUB02.phx.gbl>
| <7B**********************************@microsoft.co m>
| <PN**************@TK2MSFTNGHUB02.phx.gbl>
| <59**********************************@microsoft.co m>
| <pW**************@TK2MSFTNGHUB02.phx.gbl>
| | Subject: RE: Ajax and IE crash
| | Date: Tue, 23 Sep 2008 08:43:02 -0700
| | Lines: 232
| | Message-ID: <75**********************************@microsoft.co m>
| | MIME-Version: 1.0
| | Content-Type: text/plain;
| | charset="Utf-8"
| | Content-Transfer-Encoding: 7bit
| | X-Newsreader: Microsoft CDO for Windows 2000
| | Content-Class: urn:content-classes:message
| | Importance: normal
| | Priority: normal
| | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
| | Newsgroups: microsoft.public.dotnet.framework.aspnet
| | Path: TK2MSFTNGHUB02.phx.gbl
| | Xref: TK2MSFTNGHUB02.phx.gbl
| microsoft.public.dotnet.framework.aspnet:76603
| | NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
| | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| |
| | Thanks. I'm glad you were able to duplicate it, gives me hope it
will be
| | fixed.
| |
| | Note, this is also an issue with Ajax without using the toolbox.
Maybe
| an
| | issue with ScriptManager?
| |
| | The only work around I have come up with is to trap the
| | window.onbeforeunload in javascript and at least give the user the
option
| of
| | keeping the page open, with a warning that strange things may occur
if he
| | doesn't. This involves a lot of extra coding though, so it would be
good
| if
| | it got fixed at the source.
| |
| |
| |
| | "Allen Chen [MSFT]" wrote:
| |
| | Hi
| | >
| | Thank you for your project. I've reproduced this issue on my side.
It
| looks
| | more like an IE issue than an AJAX Toolkit issue. I'm now
investigating
| it
| | and will get back to you if I find the culprit.
| | >
| | Regards,
| | Allen Chen
| | Microsoft Online Support
| | --------------------
| | | Thread-Topic: Ajax and IE crash
| | | thread-index: Ackad3ofCR4eWZp6SIul7j+V8Jziig==
| | | X-WBNR-Posting-Host: 65.55.21.8
| | | From: =?Utf-8?B?R2VyaGFyZA==?= <Ge*****@community.nospam>
| | | References: <B2**********************************@microsoft.co m>
| | <bJ**************@TK2MSFTNGHUB02.phx.gbl>
| | <7B**********************************@microsoft.co m>
| | <PN**************@TK2MSFTNGHUB02.phx.gbl>
| | | Subject: RE: Ajax and IE crash
| | | Date: Fri, 19 Sep 2008 09:48:00 -0700
| | | Lines: 158
| | | Message-ID: <59**********************************@microsoft.co m>
| | | MIME-Version: 1.0
| | | Content-Type: text/plain;
| | | charset="Utf-8"
| | | Content-Transfer-Encoding: 7bit
| | | X-Newsreader: Microsoft CDO for Windows 2000
| | | Content-Class: urn:content-classes:message
| | | Importance: normal
| | | Priority: normal
| | | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
| | | Newsgroups: microsoft.public.dotnet.framework.aspnet
| | | Path: TK2MSFTNGHUB02.phx.gbl
| | | Xref: TK2MSFTNGHUB02.phx.gbl
| | microsoft.public.dotnet.framework.aspnet:76406
| | | NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
| | | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| | |
| | | Here is a link to a project that duplicates the issue:
| | | http://www.criminonwus.org/IECrashTest.zip
| | |
| | | If you click on the link on the default page, it opens a new
| window/tab.
| | If
| | | you close that window/tab before the drop down lists populate and
| then
| | click
| | | on the link on the default page again, it hangs up (sometimes you
| have to
| | do
| | | this a couple of time). If you try to refresh the default page,
it
| also
| | | hangs up.
| | |
| | | Seems like it shouldn't do this. Any ideas of how to get around
this?
| | |
| | | Thanks.
| | |
| | | "Allen Chen [MSFT]" wrote:
| | |
| | | Hi
| | | I tested this page:
| | | >
| | | >
| | >
| >
http://www.asp.net/ajax/ajaxcontrolt...opDown/Cascadi
| | | ngDropDown.aspx
| | | It seems fine. Can you repro this behavior with that page?
| | | >
| | | I look forward to your demo project and will test on it.
| | | >
| | | Regards,
| | | Allen Chen
| | | Microsoft Online Support
| | | >
| | | --------------------
| | | | Thread-Topic: Ajax and IE crash
| | | | thread-index: AckaDd1yVQMXiQ6dTHC8+cAlR/PzeQ==
| | | | X-WBNR-Posting-Host: 65.55.21.8
| | | | From: =?Utf-8?B?R2VyaGFyZA==?= <Ge*****@community.nospam>
| | | | References:
<B2**********************************@microsoft.co m>
| | | <bJ**************@TK2MSFTNGHUB02.phx.gbl>
| | | | Subject: RE: Ajax and IE crash
| | | | Date: Thu, 18 Sep 2008 21:12:00 -0700
| | | | Lines: 83
| | | | Message-ID:
<7B**********************************@microsoft.co m>
| | | | MIME-Version: 1.0
| | | | Content-Type: text/plain;
| | | | charset="Utf-8"
| | | | Content-Transfer-Encoding: 7bit
| | | | X-Newsreader: Microsoft CDO for Windows 2000
| | | | Content-Class: urn:content-classes:message
| | | | Importance: normal
| | | | Priority: normal
| | | | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
| | | | Newsgroups: microsoft.public.dotnet.framework.aspnet
| | | | Path: TK2MSFTNGHUB02.phx.gbl
| | | | Xref: TK2MSFTNGHUB02.phx.gbl
| | | microsoft.public.dotnet.framework.aspnet:76363
| | | | NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
| | | | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| | | |
| | | | Thanks. It only happens when the window/tab is closed before
the
| | Ajax
| | | driven
| | | | controls finish loading. Would take some time to make a
project
| that
| | | | duplicates it, separate from my current one (and I am afraid
I
| have
| | to
| | | keep
| | | | that password protected due to sensitive data).
| | | |
| | | | I am loading 11 drop down lists using the toolkit's Cascading
| Drop
| | Down.
| | | If
| | | | these have not finished loading and the tab is closed, then
IE
| hangs
| | up.
| | | |
| | | | Any ideas?
| | | |
| | | | "Allen Chen [MSFT]" wrote:
| | | |
| | | | Hi,
| | | | >
| | | | Do you mean if AJAX toolkit is used, sometimes when you
close
| the
| | | browser
| | | | the browser will hang? Could you send me a demo project
that
| can
| | | reproduce
| | | | this problem? My email is v-******@microsoft.com.
| | | | >
| | | | Regards,
| | | | Allen Chen
| | | | Microsoft Online Support
| | | | >
| | | | Delighting our customers is our #1 priority. We welcome
your
| | comments
| | | and
| | | | suggestions about how we can improve the support we provide
to
| you.
| | | Please
| | | | feel free to let my manager know what you think of the
level of
| | service
| | | | provided. You can send feedback directly to my manager at:
| | | | ms****@microsoft.com.
| | | | >
| | | | ==================================================
| | | | Get notification to my posts through email? Please refer to
| | | | >
| | | >
| | >
| >
http://msdn.microsoft.com/en-us/subs...#notifications.
| | | | >
| | | | Note: The MSDN Managed Newsgroup support offering is for
| non-urgent
| | | issues
| | | | where an initial response from the community or a Microsoft
| Support
| | | | Engineer within 1 business day is acceptable. Please note
that
| each
| | | follow
| | | | up response may take approximately 2 business days as the
| support
| | | | professional working with you may need further
investigation to
| | reach
| | | the
| | | | most efficient resolution. The offering is not appropriate
for
| | | situations
| | | | that require urgent, real-time or phone-based interactions
or
| | complex
| | | | project analysis and dump analysis issues. Issues of this
| nature
| | are
| | | best
| | | | handled working with a dedicated Microsoft Support Engineer
by
| | | contacting
| | | | Microsoft Customer Support Services (CSS) at
| | | | >
| | | >
| | >
| >
http://support.microsoft.com/select/...tance&ln=en-us.
| | | | ==================================================
| | | | This posting is provided "AS IS" with no warranties, and
| confers no
| | | rights.
| | | | --------------------
| | | | | Thread-Topic: Ajax and IE crash
| | | | | thread-index: AckZ8EAFOcNWv5uxThWwIf0XNe7Frg==
| | | | | X-WBNR-Posting-Host: 207.46.19.168
| | | | | From: =?Utf-8?B?R2VyaGFyZA==?= <Ge*****@community.nospam>
| | | | | Subject: Ajax and IE crash
| | | | | Date: Thu, 18 Sep 2008 17:40:01 -0700
| | | | | Lines: 8
| | | | | Message-ID:
| <B2**********************************@microsoft.co m>
| | | | | MIME-Version: 1.0
| | | | | Content-Type: text/plain;
| | | | | charset="Utf-8"
| | | | | Content-Transfer-Encoding: 7bit
| | | | | X-Newsreader: Microsoft CDO for Windows 2000
| | | | | Content-Class: urn:content-classes:message
| | | | | Importance: normal
| | | | | Priority: normal
| | | | | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
| | | | | Newsgroups: microsoft.public.dotnet.framework.aspnet
| | | | | Path: TK2MSFTNGHUB02.phx.gbl
| | | | | Xref: TK2MSFTNGHUB02.phx.gbl
| | | | microsoft.public.dotnet.framework.aspnet:76356
| | | | | NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
| | | | | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| | | | |
| | | | | I have run into a situation that if a page/tab that uses
the
| Ajax
| | | toolkit
| | | | | (using .net version 3.5) is closed before the Ajax enable
| | controls
| | | | complete
| | | | | loading, then IE locks up. Does it in both IE7 and IE8.
| There
| | is no
| | | | issue
| | | | | when the controls are allowed to complete loading.
| | | | |
| | | | | Can you please tell me the best practice that handles
this?
| | | | |
|

Oct 6 '08 #11
Hi,

I am facing a similar issue with IE7 crashing when a user closes the browser window before the AJAX request is complete.

Just wanted to know if there were any updates on this?

Thanks
Imani
Nov 19 '08 #12

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: bobzimuta | last post by:
I'm creating a simple AJAX library. It's an object that will return an array containing the response text or xml. I'm trying to find a way to assign the response as a property of the object, but...
2
by: angelinaf | last post by:
working on IE version 6.0.2900.2149; SP2 . while fetching DHML through AJAX , IE crashes if the DHTML returned is huge. Is there any way to avoid this? on other versions of IE ; this works fine. ...
4
by: jason.m.ho | last post by:
Hello, I am writing a no-plugin networked Sketchpad program (DHTML, Comet/Ajax). Because I am trying to avoid using Flash or Java Applet, I rendered my strokes at first with the wz_jsgraphics...
1
by: www.web20developers.com | last post by:
http://www.web20developers.com http://www.web20developers.com/index.php?option=com_content&task=view... Ajallerix : AJAX, simple, fast Web image gallery demo ; at Novell AJAX -...
2
by: =?Utf-8?B?QWxoYW1icmEgRWlkb3MgS2lxdWVuZXQ=?= | last post by:
I see a lot of posts claiming that you can use AJAX or Javascript to run some kind of "heartbeat" " server polling" that tells the server that the page is still open. I need to know how exactly to...
4
by: newbie | last post by:
hi all, what i am trying to do is fetching results from mysql through a php script using ajax and showing them in paginated manner on the browser. I am getting a json response. Currently i am...
2
by: boyindie86 | last post by:
Hi I have looked endlessly for a solution to my problem but I have found no solutions I have a problem where I am using ajax to basically pull values of words out a text file stored on a server...
1
by: kidalex | last post by:
So, I have a summary page of some stuff that gets updated through AJAX calls back to the server every 15 seconds or so. However, if you leave that page up for a few hours - it'll slow down the...
9
Claus Mygind
by: Claus Mygind | last post by:
I am having trouble escaping the & in a JSON.stringfy() ajax call. I don't even know if I am stating the problem correctly here. In my app I have linked json2.js from http://www.JSON.org/json2.js...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.