Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D078C186C0 for ; Fri, 16 Oct 2015 19:40:05 +0000 (UTC) Received: (qmail 76949 invoked by uid 500); 16 Oct 2015 19:40:05 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 76922 invoked by uid 500); 16 Oct 2015 19:40:05 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 76907 invoked by uid 99); 16 Oct 2015 19:40:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Oct 2015 19:40:05 +0000 Date: Fri, 16 Oct 2015 19:40:05 +0000 (UTC) From: "Richard B Knoll (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CB-4937) Weird Crop When using allowEdit on iOS7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-4937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard B Knoll resolved CB-4937. --------------------------------- Resolution: Cannot Reproduce > Weird Crop When using allowEdit on iOS7 > --------------------------------------- > > Key: CB-4937 > URL: https://issues.apache.org/jira/browse/CB-4937 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin Camera > Affects Versions: 2.6.0 > Environment: iOS > Reporter: Greg > Assignee: Richard B Knoll > Fix For: 3.6.0 > > > When taking a picture using the following syntax (Camera or Library): > {{navigator.camera.getPicture(success, fail, {quality: 45, destinationType: destinationType.FILE_URI, sourceType: pictureSource.CAMERA, correctOrientation: true, encodingType: encoding.JPEG, saveToPhotoAlbum: true, allowEdit: true});}} > And the user edits the photo by trying to scale in or out, 10px of the picture is cropped on the right (showing a black bar on the right). This is only affected on iOS7. > See this for an example: https://untappd.s3.amazonaws.com/photo/2013_09_24/cfff83f5b72cc29b2377b49a7790e505_raw.jpg > This is the raw uploaded photo (resized to 50%). > Replication Steps: > 1. Download Untappd for iOS > 2. Check-in a beer, and then add a photo (choose camera) > 3. Take photo in portrait mode. > 4. Touch the picture to zoom in or out on the Edit Screen > 5. You won't be able to see the crop picture until you posted it. So check-in your beer. You might be able to see a little bit of the picture not shown behind the "Change Photo" button. > 6. Tap the Profile Icon, so see your last check-in and you will see the picture cropped with a black-bar on the right-side on your first check-in. > Is there any fix for this? > -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org