[Webkit-unassigned] [Bug 130836] New: typing on the virtual keyboard won't produce text in input field in an iframe

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 27 06:28:24 PDT 2014


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

           Summary: typing on the virtual keyboard won't produce text in
                    input field in an iframe
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: iOS
               URL: http://www.flyordie.com/bugs/ios-safari-input.html
        OS/Version: iOS 7.0
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Frames
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: szdy12 at gmail.com


Created an attachment (id=227944)
 --> (https://bugs.webkit.org/attachment.cgi?id=227944&action=review)
outer frame

In the following scenario no text will appear in an input field:
- the input field is in an iframe
- the outer frame has an ontouchstart handler
- the inner frame has an ontouchstart handler that calls preventDefault

For testing, use the attached samples or the provided urls.

http://www.flyordie.com/bugs/ios-safari-input.html

Tap on the gray area. When the on-screen keyboard pops up, try to enter text => nothing will appear in the input field.

If you open the subframe directly, typing works:

http://www.flyordie.com/bugs/ios-safari-input-frame.html

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