[Mono-bugs] [Bug 490618] KeyPress wrong key received (as result remove text instead of select)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Apr 3 10:29:25 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=490618

User calberto.cortez at gmail.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=490618#c1


Carlos Alberto Cortez <calberto.cortez at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |calberto.cortez at gmail.com




--- Comment #1 from Carlos Alberto Cortez <calberto.cortez at gmail.com>  2009-04-03 08:29:24 MDT ---
I'm using this sample, since you didn't provide a test case:

using System;
using System.Drawing;
using System.Windows.Forms;

public class Test
{
    static void Main ()
    {
        TextBox tb = new TextBox ();
        tb.Multiline = true;
        tb.Dock = DockStyle.Fill;

        Form f = new Form ();
        f.Controls.Add (tb);

        Application.Run (f);
    }
}

But I can't reproduce, so probably I'm missing something.

-- 
Configure bugmail: http://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