UIImagePickerControllerEditedImage diregards user edited image. (Grabs only upper right)

Originator:adrian.crutchfield
Number:rdar://23064049 Date Originated:10/11/2015
Status:Open Resolved:
Product:iOS Product Version:9.0.2
Classification:Serious Bug Reproducible:Yes
 
Summary:
When grading the UIImagePickerControllerEditedImage object from the info dictionary in the UIImagePickerDelegate
-(void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info

        UIImage *editedImage = [info objectForKey:UIImagePickerControllerEditedImage];

editedImage results in only the upper left hand corner of the selected image.


Steps to Reproduce:
1. Present a UIImagePickerController with editing enabled.
2. Select an image
3. Resize or not (doesn’t matter)
4. Dismiss picker by selecting “Use”
5. fetch [info objectForKey:UIImagePickerControllerEditedImage]
6. Image is not what was selected.


Expected Results:
[info objectForKey:UIImagePickerControllerEditedImage] should contain the user edited image.

Actual Results:
[info objectForKey:UIImagePickerControllerEditedImage] contains upper left hand corner of original image.

Regression:
Alway occurs, but did not occur prior to iOS 9

Notes:
None

Comments

Hi, I wonder if it's reported in "bugreport.apple.com" so Apple has seen it. ¿Is it possible to be an open issue since 2015??


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!