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=80901 --- shadow/80901 2007-02-23 12:30:19.000000000 -0500 +++ shadow/80901.tmp.29473 2007-02-25 21:31:11.000000000 -0500 @@ -1,13 +1,13 @@ Bug#: 80901 Product: Mono: Class Libraries Version: 1.2 OS: Windows XP OS Details: -Status: RESOLVED -Resolution: FIXED +Status: REOPENED +Resolution: Severity: Unknown Priority: Cosmetic Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -71,6 +71,17 @@ ThemeWin32Classic.DrawMenuItem. ------- Additional Comments From [EMAIL PROTECTED] 2007-02-23 12:30 ------- The problem is that Draw event in MainMenu dont take care about MenuOrigin then it fails for non X11 system (Win32 cound title bar in window area). Now it is fixed in SVN r73370. + +------- Additional Comments From [EMAIL PROTECTED] 2007-02-25 21:31 ------- +I think I understand now how it's supposed to work. The menu that +currently under the mouse cursor is drawn with a 3D border, which is +sunken if the submenu is visible and raised if it's not. If that is +the case, it is not working. On Windows the first time I move the +cursor over a menu, its border is drawn raised. Then I move the +cursor away (from the entire menu bar) and over the menu again +(without clicking). Now it's sunken. If I move the cursor over +another menu (without leaving the menu area) and then back on the +same menu, the border is raised. Seems inconsistent to me. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
