UNCONFIRMED 83027
Input element in a fullscreened iframe accepts some typed characters when it should not
https://bugs.webkit.org/show_bug.cgi?id=83027
Summary Input element in a fullscreened iframe accepts some typed characters when it ...
Vladislav Kaznacheev
Reported 2012-04-03 06:37:48 PDT
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
Attachments
Archive containing two files that need to be unpacked next to each other (one is the main html file, the other is an iframe content) (1.35 KB, application/zip)
2012-04-03 06:48 PDT, Vladislav Kaznacheev
no flags
Vladislav Kaznacheev
Comment 1 2012-04-03 06:48:51 PDT
Created attachment 135321 [details] Archive containing two files that need to be unpacked next to each other (one is the main html file, the other is an iframe content)
Note You need to log in before you can comment on or make changes to this bug.