Hi,
The new crash prevention feature isn't compatible with the XamWebHtmlViewer.
- Go to your samples for 9.2: http://labs.infragistics.com/silverlight/lobsamples/2009.2/
- Go to the html viewer sample
- Click on the "navigation and custom html" sample
- Click on the "launch" button
- BLAM! plugin crash
I tried another HTML viewer component and it's the same.
It seems that there's a System.AccessViolationException being raised when the control listens for a DOM event and raises it again on the Silverlight side (the DocumentLoaded event for your component and the SizeChanged for another one I tested).
I've just noticed that going to the current HtmlViewer sample with Chrome and resizing the window makes it crash as well.
I guess the implementation of the HTML viewer is very browser-dependant.
Can I hope to get a fix for that? It's been quite a while since I reported the issue and I don't see any progress on a solution.
Could you move the bug report to the account I'm writing under? I used my developer account to report the bug and my boss has the account with the support subscription.
I only realised my mistake today.
Cheers.
Hello,
We were able to reproduce this issue. I am going to log this in our system so that you can be notified when tihs is resolve.
I changed my solution to use SL4 and the v10.2 and I when I was done I experienced the crash with it as well :(
The LOB sample (http://labs.infragistics.com/silverlight/lobsamples/2010.2/#/Samples/HTMLViewer/Scenarios/Wikipedia) crashes as well.
Steps:
- Have a FF window with tabs and stuff
- Create a new window
- Go to http://labs.infragistics.com/silverlight/lobsamples/2010.2/#/Samples/HTMLViewer/Scenarios/Wikipedia
- Resize the browser window like a maniac
- Hit reload
- BANG!
Still the same configuration on XP and Win7.
Thanks.