[Mono-bugs] [Bug 351583] Photo Carousel - flickr search does nothing
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Jun 6 10:26:04 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=351583
User spouliot at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=351583#c4
--- Comment #4 from Sebastien Pouliot <spouliot at novell.com> 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.
More information about the mono-bugs
mailing list