[Mono-bugs] [Bug 376966] New: intermittent failures with inline-XAML
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Apr 3 17:12:59 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=376966
Summary: intermittent failures with inline-XAML
Product: Moonlight
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: plugin
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: miguel at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Created an attachment (id=206158)
--> (https://bugzilla.novell.com/attachment.cgi?id=206158)
Sample file with inline XAML that fails.
The following sample fails intermittently if we instantiate Silverlight from an
inline XAML and if the file is on the local file system, tends to work as a
remote file.
It also seems to fail if AdBlock Plus is enabled (again, only locally).
There are some hacks in our own tests that work around this by using timeouts,
this only happens with inline XAML.
The problem tends to be that we get an incompletely initialized component, so
after doing the:
var control = document.getElementById ("mycontrol");
var content = control.content;
content is null.
--
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