https://bugzilla.novell.com/show_bug.cgi?id=682102
https://bugzilla.novell.com/show_bug.cgi?id=682102#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: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Created an attachment (id=421016) --> (http://bugzilla.novell.com/attachment.cgi?id=421016) 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
