Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=82680 --- shadow/82680 2007-09-06 12:08:15.000000000 -0400 +++ shadow/82680.tmp.6849 2007-09-06 12:09:18.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 82680 Product: Mono: Class Libraries Version: 1.2 OS: unknown OS Details: -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Minor Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -31,6 +31,16 @@ This is obviously wrong, and thus it doesn't really need saying that this behaviour is different from MSFT: it displays the menu wherever clicked. Also on MSFT, if a individual node also has a menu set then clicking on the node shows that menu in preference. + +------- Additional Comments From [EMAIL PROTECTED] 2007-09-06 12:09 ------- +Fixed in r85424. If we found a node under the click and it didn't +have a contextmenu, we were dropping the message. Thanks for the report! + +2007-09-06 Jonathan Pobst <[EMAIL PROTECTED]> + + * TreeView.cs: If we found a TreeNode to display a context menu, but + it doesn't have one to show, let the TreeView display its menu + instead. [Fixes bug #82680] _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
