[Webkit-unassigned] [Bug 39791] New: keypress lost if focus moved on keydown

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 26 15:32:14 PDT 2010


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

           Summary: keypress lost if focus moved on keydown
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ojan at chromium.org


Created an attachment (id=57169)
 --> (https://bugs.webkit.org/attachment.cgi?id=57169)
test case

I'm not 100% convinced of the correct behavior here. 

See test case.
IE: fire the keypress on the newly focused element and insert the text there
Firefox: doesn't move focus
WebKit: Moves focus, but doesn't fire the keypress event or insert the text
Safari 4: Fires the keypress event on the iframe, inserts the text in the iframe, then moves focus to the textarea

IE's behavior seems the most sane.

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