http://bugzilla.novell.com/show_bug.cgi?id=623071

http://bugzilla.novell.com/show_bug.cgi?id=623071#c1


Thomas Goldstein <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Thomas Goldstein <[email protected]> 2010-07-16 20:33:35 UTC ---
.. Mono 1.2.0? Mac OS X 10.2? This is all old as hell, I'm confused. Support
for 10.4 has been dropped recently. Is this a mistake?

Anyway, I couldn't reproduce the bug on Windows, with Mono trunk.
Doing:

            TreeNode node1 = this.treeView1.Nodes.Add("First node");
            TreeNode node2 = this.treeView1.Nodes.Add("Second node");
            node2.Nodes.Add("Third node");

            this.treeView1.Nodes.Remove(node1);
            this.treeView1.Nodes.Remove(node2);


No node was visible, everything was removed successfully.

-- 
Configure bugmail: http://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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to