Hello,
After today's update of firefox, I've got crashes with an application using xamHtmlViewer running in firefox 3.6.4 (I'v had no problem before)
This version of firefox implement some changes for Silverlight:
"
Firefox 3.6.4 provides uninterrupted browsing for Windows and Linux users when there is a crash in the Adobe Flash, Apple Quicktime or Microsoft Silverlight plugins.
If a plugin crashes or freezes, it will not affect the rest of Firefox. You will be able to reload the page to restart the plugin and try again.
Here is a simple Xaml causing the crash:
<Grid x:Name="LayoutRoot" Background="White"> <ig:XamHtmlViewer HorizontalAlignment="Left" Margin="38,36,0,0" Name="xamHtmlViewer1" VerticalAlignment="Top" SourceUri="http://www.google.fr" Width="268" Height="217" /> </Grid>
How to reproduce:
Screenshots:
Regards,
Hello Julien,
I am just checking to see if you overcame this and if you require any further assistance on the matter.
Looking forward to your response.
Sincerely,
Petar Monov
Developer Support Engineer
Infragistics Bulgaria
www.infragistics.com/support
Hello Petar,
I've still the same problem on my computer, but I tested on another colleague with a fresh firefox install and it just works.
Do you have ideas on how to find out what is causing the crash?
I've tried diabling firefox plugins other than silverlight, but is still crash with firefox version (3.6.6 now)
Julien Benoit
Hi Julien,
I could try and investigate it for you just tell me if this happens only when you use our product or in other Silverlight applications as well. If so I am going to need your environment specifications like OS, OS bits, Visual Studio, Silverlight specific version and our product’s specific version in order to be able to replicate the exact same scenario as you.
Kind regards Petar.
Well I think it's a similar bug, but it also happens when I have only one tab openend.
Like you, I've not been able to reproduce it and it seems specific to my machine/firefox.
regards,
Hi,
I'm just curious to know if you're experiencing the exact same issue that I reported there http://community.infragistics.com/forums/t/43580.aspx
Does the crash happen when there are tabs in FF?
I'm still waiting for a solution though they've got issues reproducing the crash while I can get it to crash everytime. I'm wondering if they're really following all the steps or if my machine is "special" :(
I had to create and fully equip a virtual machine working on Windows 7 x86 in order to get the same environment as you and event then had no trouble running my project. It really looks like there is something wrong in your machine.
Please let me know if you have any other advices or getting the behavior you described.
Thanks for your help!
First I can reproduce it with any silverlight application using xamHtmlViewer.
Here is a demo application:
http://olorin.dinauz.org/HtmlViewer/
and source code
http://olorin.dinauz.org/HtmlViewer/DemoHtmlViewer.zip
As you will see it's a minimal application which result in the crash : steps to reproduce are described above.
Other information :
Do not hesitate to ask if you need any other information.
Julien benoit