[Mono-bugs] [Bug 82680][Min] Changed - TreeView/FolderBrowserDialog: ContextMenu only opens on click *below* tree

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Sep 6 12:09:18 EDT 2007


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 monkey at jpobst.com.

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: monkey at jpobst.com                            
 ReportedBy: andyhume32 at yahoo.co.uk               
 QAContact: mono-bugs at ximian.com
@@ -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 monkey at jpobst.com  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  <monkey at jpobst.com>
+
+	* 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]


More information about the mono-bugs mailing list