[Mono-bugs] [Bug 682101] New: Ambience is not supported in XAML
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Mar 23 17:46:14 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=682101
https://bugzilla.novell.com/show_bug.cgi?id=682101#c0
Summary: Ambience is not supported in XAML
Classification: Mono
Product: Mono: Class Libraries
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Sys.XML
AssignedTo: atsushi at ximian.com
ReportedBy: stevens+novell at ischyrus.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
Created an attachment (id=421015)
--> (http://bugzilla.novell.com/attachment.cgi?id=421015)
Example of issue
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US)
AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16
During XAML loading there is a notion of ambience, and there is a provider made
accessible in a extension that allows access to the current schema context. In
essence this is a way that an extension can get access to the object currently
being deserialized.
It looks like mono does not provide the IAmbientProvider as expected.
Attached is a repro that works on .NET but not mono.
Reproducible: Always
Steps to Reproduce:
Run the repro and notice in the MarkupExtension that an AmbienceProvider is not
made available.
Actual Results:
IAmbientProvider is not supplied.
Expected Results:
IAmbientProvider is supplied, thus supporting AmbientAttribute.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list