Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
510
Silverlight crash with Firefox 3.6.4 and xamHtmlViewer
posted

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:

"

What’s New in Firefox 3.6.4

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:

  • Launch a sivlerlight app with above code in Firefox version 2.6.4
  • Reduce the size of browser window so that xamHtmlViewer is not totally visible

Screenshots:

 

Regards,