You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Stuart Parmenter (JIRA)" <ji...@apache.org> on 2014/02/08 00:55:19 UTC

[jira] [Commented] (CB-5852) Keyboard plugin on iOS7 can cause re-layout bugs with fixed position bottom elements

    [ https://issues.apache.org/jira/browse/CB-5852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13895266#comment-13895266 ] 

Stuart Parmenter commented on CB-5852:
--------------------------------------

This "fix" is super broken.  The previous behavior was a lot better, if not perfect.

In my app, on iOS7, it breaks at least:
Ability to hiding the form helper bar.
Time pickers.
Breaks pages with height=device-height.
All the keyboards end up the really dark grey color because there is no background on the view?

> Keyboard plugin on iOS7 can cause re-layout bugs with fixed position bottom elements
> ------------------------------------------------------------------------------------
>
>                 Key: CB-5852
>                 URL: https://issues.apache.org/jira/browse/CB-5852
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS, Plugins
>            Reporter: Michal Mocny
>            Assignee: Michal Mocny
>            Priority: Minor
>              Labels: keyboard-plugin
>
> Pull Request for "fix": https://github.com/apache/cordova-plugins/pull/2
> Copying the description here:
> If there is a fixed position, bottom positioned element on the page, this keyboard plugin causes awkward re-layouts of the element on keyboard pop up -- but only occasionally (I can attach screenshots if you cannot reproduce).
> Repro steps:
> 1. Add to blank app: 
> 2. 'cordova emulate ios' on ios7 simulator
> 3. click the input box to open keyboard
> 4. See input briefly in right position, then migrate to the top of page
> It appears there is a race of some kind, since it happens consistently when run in simulator outside of xcode via 'cordova emulate ios', but does not happen when using xcode debugging or when run on device.
> While this doesn't seem high priority, as far as I can tell, this code is not doing anything useful on ios7, so can just safely just be no-oped. WDYT?



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)