https://bugzilla.novell.com/show_bug.cgi?id=351583
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=351583#c4 --- Comment #4 from Sebastien Pouliot <[EMAIL PROTECTED]> 2008-06-06 08:26:03 MDT --- previous to last comment, under Moonlight, isSilverlightSupported returns false 169 function createSilverlight(params, loadCallback, errorCallback, context) { 170 if (!isSilverlightSupported()) { 171 return null; 172 } so we never reach the code to sets everything. Sadly simply changing isSilverlightSupported to return true only gets us the "Get Silverlight" bitmap :| since the application has it's own logic to detect Silverlight :( -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
