[Webkit-unassigned] [Bug 45014] New: Number Pad Enter Key Returns Char Code 0 Instead of 13

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 31 18:43:09 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=45014

           Summary: Number Pad Enter Key Returns Char Code 0 Instead of 13
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jarred.nicholls at gmail.com


There is a missing case statement in the PlatformKeyboardEventQt.cpp file to handle the Enter button on the number pad.  Because it is not handled, the char code returned in a javascript event is 0 rather than 13.  Attached is an svn diff patch I'd like to submit.

Thanks,
Jarred

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



More information about the webkit-unassigned mailing list