[Mono-bugs] [Bug 425425] New: MessageBox: Shortcut keys ignored
    bugzilla_noreply at novell.com 
    bugzilla_noreply at novell.com
       
    Thu Sep 11 06:03:40 EDT 2008
    
    
  
https://bugzilla.novell.com/show_bug.cgi?id=425425
           Summary: MessageBox: Shortcut keys ignored
           Product: Mono: Class Libraries
           Version: SVN
          Platform: x86
        OS/Version: Windows Vista
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: kobruleht2 at hot.ee
         QAContact: mono-bugs at lists.ximian.com
          Found By: Community of Practice
To reproduce, run code press N key
Observed:
N key is ignored
Expected: 
Applicaton shoult exit
Code:
using System.Windows.Forms;
class Test
{
    static void Main()
    {
        MessageBox.Show("", "", MessageBoxButtons.YesNo);
    }
}
-- 
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