You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Dave Russell (JIRA)" <ji...@apache.org> on 2012/10/10 13:19:02 UTC

[jira] [Created] (CB-1615) Android "Soft" Keyboard keys "click" but no output into text fields

Dave Russell created CB-1615:
--------------------------------

             Summary: Android "Soft" Keyboard keys "click" but no output into text fields
                 Key: CB-1615
                 URL: https://issues.apache.org/jira/browse/CB-1615
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android
    Affects Versions: 2.1.0
         Environment: Android 2.2 / 4.0
in Device Emulator and Ideos device.
            Reporter: Dave Russell
            Assignee: Joe Bowser


Display a webpage which contains a text input field.
Tap on the field to display the soft keyboard.
Type on the keyboard - letters are registered by the keyboard but do not appear in the textbox.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CB-1615) Android "Soft" Keyboard keys "click" but no output into text fields

Posted by "Joe Bowser (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Bowser resolved CB-1615.
----------------------------

    Resolution: Won't Fix

This is a webkit issue.  You already found the workaround.
                
> Android "Soft" Keyboard keys "click" but no output into text fields
> -------------------------------------------------------------------
>
>                 Key: CB-1615
>                 URL: https://issues.apache.org/jira/browse/CB-1615
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 2.1.0
>         Environment: Android 2.2 / 4.0
> in Device Emulator and Ideos device.
>            Reporter: Dave Russell
>            Assignee: Joe Bowser
>
> Display a webpage which contains a text input field.
> Tap on the field to display the soft keyboard.
> Type on the keyboard - letters are registered by the keyboard but do not appear in the textbox.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1615) Android "Soft" Keyboard keys "click" but no output into text fields

Posted by "Dave Russell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483937#comment-13483937 ] 

Dave Russell commented on CB-1615:
----------------------------------

Sorry, I found the solution to this.  I think it's a combination of the default Phonegap index.css and jquerymobile.
The issue is fixed by changing
    -webkit-user-select: none;
to
    -webkit-user-select: auto;

An Ideos device is a Huawei Ideos Android handset.  Google it.
                
> Android "Soft" Keyboard keys "click" but no output into text fields
> -------------------------------------------------------------------
>
>                 Key: CB-1615
>                 URL: https://issues.apache.org/jira/browse/CB-1615
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 2.1.0
>         Environment: Android 2.2 / 4.0
> in Device Emulator and Ideos device.
>            Reporter: Dave Russell
>            Assignee: Joe Bowser
>
> Display a webpage which contains a text input field.
> Tap on the field to display the soft keyboard.
> Type on the keyboard - letters are registered by the keyboard but do not appear in the textbox.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira