http://bugs.winehq.org/show_bug.cgi?id=26543
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com 2011-03-24 10:40:27 CDT --- (In reply to comment #0)
After selecting date in monthcal control by pressing button second press doesn't create calendar window. After third press application exits with Segmentation fault.
I'm not sure I understand. There's no need to press a button anything to create calendar window, when Monthcal control is created it already at least one calendar.
So user cannon change date using calendar. Changing date in textbox works.
Monthcal has only one textbox - updown to change a year, do you mean it?
Now I'll try to decipher this. I think you're talking about Datetime control that create Monthcal internally, right? If the problem is that Datetime doesn't create Monthcal window each time dropdown is pressed, but use always the same window - this is covered by test already (see test_dtm_get_monthcal ).
So what's a problem exactly?