https://bugzilla.novell.com/show_bug.cgi?id=351583

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=351583#c3





--- Comment #3 from Sebastien Pouliot <[EMAIL PROTECTED]>  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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to