[Mono-bugs] [Bug 343969] DateTimePicker: month selection menu not activated

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Dec 15 17:44:48 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=343969

User luke.a.page at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=343969#c1


Luke Page <luke.a.page at gmail.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |luke.a.page at gmail.com
             Status|NEW                                             |RESOLVED
         Resolution|                                                |DUPLICATE




--- Comment #1 from Luke Page <luke.a.page at gmail.com>  2007-12-15 15:44:47 MST ---
Clicking on the month creates a new context menu in the MonthCalendar control,
which is set as its parent. When MonthCalendar is created by DateTimePicker it
does not set its parent as DateTimePicker and hence there is no way that the
context menu can find the parent form. Even if MonthCalendar set its parent as
the DateTimePicker, the DateTimePicker does not have an override to specify a
parent.

The problem occurs because of bug 338511 - the context menu tries to find the
parent form and raises a Null Exception message. 

*** This bug has been marked as a duplicate of bug 338511 ***

https://bugzilla.novell.com/show_bug.cgi?id=338511

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list