[Mono-bugs] [Bug 421734] PropertyGrid: Does not allow two properties with the same name , but .NET does

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Sep 1 06:05:53 EDT 2008


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

User contact at i-nz.net added comment
https://bugzilla.novell.com/show_bug.cgi?id=421734#c2





--- Comment #2 from Ivan Zlatev <contact at i-nz.net>  2008-09-01 04:05:53 MDT ---
As Andy said it won't throw exceptions with post 1.9.x mono (either mono 2.0
pre-release) or SVN HEAD. This is what bug 394317 uncovered.

Still the behavior with multiple properties with the same name both on MSNET
and us is undefined and undocumented. I believe MSNET will try to set the value
of both properties when you set only one and we will just populate the
propertygrid with the same property twice. This is because we and probably ms
too rely on the property name as a key on various places.

I will look into enumerating over the PropertyDescriptorCollection instead of
using the indexer property during our propertygrid population, which would
fully fix. This will happen in bug 421879, which I have just filed with this
issue.


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