[Mono-bugs] [Bug 623071] TreeView leaf node is unable to be removed with the Nodes.Remove() method on Mac OS X

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Jul 16 16:33:36 EDT 2010


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

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


Thomas Goldstein <stifu at free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stifu at free.fr

--- Comment #1 from Thomas Goldstein <stifu at free.fr> 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.


More information about the mono-bugs mailing list