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

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Mar 31 05:42:43 EDT 2009


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


           Summary: KeyPress wrong key received (as result remove text
                    instead of select)
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.0.x
          Platform: All
        OS/Version: Mac
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: bruiz at codicesoftware.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.4)
Gecko/2008102920 Firefox/3.0.4

Using a textbox multiline, use shift up to select, and the text is replaced by
'/' char instead of selected. The problem it's that the keypress event received
the char '/' as key in a wrong way.

On KeyUp and KeyDown event the keys shift and up are received but in keypress
the key '/' it's received.


Reproducible: Always

Steps to Reproduce:
1.Use the test case
2.Click on textbox
3.Go to end (down key)
4.Select using shift+up
Actual Results:  
The text is replaced by /, on keypress the char '/' it's received

Expected Results:  
The text is selected, the key '/' it's not received on keypress

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