[Webkit-unassigned] [Bug 83027] New: Input element in a fullscreened iframe accepts some typed characters when it should not

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 3 06:37:48 PDT 2012


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

           Summary: Input element in a fullscreened iframe accepts some
                    typed characters when it should not
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Frames
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kaznacheev at chromium.org


1. Download and unpack the attach archive.
2. Open fullscreen_main.html
3. Click on "Click here to toggle fullscreen" button. The browser would go fullscreen.
4. Click on an input field with the text "Type here...".
5. Try typing there.

Expected result: no character should appear since Element.ALLOW_KEYBOARD_INPUT is not passed to the fullscreen request call

Actual result:
Chromium ToT: 0-9 and a-h do not appear when typed, j-z do appear. 
Safary 5.1.2: ":'\/." do appear

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