Sunday, March 11, 2012

Getting nasty IE crash with Atlas EnablePartialRendering

I experience exactly the same problem. Unfortunately the behaviour is inconsistent, and I don't have enough statistics to figure out if it happens ony on specific machine and may caused by third-party tools (I use MS IE Developer toolbar and BlazingTools InstantSource)
Hi,

I wasn't unable to reproduce this issue. However if you come up with a repro, please post it in theunofficial bug list thread.

Since they just released the July CTP drop of Atlas, I will d/l it and check it out, and post if I still see it here...

Hopefully it'll just go awayWink


Well the new drop didn't make it go away.

I suspect its actually an IE JavaScript engine bug... The error seems to appear when the control hierarchy is somewhat deep...

For instance, I can consistently get an error on a link button here:

<Page>
<UpdatePanel>
<UserControl>
<IEWebControls:MultiPage>
<IEWebControls:PageView>(the 3rd of 3)
<UserControl>
<GridView>
<LinkButton>

I also suspect its got something to do with the IEWebControls multipage/pageviews... When running outside of it, things seem to work better.

Perhaps the answer is the Ensoft Atlas-based Multipage/PageView controls?


I have an issue with ATLAS crashing i.e. as well. I have tested the same script in firefox and works fine.

Basically I have a few update panels in a wizard control. I have two on one step and I have added a third on a second step. I am having a lot of trouble getting another update panel working on more than one step of a wizard control.

Before enabling 'conditional' on the updatepanel I was getting JS errors. Upon enabling this, i.e. simply crashes.


Further to this, I have just testing my script outside of a wizard control. It is still crashing, so it looks like we can rule the wizard control out as a contributor.

No comments:

Post a Comment