[Webkit-unassigned] [Bug 34767] New: Emacs shortcuts (eg Ctrl+A) don't fire keypress events not fired inside contentEditable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 9 11:26:46 PST 2010


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

           Summary: Emacs shortcuts (eg Ctrl+A) don't fire keypress events
                    not fired inside contentEditable
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jeffharris at google.com


Repro:
1) Visit this page: http://unixpapa.com/js/testkey.html
2) Put your cursor in the textbox and type <Ctrl+A>

Result:
You get the keydown and keyup events but don't get the keypress event

Expected Result:
Like Firefox, you should get a keypress event.

Same problem is also present for other Emacs shortcuts:
* Ctrl+B
* Ctrl+D
* Ctrl+E
* Ctrl+F
* Ctrl+H
* Ctrl+K
* Ctrl+N
* Ctrl+O
* Ctrl+P
* Ctrl+T
* Ctrl+V
* Ctrl+Y

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