[Webkit-unassigned] [Bug 28913] New: Programmatic focus transfer from an iframe to input type="text" unusable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 2 11:13:48 PDT 2009


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

           Summary: Programmatic focus transfer from an iframe to input
                    type="text" unusable
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: apavlov at chromium.org


Created an attachment (id=38933)
 --> (https://bugs.webkit.org/attachment.cgi?id=38933)
testcase for "partial" focus transfer

When an input type="text" is added to the top-level document from an iframe
element oncontextmenu handler and the input element is given focus as
input.focus(), only regular alphanumeric keypresses (onkeypress handler?)
events reach the input element. Space/arrows are captured by the iframe, which
can be seen as iframe content scrolling.

Attached is a reduced testcase that exposes the bug.
A context menu (Ctrl-click) should be invoked on the "Click me to pop up" div
to show the editbox with "partial" focus.

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