[jira] [Commented] (CB-8260) Error when unzipping build zip package

2015-03-20 Thread Sam Verschueren (JIRA)

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

Sam Verschueren commented on CB-8260:
-

Hi Leo

Yes, it looks like it only happens with non-text files. What I did was creating 
the zip and manually uploading my font-files (and I guess images aswell).

The code to generate the zip doesn't do much because it uses the adm-zip 
module. The only thing is, is that adm-zip has a bug itself when zipping those 
files. As I suggested, they could use node-archiver.

Maybe I should implement it and add a pull request on their github pages. Not 
sure if they will accept it though.



> Error when unzipping build zip package
> --
>
> Key: CB-8260
> URL: https://issues.apache.org/jira/browse/CB-8260
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Browser
>Reporter: Sam Verschueren
>
> When I build my project with 'cordova build browser', a zip file will be 
> created under the build folder. When I unzip that folder I get the following 
> errors for certain files:
> error:  invalid compressed data to inflate
> It seems that the problem lays in the adm-zip module used to create that zip 
> package. Other people have reported the same issue in the issue tracker of 
> adm-zip (https://github.com/cthackers/adm-zip/issues/102).
> This could be solved by using another archiver module like 
> https://github.com/ctalkington/node-archiver as suggested by another user in 
> the issue tracker of adm-zip.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8694) Replace dependency plugin with plugin list parameter in createmobilespec

2015-03-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-8694:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-mobile-spec/pull/123


> Replace dependency plugin with plugin list parameter in createmobilespec
> 
>
> Key: CB-8694
> URL: https://issues.apache.org/jira/browse/CB-8694
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: mobile-spec
>Reporter: Alexander Sorokin
>Priority: Minor
>
> Now createmobilespec uses dependency plugin to specify the list of plugins to 
> install.
> This approach has some limitations, for example after the app is created the 
> user cannot remove particular plugin because they all are listed as 
> dependencies of dependency plugin. 
> Though developers could want to add custom plugin(s) to mobile spec for 
> testing. Also some plugins could not be supported under particular platform 
> and should not be installed.
> My proposal is to replace dependency plugin with new command line parameter 
> for createmobilespec to specify plugin list through CLI.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8694) Replace dependency plugin with plugin list parameter in createmobilespec

2015-03-20 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-8694:
-

Commit ac1b637baac3ac8ae65980e4db255af169ac38cc in cordova-mobile-spec's branch 
refs/heads/master from [~alsorokin]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-mobile-spec.git;h=ac1b637 ]

CB-8694 Replaced dependencies plugin with command line parameter

github close #123


> Replace dependency plugin with plugin list parameter in createmobilespec
> 
>
> Key: CB-8694
> URL: https://issues.apache.org/jira/browse/CB-8694
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: mobile-spec
>Reporter: Alexander Sorokin
>Priority: Minor
>
> Now createmobilespec uses dependency plugin to specify the list of plugins to 
> install.
> This approach has some limitations, for example after the app is created the 
> user cannot remove particular plugin because they all are listed as 
> dependencies of dependency plugin. 
> Though developers could want to add custom plugin(s) to mobile spec for 
> testing. Also some plugins could not be supported under particular platform 
> and should not be installed.
> My proposal is to replace dependency plugin with new command line parameter 
> for createmobilespec to specify plugin list through CLI.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-8720) Launch Application in Portrait mode up side down. Status bar is coming in down and never recovers

2015-03-20 Thread Puneeth Rai (JIRA)
Puneeth Rai created CB-8720:
---

 Summary: Launch Application in Portrait mode up side down. Status 
bar is coming in down and never recovers
 Key: CB-8720
 URL: https://issues.apache.org/jira/browse/CB-8720
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Statusbar
Affects Versions: 3.5.0
 Environment: iOS 7
Reporter: Puneeth Rai


I've following in config.xml 





Status bar plugin version : 0.1.10
Cordova iOS version : 3.5.0
iOS version: 7.1
iPadmini

Launch cordova app in portrait upside down orientation . Status bar band is 
appearing at bottom and a white space is shown at actual status bar. This only 
happens when application in launched in portrait upside down orientation and 
always reproducible.I believe it can be duplicated in all iOS devices, but I've 
only iPad mini devices. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-8721) (Windows Phone 8, File-transfer download method) When specifying header with comma in it, fail callback is called

2015-03-20 Thread Alexander Sorokin (JIRA)
Alexander Sorokin created CB-8721:
-

 Summary: (Windows Phone 8, File-transfer download method) When 
specifying header with comma in it, fail callback is called
 Key: CB-8721
 URL: https://issues.apache.org/jira/browse/CB-8721
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin File Transfer
Reporter: Alexander Sorokin


This code fails because header with comma in it is not parsed properly:
{code}
transfer.download(fileURL, localFilePath, function win(){}, function fail(){}, 
true,
{
headers: {
'If-Modified-Since': 'Sun, 06 Nov 1994 08:49:37 GMT'
}
});
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-8694) Replace dependency plugin with plugin list parameter in createmobilespec

2015-03-20 Thread Alexander Sorokin (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Sorokin resolved CB-8694.
---
Resolution: Fixed

> Replace dependency plugin with plugin list parameter in createmobilespec
> 
>
> Key: CB-8694
> URL: https://issues.apache.org/jira/browse/CB-8694
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: mobile-spec
>Reporter: Alexander Sorokin
>Priority: Minor
>
> Now createmobilespec uses dependency plugin to specify the list of plugins to 
> install.
> This approach has some limitations, for example after the app is created the 
> user cannot remove particular plugin because they all are listed as 
> dependencies of dependency plugin. 
> Though developers could want to add custom plugin(s) to mobile spec for 
> testing. Also some plugins could not be supported under particular platform 
> and should not be installed.
> My proposal is to replace dependency plugin with new command line parameter 
> for createmobilespec to specify plugin list through CLI.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Reopened] (CB-8641) (Windows Phone 8.1) Some file-transfer plugin tests occasionally fail in mobilespec

2015-03-20 Thread Alexander Sorokin (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Sorokin reopened CB-8641:
---

> (Windows Phone 8.1) Some file-transfer plugin tests occasionally fail in 
> mobilespec
> ---
>
> Key: CB-8641
> URL: https://issues.apache.org/jira/browse/CB-8641
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File Transfer
>Reporter: Alexander Sorokin
>Priority: Minor
> Fix For: Master
>
>
> Some file-transfer plugin tests occasionally fail in mobilespec:
> File-transfer.spec.10 download should be stopped by abort() right away
> File-transfer.spec.21 upload should be stopped by abort() right away
> The issue seems to be caused by insufficient timeout and could be fixed by 
> increasing it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-6375) When keyboard is dismissed. Page has a large gap at top of screen

2015-03-20 Thread sandrine gomez (JIRA)

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

sandrine gomez commented on CB-6375:


Did you find a solution for this problem ? I have exactly the same behavior on 
Android 4.4.4.

> When keyboard is dismissed. Page has a large gap at top of screen
> -
>
> Key: CB-6375
> URL: https://issues.apache.org/jira/browse/CB-6375
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: 3.4.0
> Environment: Android 4.4.2 Nexus 5, jQuery Mobile 1.4.2, PhoneGap 3.4
>Reporter: Jonathan Yong
>Assignee: Joe Bowser
>
> See screenshot here: http://imgur.com/NtQ4QSl
> Notice the large white gap at the top of the page
> When a page is tall enough to cause the page to slide upwards when the 
> virtual keyboard is displayed, and while the page scroll position is scrolled 
> down so that the header and / or other controls are hidden above the top edge 
> of the screen, dismissing the keyboard will intermittently cause a page 
> rendering error such that there is a large white gap above the header of the 
> page, essentially pushing down all page contents.
> This also causes the hitboxes of buttons and other form controls to differ 
> from the on screen view i.e. the hitboxes are where the controls should have 
> appeared had there not been a large gap at the top of the screen.
> This gap is present on all pages within the app and will remain until another 
> text input field is focused and the keyboard shows again.
> See screenshot here: http://imgur.com/NtQ4QSl
> In the above screenshot I clicked on the "submit registration" button before 
> filling out the form correctly and triggering a validation error "confirm 
> password". This caused the keyboard to hide and resulted in the page gap 
> error as shown.
> The error also occurs when the keyboard is dismissed without hitting the 
> "submit registration" button i.e. by using the dismiss keyboard button within 
> the android nav bar.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-7815) Photos captured from camera are dated back to year 1970.

2015-03-20 Thread Kasun Weerakoon (JIRA)

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

Kasun Weerakoon commented on CB-7815:
-

Check your device date and time.


> Photos captured from camera are dated back to year 1970.
> 
>
> Key: CB-7815
> URL: https://issues.apache.org/jira/browse/CB-7815
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin Camera
>Affects Versions: Master, 3.5.0
> Environment: Android 4.4.4, 4.3. May affect all versions.
>Reporter: Meshkov Alex
>
> {code}
> saveToPhotoAlbum: true
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8681) (Windows Phone 8.1) Some geolocation plugin tests occasionally fail in mobilespec

2015-03-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-8681:


GitHub user alsorokin opened a pull request:

https://github.com/apache/cordova-plugin-geolocation/pull/41

CB-8681 Fixed occasional test failures

https://issues.apache.org/jira/browse/CB-8681

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

$ git pull https://github.com/MSOpenTech/cordova-plugin-geolocation CB-8681

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

https://github.com/apache/cordova-plugin-geolocation/pull/41.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 #41


commit 4c90d3209712496afcceaabd78f0bc68a47447c7
Author: alsorokin 
Date:   2015-03-20T14:31:00Z

CB-8681 Fixed occasional test failures




> (Windows Phone 8.1) Some geolocation plugin tests occasionally fail in 
> mobilespec
> -
>
> Key: CB-8681
> URL: https://issues.apache.org/jira/browse/CB-8681
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Geolocation
>Reporter: Alexander Sorokin
>Priority: Minor
>
> Some geolocation plugin tests (spec.7 and spec.8) occasionally fail in mobile 
> spec,
> The cause of the issue seems to be that the tests are running too quickly 
> after each other.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8681) (Windows Phone 8.1) Some geolocation plugin tests occasionally fail in mobilespec

2015-03-20 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-8681:
-

Commit 90aeac681c764a314b9b3f8f9de98b1a0f3c8b02 in cordova-plugin-geolocation's 
branch refs/heads/master from [~alsorokin]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-geolocation.git;h=90aeac6
 ]

CB-8681 Fixed occasional test failures

github close #41


> (Windows Phone 8.1) Some geolocation plugin tests occasionally fail in 
> mobilespec
> -
>
> Key: CB-8681
> URL: https://issues.apache.org/jira/browse/CB-8681
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Geolocation
>Reporter: Alexander Sorokin
>Priority: Minor
>
> Some geolocation plugin tests (spec.7 and spec.8) occasionally fail in mobile 
> spec,
> The cause of the issue seems to be that the tests are running too quickly 
> after each other.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8681) (Windows Phone 8.1) Some geolocation plugin tests occasionally fail in mobilespec

2015-03-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-8681:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-geolocation/pull/41


> (Windows Phone 8.1) Some geolocation plugin tests occasionally fail in 
> mobilespec
> -
>
> Key: CB-8681
> URL: https://issues.apache.org/jira/browse/CB-8681
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Geolocation
>Reporter: Alexander Sorokin
>Priority: Minor
>
> Some geolocation plugin tests (spec.7 and spec.8) occasionally fail in mobile 
> spec,
> The cause of the issue seems to be that the tests are running too quickly 
> after each other.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-8722) Android should move icons to res/mipmap-* rather than drawable

2015-03-20 Thread Andrew Grieve (JIRA)
Andrew Grieve created CB-8722:
-

 Summary: Android should move icons to res/mipmap-* rather than 
drawable
 Key: CB-8722
 URL: https://issues.apache.org/jira/browse/CB-8722
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, CordovaLib
Reporter: Andrew Grieve
Priority: Minor


Refer to: http://developer.android.com/tools/projects/index.html#mipmap



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-8723) Ability to take photos with native camera without user input

2015-03-20 Thread Ryan Mather (JIRA)
Ryan Mather created CB-8723:
---

 Summary: Ability to take photos with native camera without user 
input
 Key: CB-8723
 URL: https://issues.apache.org/jira/browse/CB-8723
 Project: Apache Cordova
  Issue Type: New Feature
  Components: Plugin Camera
 Environment: browser
Reporter: Ryan Mather
Priority: Minor


the current cordova camera requires users to click the shutter button in order 
to take a photo. In examples such as a time-lapse app, it would be ideal to 
snap a photo without the user's action.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8260) Error when unzipping build zip package

2015-03-20 Thread Leo Wandersleb (JIRA)

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

Leo Wandersleb commented on CB-8260:


With "doesn't do much" I was referring to me understanding the script. It's 
nothing but the buggy zipping in there.

> Error when unzipping build zip package
> --
>
> Key: CB-8260
> URL: https://issues.apache.org/jira/browse/CB-8260
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Browser
>Reporter: Sam Verschueren
>
> When I build my project with 'cordova build browser', a zip file will be 
> created under the build folder. When I unzip that folder I get the following 
> errors for certain files:
> error:  invalid compressed data to inflate
> It seems that the problem lays in the adm-zip module used to create that zip 
> package. Other people have reported the same issue in the issue tracker of 
> adm-zip (https://github.com/cthackers/adm-zip/issues/102).
> This could be solved by using another archiver module like 
> https://github.com/ctalkington/node-archiver as suggested by another user in 
> the issue tracker of adm-zip.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-8724) Windows Phone 8 Platform Guide missing information about needed Visual Studio Update

2015-03-20 Thread James Dubee (JIRA)
James Dubee created CB-8724:
---

 Summary: Windows Phone 8 Platform Guide missing information about 
needed Visual Studio Update
 Key: CB-8724
 URL: https://issues.apache.org/jira/browse/CB-8724
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, Windows 8, WP8
Affects Versions: 4.0.0
 Environment: Windows 8.0
Reporter: James Dubee
Assignee: Jesse MacFadyen
Priority: Minor


The Windows 8 Platform Guide does not state that at least the Visual Studio 
2012 Update 2 must be installed on a user's computer in order to deploy via the 
command-line using the Windows Phone 8.0 SDK. Otherwise, XapDeployCmd.exe will 
not be present on the user's machine, and Cordova will not be able to deploy 
applications via command-line for Windows Phone 8.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-8725) Fetching plugin from npm fails if "plugman adduser" has been run

2015-03-20 Thread Andrew Grieve (JIRA)
Andrew Grieve created CB-8725:
-

 Summary: Fetching plugin from npm fails if "plugman adduser" has 
been run
 Key: CB-8725
 URL: https://issues.apache.org/jira/browse/CB-8725
 Project: Apache Cordova
  Issue Type: Bug
  Components: CordovaLib
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor


Problem is that we're using .plugin/config for npm, which includes credentials 
for CPR. Instead, we should just let npm use its own .npm/config



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8725) Fetching plugin from npm fails if "plugman adduser" has been run

2015-03-20 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-8725:
-

Commit e30801ad45d00effc2ba5c5eda6308c61041eaa8 in cordova-lib's branch 
refs/heads/master from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;h=e30801a ]

CB-8725 Fix plugin add from npm when authenticated to CPR


> Fetching plugin from npm fails if "plugman adduser" has been run
> 
>
> Key: CB-8725
> URL: https://issues.apache.org/jira/browse/CB-8725
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>Priority: Minor
>
> Problem is that we're using .plugin/config for npm, which includes 
> credentials for CPR. Instead, we should just let npm use its own .npm/config



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-8726) BlackBerry builders in Medic fail to run build

2015-03-20 Thread Dmitry Blotsky (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dmitry Blotsky updated CB-8726:
---
Priority: Minor  (was: Major)

> BlackBerry builders in Medic fail to run build
> --
>
> Key: CB-8726
> URL: https://issues.apache.org/jira/browse/CB-8726
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Medic
>Affects Versions: Master
>Reporter: Dmitry Blotsky
>Priority: Minor
>  Labels: cordova-medic, easyfix
>   Original Estimate: 3h
>  Remaining Estimate: 3h
>
> BlackBerry builds fail with {{Error: Cannot find module 
> 'C:\Users\buildbot\slaves\apache\cordova-blackberry-win\cordova-medic\build_blackberry.js'}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-8726) BlackBerry builders in Medic fail to run build

2015-03-20 Thread Dmitry Blotsky (JIRA)
Dmitry Blotsky created CB-8726:
--

 Summary: BlackBerry builders in Medic fail to run build
 Key: CB-8726
 URL: https://issues.apache.org/jira/browse/CB-8726
 Project: Apache Cordova
  Issue Type: Bug
  Components: Medic
Affects Versions: Master
Reporter: Dmitry Blotsky


BlackBerry builds fail with {{Error: Cannot find module 
'C:\Users\buildbot\slaves\apache\cordova-blackberry-win\cordova-medic\build_blackberry.js'}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-8725) Fetching plugin from npm fails if "plugman adduser" has been run

2015-03-20 Thread Andrew Grieve (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Grieve resolved CB-8725.
---
Resolution: Fixed

fixed in 4.3.1-dev

> Fetching plugin from npm fails if "plugman adduser" has been run
> 
>
> Key: CB-8725
> URL: https://issues.apache.org/jira/browse/CB-8725
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>Priority: Minor
>
> Problem is that we're using .plugin/config for npm, which includes 
> credentials for CPR. Instead, we should just let npm use its own .npm/config



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8716) Add cordova-plugin-whitelist to default app template

2015-03-20 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-8716:
-

Commit 2e856b845a0134e7056bdc74f89cafcf483a379f in cordova-app-hello-world's 
branch refs/heads/master from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-app-hello-world.git;h=2e856b8 
]

CB-8716 Add Whitelist plugin to config.xml


> Add cordova-plugin-whitelist to default app template
> 
>
> Key: CB-8716
> URL: https://issues.apache.org/jira/browse/CB-8716
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: App Hello World, CLI
>Reporter: Andrew Grieve
>
> For new projects, we want to encourage use of the cordova-whitelist plugin. 
> Esp. on iOS and Android.
> Should add this to the default CLI template and ensure that new projects 
> include it by default when using cordova-android 4.0.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-8715) Update docs for Android 4.0 features

2015-03-20 Thread Andrew Grieve (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Grieve updated CB-8715:
--
Description: 
* Gradle docs (done)
* Whitelist guide
* Upgrade guide
* Embedders guide

  was:
* Gradle docs
* Whitelist guide
* Upgrade guide
* Embedders guide


> Update docs for Android 4.0 features
> 
>
> Key: CB-8715
> URL: https://issues.apache.org/jira/browse/CB-8715
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Docs
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>
> * Gradle docs (done)
> * Whitelist guide
> * Upgrade guide
> * Embedders guide



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-8716) Add cordova-plugin-whitelist to default app template

2015-03-20 Thread Andrew Grieve (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Grieve resolved CB-8716.
---
Resolution: Fixed
  Assignee: Andrew Grieve

Fixed in app-hello-world@3.8.1-dev

> Add cordova-plugin-whitelist to default app template
> 
>
> Key: CB-8716
> URL: https://issues.apache.org/jira/browse/CB-8716
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: App Hello World, CLI
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>
> For new projects, we want to encourage use of the cordova-whitelist plugin. 
> Esp. on iOS and Android.
> Should add this to the default CLI template and ensure that new projects 
> include it by default when using cordova-android 4.0.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8726) BlackBerry builders in Medic fail to run build

2015-03-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-8726:


GitHub user dblotsky opened a pull request:

https://github.com/apache/cordova-medic/pull/38

[CB-8726] Fixing BlackBerry Build

Fixed naming issue for BlackBerry. Crudely made Blackberry report an error 
when no devices are specified.

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

$ git pull https://github.com/MSOpenTech/cordova-medic cb-8726

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

https://github.com/apache/cordova-medic/pull/38.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 #38


commit 5d8e504618d48461e499932985405b0e8c826e7a
Author: Dmitry Blotsky 
Date:   2015-03-18T19:43:33Z

[CB-8726] Fixed naming issue for BlackBerry. Crudely made Blackberry when 
no devices are specified.




> BlackBerry builders in Medic fail to run build
> --
>
> Key: CB-8726
> URL: https://issues.apache.org/jira/browse/CB-8726
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Medic
>Affects Versions: Master
>Reporter: Dmitry Blotsky
>Priority: Minor
>  Labels: cordova-medic, easyfix
>   Original Estimate: 3h
>  Remaining Estimate: 3h
>
> BlackBerry builds fail with {{Error: Cannot find module 
> 'C:\Users\buildbot\slaves\apache\cordova-blackberry-win\cordova-medic\build_blackberry.js'}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Assigned] (CB-8724) Windows Phone 8 Platform Guide missing information about needed Visual Studio Update

2015-03-20 Thread James Dubee (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Dubee reassigned CB-8724:
---

Assignee: James Dubee  (was: Jesse MacFadyen)

> Windows Phone 8 Platform Guide missing information about needed Visual Studio 
> Update
> 
>
> Key: CB-8724
> URL: https://issues.apache.org/jira/browse/CB-8724
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs, Windows 8, WP8
>Affects Versions: 4.0.0
> Environment: Windows 8.0
>Reporter: James Dubee
>Assignee: James Dubee
>Priority: Minor
>  Labels: documentation
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The Windows 8 Platform Guide does not state that at least the Visual Studio 
> 2012 Update 2 must be installed on a user's computer in order to deploy via 
> the command-line using the Windows Phone 8.0 SDK. Otherwise, XapDeployCmd.exe 
> will not be present on the user's machine, and Cordova will not be able to 
> deploy applications via command-line for Windows Phone 8.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-8727) WebSQL test fail on Android 5.1

2015-03-20 Thread Karen Tran (JIRA)
Karen Tran created CB-8727:
--

 Summary: WebSQL test fail on Android 5.1
 Key: CB-8727
 URL: https://issues.apache.org/jira/browse/CB-8727
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, mobile-spec
Affects Versions: 3.2.0, Master
 Environment: Android 5.1
Reporter: Karen Tran
Priority: Minor
 Fix For: Master


Regression testing Android 5.1 on mobile-spec. 
WebSQL test fails immediately when trying to create a table. 

Gets exception at line with the scrollByLines() method

{quote} var databaseOutput = function(s) {
var el = document.getElementById("database_results");
el.innerHTML = el.innerHTML + s + "";
el.scrollByLines(2);
};{quote} 

To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test so 
can be removed.

My guess for why it breaks in Android 5.1 is that it is deprecated, though just 
speculating after looking around for answers.

Some sources regarding the fix:
- 
https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
- https://crosswalk-project.org/jira/browse/XWALK-2502

The earliest version of cordova this line is present in is 3.2.0 and goes all 
the way through Master. And somewhere along the way, index.html starts to 
reference index.js where this line was moved to. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-8727) WebSQL test fail on Android 5.1

2015-03-20 Thread Karen Tran (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karen Tran updated CB-8727:
---
Description: 
Regression testing Android 5.1 on mobile-spec. 
WebSQL test fails immediately when trying to create a table. 

Gets exception at line with the scrollByLines() method

var databaseOutput = function(s) {
var el = document.getElementById("database_results");
el.innerHTML = el.innerHTML + s + "";
el.scrollByLines(2);
};

To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test so 
can be removed.

My guess for why it breaks in Android 5.1 is that it is deprecated, though just 
speculating after looking around for answers.

Some sources regarding the fix:
- 
https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
- https://crosswalk-project.org/jira/browse/XWALK-2502

The earliest version of cordova this line is present in is 3.2.0 and goes all 
the way through Master. And somewhere along the way, index.html starts to 
reference index.js where this line was moved to. 

  was:
Regression testing Android 5.1 on mobile-spec. 
WebSQL test fails immediately when trying to create a table. 

Gets exception at line with the scrollByLines() method

{quote} var databaseOutput = function(s) {
var el = document.getElementById("database_results");
el.innerHTML = el.innerHTML + s + "";
el.scrollByLines(2);
};{quote} 

To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test so 
can be removed.

My guess for why it breaks in Android 5.1 is that it is deprecated, though just 
speculating after looking around for answers.

Some sources regarding the fix:
- 
https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
- https://crosswalk-project.org/jira/browse/XWALK-2502

The earliest version of cordova this line is present in is 3.2.0 and goes all 
the way through Master. And somewhere along the way, index.html starts to 
reference index.js where this line was moved to. 


> WebSQL test fail on Android 5.1
> ---
>
> Key: CB-8727
> URL: https://issues.apache.org/jira/browse/CB-8727
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, mobile-spec
>Affects Versions: Master, 3.2.0
> Environment: Android 5.1
>Reporter: Karen Tran
>Priority: Minor
>  Labels: android5.1, mobilespec, scrollByLines, websql
> Fix For: Master
>
>
> Regression testing Android 5.1 on mobile-spec. 
> WebSQL test fails immediately when trying to create a table. 
> Gets exception at line with the scrollByLines() method
> var databaseOutput = function(s) {
> var el = document.getElementById("database_results");
> el.innerHTML = el.innerHTML + s + "";
> el.scrollByLines(2);
> };
> To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test 
> so can be removed.
> My guess for why it breaks in Android 5.1 is that it is deprecated, though 
> just speculating after looking around for answers.
> Some sources regarding the fix:
> - 
> https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
> - https://crosswalk-project.org/jira/browse/XWALK-2502
> The earliest version of cordova this line is present in is 3.2.0 and goes all 
> the way through Master. And somewhere along the way, index.html starts to 
> reference index.js where this line was moved to. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-8727) WebSQL test fail on Android 5.1

2015-03-20 Thread Karen Tran (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karen Tran updated CB-8727:
---
Description: 
Regression testing Android 5.1 on mobile-spec. 
WebSQL test fails immediately when trying to create a table. 

Gets exception at line with the scrollByLines() method

var databaseOutput = function(s) {
var el = document.getElementById("database_results");\\
el.innerHTML = el.innerHTML + s + "";\\
el.scrollByLines(2);\\
};

To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test so 
can be removed.

My guess for why it breaks in Android 5.1 is that it is deprecated, though just 
speculating after looking around for answers.

Some sources regarding the fix:
- 
https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
- https://crosswalk-project.org/jira/browse/XWALK-2502

The earliest version of cordova this line is present in is 3.2.0 and goes all 
the way through Master. And somewhere along the way, index.html starts to 
reference index.js where this line was moved to. 

  was:
Regression testing Android 5.1 on mobile-spec. 
WebSQL test fails immediately when trying to create a table. 

Gets exception at line with the scrollByLines() method

var databaseOutput = function(s) {
var el = document.getElementById("database_results");
el.innerHTML = el.innerHTML + s + "";
el.scrollByLines(2);
};

To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test so 
can be removed.

My guess for why it breaks in Android 5.1 is that it is deprecated, though just 
speculating after looking around for answers.

Some sources regarding the fix:
- 
https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
- https://crosswalk-project.org/jira/browse/XWALK-2502

The earliest version of cordova this line is present in is 3.2.0 and goes all 
the way through Master. And somewhere along the way, index.html starts to 
reference index.js where this line was moved to. 


> WebSQL test fail on Android 5.1
> ---
>
> Key: CB-8727
> URL: https://issues.apache.org/jira/browse/CB-8727
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, mobile-spec
>Affects Versions: Master, 3.2.0
> Environment: Android 5.1
>Reporter: Karen Tran
>Priority: Minor
>  Labels: android5.1, mobilespec, scrollByLines, websql
> Fix For: Master
>
>
> Regression testing Android 5.1 on mobile-spec. 
> WebSQL test fails immediately when trying to create a table. 
> Gets exception at line with the scrollByLines() method
> var databaseOutput = function(s) {
> var el = document.getElementById("database_results");\\
> el.innerHTML = el.innerHTML + s + "";\\
> el.scrollByLines(2);\\
> };
> To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test 
> so can be removed.
> My guess for why it breaks in Android 5.1 is that it is deprecated, though 
> just speculating after looking around for answers.
> Some sources regarding the fix:
> - 
> https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
> - https://crosswalk-project.org/jira/browse/XWALK-2502
> The earliest version of cordova this line is present in is 3.2.0 and goes all 
> the way through Master. And somewhere along the way, index.html starts to 
> reference index.js where this line was moved to. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-8727) WebSQL test fail on Android 5.1

2015-03-20 Thread Karen Tran (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karen Tran updated CB-8727:
---
Description: 
Regression testing Android 5.1 on mobile-spec. 
WebSQL test fails immediately when trying to create a table. 

Gets exception at line with the scrollByLines() method

var databaseOutput = function(s) {
var el = document.getElementById("database_results");\\
el.innerHTML = el.innerHTML + s + "";\\
el.scrollByLines(2);\\
};

To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test so 
can be removed.

My guess for why it breaks in Android 5.1 is that it is deprecated, though just 
speculating after looking around for answers.

Some sources regarding the fix:
- 
https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
- https://crosswalk-project.org/jira/browse/XWALK-2502

The earliest version of cordova this line is present in is 3.2.0 and goes all 
the way through Master. And somewhere along the way, index.html starts to 
reference index.js where this line was moved to. 

  was:
Regression testing Android 5.1 on mobile-spec. 
WebSQL test fails immediately when trying to create a table. 

Gets exception at line with the scrollByLines() method

var databaseOutput = function(s) {
var el = document.getElementById("database_results");\\
el.innerHTML = el.innerHTML + s + "";\\
el.scrollByLines(2);\\
};

To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test so 
can be removed.

My guess for why it breaks in Android 5.1 is that it is deprecated, though just 
speculating after looking around for answers.

Some sources regarding the fix:
- 
https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
- https://crosswalk-project.org/jira/browse/XWALK-2502

The earliest version of cordova this line is present in is 3.2.0 and goes all 
the way through Master. And somewhere along the way, index.html starts to 
reference index.js where this line was moved to. 


> WebSQL test fail on Android 5.1
> ---
>
> Key: CB-8727
> URL: https://issues.apache.org/jira/browse/CB-8727
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, mobile-spec
>Affects Versions: Master, 3.2.0
> Environment: Android 5.1
>Reporter: Karen Tran
>Priority: Minor
>  Labels: android5.1, mobilespec, scrollByLines, websql
> Fix For: Master
>
>
> Regression testing Android 5.1 on mobile-spec. 
> WebSQL test fails immediately when trying to create a table. 
> Gets exception at line with the scrollByLines() method
> var databaseOutput = function(s) {
> var el = document.getElementById("database_results");\\
> el.innerHTML = el.innerHTML + s + "";\\
> el.scrollByLines(2);\\
> };
> To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test 
> so can be removed.
> My guess for why it breaks in Android 5.1 is that it is deprecated, though 
> just speculating after looking around for answers.
> Some sources regarding the fix:
> - 
> https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
> - https://crosswalk-project.org/jira/browse/XWALK-2502
> The earliest version of cordova this line is present in is 3.2.0 and goes all 
> the way through Master. And somewhere along the way, index.html starts to 
> reference index.js where this line was moved to. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-8727) WebSQL test fail on Android 5.1

2015-03-20 Thread Karen Tran (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karen Tran updated CB-8727:
---
Description: 
Regression testing Android 5.1 on mobile-spec. 
WebSQL test fails immediately when trying to create a table. 

Gets exception at line with the scrollByLines() method

var databaseOutput = function(s) {
var el = document.getElementById("database_results");
el.innerHTML = el.innerHTML + s + "";
el.scrollByLines(2); \\
};

To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test so 
can be removed.

My guess for why it breaks in Android 5.1 is that it is deprecated, though just 
speculating after looking around for answers.

Some sources regarding the fix:
- 
https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
- https://crosswalk-project.org/jira/browse/XWALK-2502

The earliest version of cordova this line is present in is 3.2.0 and goes all 
the way through Master. And somewhere along the way, index.html starts to 
reference index.js where this line was moved to. 

  was:
Regression testing Android 5.1 on mobile-spec. 
WebSQL test fails immediately when trying to create a table. 

Gets exception at line with the scrollByLines() method

var databaseOutput = function(s) {
var el = document.getElementById("database_results");
el.innerHTML = el.innerHTML + s + "";
el.scrollByLines(2);
};

To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test so 
can be removed.

My guess for why it breaks in Android 5.1 is that it is deprecated, though just 
speculating after looking around for answers.

Some sources regarding the fix:
- 
https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
- https://crosswalk-project.org/jira/browse/XWALK-2502

The earliest version of cordova this line is present in is 3.2.0 and goes all 
the way through Master. And somewhere along the way, index.html starts to 
reference index.js where this line was moved to. 


> WebSQL test fail on Android 5.1
> ---
>
> Key: CB-8727
> URL: https://issues.apache.org/jira/browse/CB-8727
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, mobile-spec
>Affects Versions: Master, 3.2.0
> Environment: Android 5.1
>Reporter: Karen Tran
>Priority: Minor
>  Labels: android5.1, mobilespec, scrollByLines, websql
> Fix For: Master
>
>
> Regression testing Android 5.1 on mobile-spec. 
> WebSQL test fails immediately when trying to create a table. 
> Gets exception at line with the scrollByLines() method
> var databaseOutput = function(s) {
> var el = document.getElementById("database_results");
> el.innerHTML = el.innerHTML + s + "";
> el.scrollByLines(2); \\
> };
> To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test 
> so can be removed.
> My guess for why it breaks in Android 5.1 is that it is deprecated, though 
> just speculating after looking around for answers.
> Some sources regarding the fix:
> - 
> https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
> - https://crosswalk-project.org/jira/browse/XWALK-2502
> The earliest version of cordova this line is present in is 3.2.0 and goes all 
> the way through Master. And somewhere along the way, index.html starts to 
> reference index.js where this line was moved to. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-8727) WebSQL test fail on Android 5.1

2015-03-20 Thread Karen Tran (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karen Tran updated CB-8727:
---
Description: 
Regression testing Android 5.1 on mobile-spec. 
WebSQL test fails immediately when trying to create a table. 

Gets exception at line with the scrollByLines() method

var databaseOutput = function(s) {
var el = document.getElementById("database_results");
el.innerHTML = el.innerHTML + s + "";
el.scrollByLines(2);
};

To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test so 
can be removed.

My guess for why it breaks in Android 5.1 is that it is deprecated, though just 
speculating after looking around for answers.

Some sources regarding the fix:
- 
https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
- https://crosswalk-project.org/jira/browse/XWALK-2502

The earliest version of cordova this line is present in is 3.2.0 and goes all 
the way through Master. And somewhere along the way, index.html starts to 
reference index.js where this line was moved to. 

  was:
Regression testing Android 5.1 on mobile-spec. 
WebSQL test fails immediately when trying to create a table. 

Gets exception at line with the scrollByLines() method

var databaseOutput = function(s) {
var el = document.getElementById("database_results");\\
el.innerHTML = el.innerHTML + s + "";\\
el.scrollByLines(2);\\
};

To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test so 
can be removed.

My guess for why it breaks in Android 5.1 is that it is deprecated, though just 
speculating after looking around for answers.

Some sources regarding the fix:
- 
https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
- https://crosswalk-project.org/jira/browse/XWALK-2502

The earliest version of cordova this line is present in is 3.2.0 and goes all 
the way through Master. And somewhere along the way, index.html starts to 
reference index.js where this line was moved to. 


> WebSQL test fail on Android 5.1
> ---
>
> Key: CB-8727
> URL: https://issues.apache.org/jira/browse/CB-8727
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, mobile-spec
>Affects Versions: Master, 3.2.0
> Environment: Android 5.1
>Reporter: Karen Tran
>Priority: Minor
>  Labels: android5.1, mobilespec, scrollByLines, websql
> Fix For: Master
>
>
> Regression testing Android 5.1 on mobile-spec. 
> WebSQL test fails immediately when trying to create a table. 
> Gets exception at line with the scrollByLines() method
> var databaseOutput = function(s) {
> var el = document.getElementById("database_results");
> el.innerHTML = el.innerHTML + s + "";
> el.scrollByLines(2);
> };
> To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test 
> so can be removed.
> My guess for why it breaks in Android 5.1 is that it is deprecated, though 
> just speculating after looking around for answers.
> Some sources regarding the fix:
> - 
> https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
> - https://crosswalk-project.org/jira/browse/XWALK-2502
> The earliest version of cordova this line is present in is 3.2.0 and goes all 
> the way through Master. And somewhere along the way, index.html starts to 
> reference index.js where this line was moved to. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-8727) WebSQL test fail on Android 5.1

2015-03-20 Thread Karen Tran (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karen Tran updated CB-8727:
---
Description: 
Regression testing Android 5.1 on mobile-spec. 
WebSQL test fails immediately when trying to create a table. 

Gets exception at line with the scrollByLines() method


var databaseOutput = function(s) {

var el = document.getElementById("database_results");

el.innerHTML = el.innerHTML + s + "";

el.scrollByLines(2);

};

To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test so 
can be removed.

My guess for why it breaks in Android 5.1 is that it is deprecated, though just 
speculating after looking around for answers.

Some sources regarding the fix:
- 
https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
- https://crosswalk-project.org/jira/browse/XWALK-2502

The earliest version of cordova this line is present in is 3.2.0 and goes all 
the way through Master. And somewhere along the way, index.html starts to 
reference index.js where this line was moved to. 

  was:
Regression testing Android 5.1 on mobile-spec. 
WebSQL test fails immediately when trying to create a table. 

Gets exception at line with the scrollByLines() method

var databaseOutput = function(s) {
var el = document.getElementById("database_results");
el.innerHTML = el.innerHTML + s + "";
el.scrollByLines(2); \\
};

To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test so 
can be removed.

My guess for why it breaks in Android 5.1 is that it is deprecated, though just 
speculating after looking around for answers.

Some sources regarding the fix:
- 
https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
- https://crosswalk-project.org/jira/browse/XWALK-2502

The earliest version of cordova this line is present in is 3.2.0 and goes all 
the way through Master. And somewhere along the way, index.html starts to 
reference index.js where this line was moved to. 


> WebSQL test fail on Android 5.1
> ---
>
> Key: CB-8727
> URL: https://issues.apache.org/jira/browse/CB-8727
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, mobile-spec
>Affects Versions: Master, 3.2.0
> Environment: Android 5.1
>Reporter: Karen Tran
>Priority: Minor
>  Labels: android5.1, mobilespec, scrollByLines, websql
> Fix For: Master
>
>
> Regression testing Android 5.1 on mobile-spec. 
> WebSQL test fails immediately when trying to create a table. 
> Gets exception at line with the scrollByLines() method
> var databaseOutput = function(s) {
> var el = document.getElementById("database_results");
> el.innerHTML = el.innerHTML + s + "";
> el.scrollByLines(2);
> };
> To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test 
> so can be removed.
> My guess for why it breaks in Android 5.1 is that it is deprecated, though 
> just speculating after looking around for answers.
> Some sources regarding the fix:
> - 
> https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
> - https://crosswalk-project.org/jira/browse/XWALK-2502
> The earliest version of cordova this line is present in is 3.2.0 and goes all 
> the way through Master. And somewhere along the way, index.html starts to 
> reference index.js where this line was moved to. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-8727) WebSQL test fail on Android 5.1

2015-03-20 Thread Karen Tran (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karen Tran updated CB-8727:
---
Description: 
Regression testing Android 5.1 on mobile-spec. 
WebSQL test fails immediately when trying to create a table. 

Gets exception at line with the scrollByLines() method

var databaseOutput = function(s) \{
var el = document.getElementById("database_results");
el.innerHTML = el.innerHTML + s + "";
el.scrollByLines(2);
\};

To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test so 
can be removed.

My guess for why it breaks in Android 5.1 is that it is deprecated, though just 
speculating after looking around for answers.

Some sources regarding the fix:
- 
https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
- https://crosswalk-project.org/jira/browse/XWALK-2502

The earliest version of cordova this line is present in is 3.2.0 and goes all 
the way through Master. And somewhere along the way, index.html starts to 
reference index.js where this line was moved to. 

  was:
Regression testing Android 5.1 on mobile-spec. 
WebSQL test fails immediately when trying to create a table. 

Gets exception at line with the scrollByLines() method

var databaseOutput = function(s) \{

var el = document.getElementById("database_results");

el.innerHTML = el.innerHTML + s + "";

el.scrollByLines(2);

\};

To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test so 
can be removed.

My guess for why it breaks in Android 5.1 is that it is deprecated, though just 
speculating after looking around for answers.

Some sources regarding the fix:
- 
https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
- https://crosswalk-project.org/jira/browse/XWALK-2502

The earliest version of cordova this line is present in is 3.2.0 and goes all 
the way through Master. And somewhere along the way, index.html starts to 
reference index.js where this line was moved to. 


> WebSQL test fail on Android 5.1
> ---
>
> Key: CB-8727
> URL: https://issues.apache.org/jira/browse/CB-8727
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, mobile-spec
>Affects Versions: Master, 3.2.0
> Environment: Android 5.1
>Reporter: Karen Tran
>Priority: Minor
>  Labels: android5.1, mobilespec, scrollByLines, websql
> Fix For: Master
>
>
> Regression testing Android 5.1 on mobile-spec. 
> WebSQL test fails immediately when trying to create a table. 
> Gets exception at line with the scrollByLines() method
> var databaseOutput = function(s) \{
> var el = document.getElementById("database_results");
> el.innerHTML = el.innerHTML + s + "";
> el.scrollByLines(2);
> \};
> To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test 
> so can be removed.
> My guess for why it breaks in Android 5.1 is that it is deprecated, though 
> just speculating after looking around for answers.
> Some sources regarding the fix:
> - 
> https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
> - https://crosswalk-project.org/jira/browse/XWALK-2502
> The earliest version of cordova this line is present in is 3.2.0 and goes all 
> the way through Master. And somewhere along the way, index.html starts to 
> reference index.js where this line was moved to. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-8727) WebSQL test fail on Android 5.1

2015-03-20 Thread Karen Tran (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karen Tran updated CB-8727:
---
Description: 
Regression testing Android 5.1 on mobile-spec. 
WebSQL test fails immediately when trying to create a table. 

Gets exception at line with the scrollByLines() method

var databaseOutput = function(s) \{

var el = document.getElementById("database_results");

el.innerHTML = el.innerHTML + s + "";

el.scrollByLines(2);

\};

To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test so 
can be removed.

My guess for why it breaks in Android 5.1 is that it is deprecated, though just 
speculating after looking around for answers.

Some sources regarding the fix:
- 
https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
- https://crosswalk-project.org/jira/browse/XWALK-2502

The earliest version of cordova this line is present in is 3.2.0 and goes all 
the way through Master. And somewhere along the way, index.html starts to 
reference index.js where this line was moved to. 

  was:
Regression testing Android 5.1 on mobile-spec. 
WebSQL test fails immediately when trying to create a table. 

Gets exception at line with the scrollByLines() method


var databaseOutput = function(s) {

var el = document.getElementById("database_results");

el.innerHTML = el.innerHTML + s + "";

el.scrollByLines(2);

};

To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test so 
can be removed.

My guess for why it breaks in Android 5.1 is that it is deprecated, though just 
speculating after looking around for answers.

Some sources regarding the fix:
- 
https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
- https://crosswalk-project.org/jira/browse/XWALK-2502

The earliest version of cordova this line is present in is 3.2.0 and goes all 
the way through Master. And somewhere along the way, index.html starts to 
reference index.js where this line was moved to. 


> WebSQL test fail on Android 5.1
> ---
>
> Key: CB-8727
> URL: https://issues.apache.org/jira/browse/CB-8727
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, mobile-spec
>Affects Versions: Master, 3.2.0
> Environment: Android 5.1
>Reporter: Karen Tran
>Priority: Minor
>  Labels: android5.1, mobilespec, scrollByLines, websql
> Fix For: Master
>
>
> Regression testing Android 5.1 on mobile-spec. 
> WebSQL test fails immediately when trying to create a table. 
> Gets exception at line with the scrollByLines() method
> var databaseOutput = function(s) \{
> var el = document.getElementById("database_results");
> el.innerHTML = el.innerHTML + s + "";
> el.scrollByLines(2);
> \};
> To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test 
> so can be removed.
> My guess for why it breaks in Android 5.1 is that it is deprecated, though 
> just speculating after looking around for answers.
> Some sources regarding the fix:
> - 
> https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
> - https://crosswalk-project.org/jira/browse/XWALK-2502
> The earliest version of cordova this line is present in is 3.2.0 and goes all 
> the way through Master. And somewhere along the way, index.html starts to 
> reference index.js where this line was moved to. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-8727) WebSQL test fail on Android 5.1

2015-03-20 Thread Karen Tran (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karen Tran updated CB-8727:
---
Description: 
Regression testing Android 5.1 on mobile-spec. 
WebSQL test fails immediately when trying to create a table. 

Gets exception at line with the scrollByLines() method

{{var databaseOutput = function(s) \{
var el = document.getElementById("database_results");
el.innerHTML = el.innerHTML + s + "";
el.scrollByLines(2);
\};}}

To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test so 
can be removed.

My guess for why it breaks in Android 5.1 is that it is deprecated, though just 
speculating after looking around for answers.

Some sources regarding the fix:
- 
https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
- https://crosswalk-project.org/jira/browse/XWALK-2502

The earliest version of cordova this line is present in is 3.2.0 and goes all 
the way through Master. And somewhere along the way, index.html starts to 
reference index.js where this line was moved to. 

  was:
Regression testing Android 5.1 on mobile-spec. 
WebSQL test fails immediately when trying to create a table. 

Gets exception at line with the scrollByLines() method

var databaseOutput = function(s) \{
var el = document.getElementById("database_results");
el.innerHTML = el.innerHTML + s + "";
el.scrollByLines(2);
\};

To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test so 
can be removed.

My guess for why it breaks in Android 5.1 is that it is deprecated, though just 
speculating after looking around for answers.

Some sources regarding the fix:
- 
https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
- https://crosswalk-project.org/jira/browse/XWALK-2502

The earliest version of cordova this line is present in is 3.2.0 and goes all 
the way through Master. And somewhere along the way, index.html starts to 
reference index.js where this line was moved to. 


> WebSQL test fail on Android 5.1
> ---
>
> Key: CB-8727
> URL: https://issues.apache.org/jira/browse/CB-8727
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, mobile-spec
>Affects Versions: Master, 3.2.0
> Environment: Android 5.1
>Reporter: Karen Tran
>Priority: Minor
>  Labels: android5.1, mobilespec, scrollByLines, websql
> Fix For: Master
>
>
> Regression testing Android 5.1 on mobile-spec. 
> WebSQL test fails immediately when trying to create a table. 
> Gets exception at line with the scrollByLines() method
> {{var databaseOutput = function(s) \{
> var el = document.getElementById("database_results");
> el.innerHTML = el.innerHTML + s + "";
> el.scrollByLines(2);
> \};}}
> To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test 
> so can be removed.
> My guess for why it breaks in Android 5.1 is that it is deprecated, though 
> just speculating after looking around for answers.
> Some sources regarding the fix:
> - 
> https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
> - https://crosswalk-project.org/jira/browse/XWALK-2502
> The earliest version of cordova this line is present in is 3.2.0 and goes all 
> the way through Master. And somewhere along the way, index.html starts to 
> reference index.js where this line was moved to. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-8727) WebSQL test fail on Android 5.1

2015-03-20 Thread Karen Tran (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karen Tran updated CB-8727:
---
Description: 
Regression testing Android 5.1 on mobile-spec. 
WebSQL test fails immediately when trying to create a table. 

Gets exception at line with the scrollByLines() method

{quote}
var databaseOutput = function(s) \{
var el = document.getElementById("database_results");
el.innerHTML = el.innerHTML + s + "";
el.scrollByLines(2);
\};
{quote}

To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test so 
can be removed.

My guess for why it breaks in Android 5.1 is that it is deprecated, though just 
speculating after looking around for answers.

Some sources regarding the fix:
- 
https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
- https://crosswalk-project.org/jira/browse/XWALK-2502

The earliest version of cordova this line is present in is 3.2.0 and goes all 
the way through Master. And somewhere along the way, index.html starts to 
reference index.js where this line was moved to. 

  was:
Regression testing Android 5.1 on mobile-spec. 
WebSQL test fails immediately when trying to create a table. 

Gets exception at line with the scrollByLines() method

{{var databaseOutput = function(s) \{
var el = document.getElementById("database_results");
el.innerHTML = el.innerHTML + s + "";
el.scrollByLines(2);
\};}}

To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test so 
can be removed.

My guess for why it breaks in Android 5.1 is that it is deprecated, though just 
speculating after looking around for answers.

Some sources regarding the fix:
- 
https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
- https://crosswalk-project.org/jira/browse/XWALK-2502

The earliest version of cordova this line is present in is 3.2.0 and goes all 
the way through Master. And somewhere along the way, index.html starts to 
reference index.js where this line was moved to. 


> WebSQL test fail on Android 5.1
> ---
>
> Key: CB-8727
> URL: https://issues.apache.org/jira/browse/CB-8727
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, mobile-spec
>Affects Versions: Master, 3.2.0
> Environment: Android 5.1
>Reporter: Karen Tran
>Priority: Minor
>  Labels: android5.1, mobilespec, scrollByLines, websql
> Fix For: Master
>
>
> Regression testing Android 5.1 on mobile-spec. 
> WebSQL test fails immediately when trying to create a table. 
> Gets exception at line with the scrollByLines() method
> {quote}
> var databaseOutput = function(s) \{
> var el = document.getElementById("database_results");
> el.innerHTML = el.innerHTML + s + "";
> el.scrollByLines(2);
> \};
> {quote}
> To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test 
> so can be removed.
> My guess for why it breaks in Android 5.1 is that it is deprecated, though 
> just speculating after looking around for answers.
> Some sources regarding the fix:
> - 
> https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
> - https://crosswalk-project.org/jira/browse/XWALK-2502
> The earliest version of cordova this line is present in is 3.2.0 and goes all 
> the way through Master. And somewhere along the way, index.html starts to 
> reference index.js where this line was moved to. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-8728) Plugin File on Windows ignores write position set by seek function

2015-03-20 Thread Vladimir Avdonin (JIRA)
Vladimir Avdonin created CB-8728:


 Summary: Plugin File on Windows ignores write position set by seek 
function
 Key: CB-8728
 URL: https://issues.apache.org/jira/browse/CB-8728
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin File
Affects Versions: Master
 Environment: platfrom windows
Reporter: Vladimir Avdonin


write operation of FileWriter overwrites completely contents of existing file 
after write position was set by seek function. Automated tests for plugin only 
verify the length of writer object, but do not check the actual data written to 
file.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8728) Plugin File on Windows ignores write position set by seek function

2015-03-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-8728:


GitHub user vldmrrr opened a pull request:

https://github.com/apache/cordova-plugin-file/pull/106

CB-8728 fix write after seek on windows

write operation of FileWriter overwrites completely contents of existing 
file after write position was set by seek function. Automated tests for plugin 
only verify the length of writer object, but do not check the actual data 
written to file.

Changes included for code and tests.

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

$ git pull https://github.com/vldmrrr/cordova-plugin-file CB-8728

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

https://github.com/apache/cordova-plugin-file/pull/106.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 #106


commit ad64f0e03e33c6cf96d732f4b6dd0f8ba14d375b
Author: unknown 
Date:   2015-03-20T21:36:04Z

Use position set by seek when writing data.

commit 5c60410791873261065690123eab1a462d8271c6
Author: unknown 
Date:   2015-03-20T21:36:44Z

Verify data in tests for write after seek.




> Plugin File on Windows ignores write position set by seek function
> --
>
> Key: CB-8728
> URL: https://issues.apache.org/jira/browse/CB-8728
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File
>Affects Versions: Master
> Environment: platfrom windows
>Reporter: Vladimir Avdonin
>
> write operation of FileWriter overwrites completely contents of existing file 
> after write position was set by seek function. Automated tests for plugin 
> only verify the length of writer object, but do not check the actual data 
> written to file.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-5921) Cordova on iOS should use an XCWorkspace, or at least support using one.

2015-03-20 Thread Kevan Holdaway (JIRA)

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

Kevan Holdaway commented on CB-5921:


I think the priority of minor ignores the current landscape of iOS programming. 
 Workspaces and Cocoapods are used by most useful libraries. 

> Cordova on iOS should use an XCWorkspace, or at least support using one.
> 
>
> Key: CB-5921
> URL: https://issues.apache.org/jira/browse/CB-5921
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: iOS
>Reporter: Graham Mueller
>Priority: Minor
>  Labels: core
> Fix For: 4.0.0
>
> Attachments: build
>
>
> Hi Guys,
> Not sure what to log this as. It's not so much a bug as an incompatibility 
> with other frameworks. Anyway, this is specifically an issue with the build 
> process on iOS. Do with it what you will.
> If you're familiar with the CocoaPods framework, you'll know that on initial 
> install, it creates an XCWorkspace file, and instructs you to exclusively use 
> that afterwards. This is because the CocoaPods library adds itself as a 
> linked project that must be built, similar to Cordova/Phonegap. The 
> difference is that Cordova adds itself as a sub project, instead of a sibling 
> project (which is effectively the workspace goal, from my understanding, 
> though I'm having a hard time finding a good link to explain it better).
> So, I would suggest that Cordova moves to this setup as well -- it should 
> create the workspace that has both the Cordova project and your app project.
> Alternatively, if you don't want to go through and change that creation code, 
> it would be great if the CLI offered someway to specify what you want it to 
> build. I found the actual build script that's calling xcodebuild with a 
> -project flag in it (this is where -workspace would go). There is currently 
> no way to override this, so there is currently no way at all to support 
> workspaces (and consequently no way to use CocoaPods).
> Any thoughts or reasons not to do so?
> Thanks,
> Graham



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org