[Webkit-unassigned] [Bug 16972] New: in textarea ctrl+enter produces keypress event with keyCode=10, not 13

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 22 02:46:47 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16972

           Summary: in textarea ctrl+enter produces keypress event with
                    keyCode=10, not 13
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: PC
        OS/Version: Windows Server 2003
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: me at arty.name


I assign keypress listener to textarea. When I press Ctrl+Enter, this listener
receives event parameter with keyCode value equal to 10. But when I press just
Enter, keyCode is equal to 13. It is also 13 for Ctrl+Enter in other major
browsers. 

This is true for Safari 3.0.4 and WebKit r29711


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list