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=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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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 [EMAIL PROTECTED] 2006-04-29 23:45 ------- +*** Bug 77912 has been marked as a duplicate of this bug. *** + +------- Additional Comments From [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 2006-10-04 18:50 ------- + + +*** This bug has been marked as a duplicate of 78565 *** + +------- Additional Comments From [EMAIL PROTECTED] 2006-10-04 18:52 ------- +Sorry about the wrong state change! + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
