[Mono-bugs] [Bug 346154] New: LinkCollection: Collection of links must be stored in LinkLabel

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Dec 5 06:44:21 EST 2007


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


           Summary: LinkCollection: Collection of links must be stored in
                    LinkLabel
           Product: Mono: Class Libraries
           Version: 1.2.6
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at ximian.com
        ReportedBy: gert.driesen at pandora.be
         QAContact: mono-bugs at ximian.com
          Found By: ---


The collection of links in a LinkCollection is tied to the LinkLabel, and as
such must be stored in the LinkLabel instances.

With this, different instances of LinkCollection with the same owner should
always have the same items.

Currently, we store the list of links in the LinkCollection instance.

I'll add a few unit tests to LinkLabelTest.cs that fail because of this, and
mark them NotWorking.


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