You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by dpogue <gi...@git.apache.org> on 2014/04/30 00:11:07 UTC

[GitHub] cordova-plugins pull request: Keyboard: Fix issue with UIPickerVie...

GitHub user dpogue opened a pull request:

    https://github.com/apache/cordova-plugins/pull/11

    Keyboard: Fix issue with UIPickerViews breaking.

    Going from a keyboard to a select dropdown picker triggered the show handler without ever calling the hide handler. Going from a select list to a keyboard triggered show again.
    At this point, the UIWebView had been shrunk to the point of having a height of 0.
    
    /cc @shazron

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dpogue/cordova-plugins keyboard-select

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-plugins/pull/11.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #11
    
----
commit d34587d265f603e1f5364039371512801d342cad
Author: Darryl Pogue <da...@ayogo.com>
Date:   2014-04-29T22:08:14Z

    Keyboard: Fix issue with UIPickerViews breaking.
    
    Going from a keyboard to a select dropdown picker triggered the show
    handler without ever calling the hide handler. Going from a select list
    to a keyboard triggered show again. At this point, the UIWebView had
    been shrunk to the point of having a height of 0.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cordova-plugins pull request: Keyboard: Fix issue with UIPickerVie...

Posted by shazron <gi...@git.apache.org>.
Github user shazron commented on the pull request:

    https://github.com/apache/cordova-plugins/pull/11#issuecomment-41748065
  
    CB-6563


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cordova-plugins pull request: Keyboard: Fix issue with UIPickerVie...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/cordova-plugins/pull/11


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---