Share via


Update on Silverlight and Opera

After my previous post, I had a few folks email me to look at some of their sites that don’t run correctly in Opera even after the below fix. After more investigation and trolling through our bug database to extract all known Silverlight and Opera issues, there are 3 issues folks should be aware of related to Silverlight and Opera:

 

1. The MS AJAX issue described in my previous post.

2. Silverlight does not work in Opera when using windowless mode (<param name="windowless" value="true" />). This will show a blank page with the Opera status area saying “Click to activate and use this control”. This is being investigated by the Silverlight team and has also been reported to the Opera development team. The only work-around is to not use windowless mode.

3. The Silverlight TextBox cannot receive focus (and therefore you cannot select/change text in the TextBox). There is no current workaround to this issue.

Comments

  • Anonymous
    December 22, 2008
    PingBack from http://www.codedstyle.com/update-on-silverlight-and-opera/

  • Anonymous
    December 22, 2008
    You might also mention that Windowless mode in Chrome is also broken.

  • Anonymous
    December 23, 2008
    Google fixed a bug in their V1 release that now enables Silverlight in windowless mode.  There is an issue with background color in windowless mode on Chrome that we are still looking at.

  • Anonymous
    December 23, 2008
    &#160; Joe Stegman, group program manager из команды Silverlight, достаточно известен пониманием ситуации

  • Anonymous
    December 25, 2008
    In this issue: Damon Payne, Bryant Likes, Expression Blend and Design BLog, Jesse Liberty, and Kevin

  • Anonymous
    January 11, 2009
    Hi, When I try to change a height property of div element for Sl app at Opera there are exception. When I make it at Loaded handler all ok, when at other handlers(SizeChanged for example) and methods (ArrangeOverride) then I've got an error. Can you help me? Thanks.