[Mono-bugs] [Bug 351583] Photo Carousel - flickr search does nothing
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Jun 6 11:21:13 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#c6
Sebastien Pouliot <spouliot at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #6 from Sebastien Pouliot <spouliot at novell.com> 2008-06-06 09:21:13 MDT ---
The application would work perfectly well under FF3 (background and pictures)
if it's own detection logic was correct.
10 var ua = window.navigator.userAgent;
11 if (ua.indexOf('Windows NT') >= 0) {
12 window.__sl.os = 'Windows';
13 }
14 else if (ua.indexOf('PPC Mac OS X') >= 0) {
15 window.__sl.os = 'MacPPC';
16 }
17 else if (ua.indexOf('Intel Mac OS X') >= 0) {
18 window.__sl.os = 'MacIntel';
19 }
since it's not then the sample can't work.
Closing as INVALID since this is an application problem(s).
note: I left a comment on his blog entry[1] to ask him to fix the userAgent and
the very-long-loop-for-maximum-version.
[1] http://www.nikhilk.net/SilverlightCarousel3.aspx
--
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