You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Shawn Freyssonnet-Inder (JIRA)" <ji...@apache.org> on 2014/08/12 22:10:13 UTC

[jira] [Commented] (CB-3020) HideKeyboardFormAccessoryBar and KeyboardShrinksView show white bar instead of removing it

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

Shawn Freyssonnet-Inder commented on CB-3020:
---------------------------------------------

The plugin breaks my project.
{code}
cordova plugin add https://github.com/apache/cordova-plugins.git#master:keyboard
cordova emulate ios
{code}
{noformat}
[...]
The following build commands failed:
	CompileC build/nativeBuildStuff.build/Debug-iphonesimulator/nativeBuildStuff.build/Objects-normal/i386/CDVKeyboard.o nativeBuildStuff/Plugins/org.apache.cordova.labs.keyboard/CDVKeyboard.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
Error: /Users/shawnfreyssonnet-inder/Work/mtv-play/apps/phone/nativeBuildStuff/platforms/ios/cordova/run: Command failed with exit code 65
    at ChildProcess.whenDone (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/cordova/superspawn.js:135:23)
    at ChildProcess.emit (events.js:98:17)
    at maybeClose (child_process.js:755:16)
    at Process.ChildProcess._handle.onexit (child_process.js:822:5)
{noformat}
{code}
cordova plugin remove org.apache.cordova.labs.keyboard
cordova emulate ios
{code}
{noformat}
[...]
BUILD SUCCEEDED
{noformat}

Also, I am unable to get it from the dev branch:
{code}
cordova plugin add https://github.com/apache/cordova-plugins.git#dev:keyboard
{code}
{noformat}
Fetching plugin "https://github.com/apache/cordova-plugins.git" via git clone
Error: Command failed: error: pathspec 'dev' did not match any file(s) known to git.

    at ChildProcess.exithandler (child_process.js:647:15)
    at ChildProcess.emit (events.js:98:17)
    at maybeClose (child_process.js:755:16)
    at Process.ChildProcess._handle.onexit (child_process.js:822:5)
{noformat}

> HideKeyboardFormAccessoryBar and KeyboardShrinksView show white bar instead of removing it
> ------------------------------------------------------------------------------------------
>
>                 Key: CB-3020
>                 URL: https://issues.apache.org/jira/browse/CB-3020
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS, Plugin Keyboard
>    Affects Versions: 2.6.0, 3.0.0
>         Environment: ios 6.1.3
>            Reporter: Horst Perfect
>            Priority: Minor
>              Labels: keyboard-plugin
>             Fix For: 3.1.0
>
>         Attachments: Classes.zip, iOS Simulator Screen shot 2013-10-05 2.27.26 PM.png, iOS Simulator Screen shot 2013-10-05 2.27.36 PM.png, ios.zip
>
>
> I use phonegap 2.6 with the two new preferences HideKeyboardFormAccessoryBar KeyboardShrinksView set to true. Instead of the AccessoryBar a white bar appears ([screenshot|http://i.stack.imgur.com/3fgV8.png]).
> This is just happening when i set *both* of the preferences to true. When i just set the AccessoryBar preference to true the bar disappears as planned.
> Horst



--
This message was sent by Atlassian JIRA
(v6.2#6252)