[Mono-bugs] [Bug 343966] DateTimePicker: cannot deactivate dropdown without selecting date

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Nov 26 05:27:59 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=343966#c1





--- Comment #1 from andrus moor <kobruleht2 at hot.ee>  2007-11-26 03:27:59 MST ---
Code to reproduce:

using System;
using System.Windows.Forms;

public class Test
{
    static void Main()
    {
        Application.Run(new Form1());
    }
}

class Form1 : Form
{
    public Form1()
    {
        Controls.Add(new DateTimePicker());
    }
}


-- 
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