You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Tomasz Kalkosiński (JIRA)" <ji...@apache.org> on 2013/10/07 11:25:43 UTC

[jira] [Created] (CB-5002) Input fields cannot be clicked on form with absolute positioning on iOS7

Tomasz Kalkosiński created CB-5002:
--------------------------------------

             Summary: Input fields cannot be clicked on form with absolute positioning on iOS7
                 Key: CB-5002
                 URL: https://issues.apache.org/jira/browse/CB-5002
             Project: Apache Cordova
          Issue Type: Bug
          Components: iOS
    Affects Versions: 3.0.0, 3.1.0
            Reporter: Tomasz Kalkosiński
            Priority: Critical


I have a form with position: absolute, on the bottom of a viewport. When I click any field, it triggers touchstart event, keyboard pops up, but field doesn't get click event so it's not focused. It only happens when form is below the keyboard. If I change bottom: 0 to top: 0 and form appears on top of a viewport, everything is fine. This bug doesn't occur on iOS6.



--
This message was sent by Atlassian JIRA
(v6.1#6144)