[Mono-bugs] [Bug 351583] Photo Carousel - flickr search does nothing

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Jun 6 10:00:05 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#c3





--- Comment #3 from Sebastien Pouliot <spouliot at novell.com>  2008-06-06 08:00:05 MDT ---
this._carousel is null because Moonlight never called
_onLoaded: function PhotoViewer_PhotoViewerScriptlet$_onLoaded(control,
context)
which creates the object

Silverlight calls this:
* PhotoViewer_PhotoViewerScriptlet$_onLoaded(function(),
undefined)PhotoViewer.debug... (line 414)
* delegate()sscorlib.debug.js (line 1482)
* (?)()

the last (?) line comes from ssagctrl.debug.js:

233 // Silverlight doesn't report things like size information
234 // correctly during the load event. Delaying this just a bit
235 // using window.setTimeout allows Silverlight to compute
236 // the right information...
237 window.setTimeout(function() { loadCallback(parentElement.childNodes[0],
context); }, 0);

so it looks like a workaround a Silverlight problem :|


-- 
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