[Mono-bugs] [Bug 78190][Nor] Changed - PropertyGrid boolean popup bug.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Oct 4 18:52:44 EDT 2006


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 robertj at gmx.net.

http://bugzilla.ximian.com/show_bug.cgi?id=78190

--- shadow/78190	2006-10-04 18:50:35.000000000 -0400
+++ shadow/78190.tmp.17766	2006-10-04 18:52:44.000000000 -0400
@@ -0,0 +1,85 @@
+Bug#: 78190
+Product: Mono: Class Libraries
+Version: 1.1
+OS: unknown
+OS Details: 
+Status: REOPENED   
+Resolution: 
+Severity: Unknown
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: miguel at ximian.com               
+QAContact: toshok at ximian.com
+TargetMilestone: 1_2
+URL: 
+Cc: 
+Summary: PropertyGrid boolean popup bug.
+
+Run the sample:
+
+mono winforms/propertygrid/swf-propertygrid.exe
+
+There is a line that says:
+
+"Accepts            False"
+
+Click on the row, a drop-down button appears.
+
+Click on the drop-down button.
+
+There are a number of problems:
+
+* Notice how the window appears somewhere, but not under the current
+property being edited.
+
+* There is no "grab", so I can actually click on other parts of the
+property grid and the popup remains on the screen.
+
+* Clicking on the "drop down" button does not hide the popup window, it
+keeps it there.  It should toggle between shown/hidden.
+
+* If you select a value (true or false), neither value is selected, the
+value will remain always as false.
+
+------- Additional Comments From jonathan.chambers at ansys.com  2006-04-29 23:45 -------
+*** Bug 77912 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From atsushi at ximian.com  2006-05-19 10:46 -------
+Created an attachment (id=17059)
+proposed fix for "Clicking on the "drop down" button does not hide the popup window" problem
+
+
+------- Additional Comments From atsushi at ximian.com  2006-05-19 10:47 -------
+> * If you select a value (true or false), neither value is selected,
+the value will remain always as false.
+
+This does not seem to happen anymore.
+
+------- Additional Comments From jonathan.chambers at ansys.com  2006-07-20 00:34 -------
+I think this is all fixed now except for the window showing up in the
+incorrect place on Linux (works on windows).
+
+------- Additional Comments From jonathan.chambers at ansys.com  2006-07-31 23:55 -------
+These two problems are what is left:
+
+* There is no "grab", so I can actually click on other parts of the
+property grid and the popup remains on the screen.
+
+* Clicking on the "drop down" button does not hide the popup window, it
+keeps it there.  It should toggle between shown/hidden.
+
+------- Additional Comments From toshok at ximian.com  2006-09-27 20:12 -------
+i've committed the fix for the dropdown button toggling the presence
+of the dropdown form.  Similar in spirit to atsushi's, but not
+identical, owing to my removal of dropdown_form_showing (we can just
+use dropdown_form.Visible for that.)
+
+------- Additional Comments From robertj at gmx.net  2006-10-04 18:50 -------
+
+
+*** This bug has been marked as a duplicate of 78565 ***
+
+------- Additional Comments From robertj at gmx.net  2006-10-04 18:52 -------
+Sorry about the wrong state change!
+


More information about the mono-bugs mailing list