[TIMOB-17736] iOS: Titanium.Filesystem.File.write - Images don't save properly
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-09-22T21:36:31.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 3.4.0 |
Components | iOS |
Labels | TCSupportTriage, qe-automatedtest |
Reporter | Julien PILLAUD |
Assignee | Mauro Parra-Miranda |
Created | 2014-09-18T08:07:35.000+0000 |
Updated | 2015-01-09T17:25:32.000+0000 |
Description
Steps to Reproduce
I use Titanium Studio 3.4.0.201409161931 and Titanium SDK 3.4.0.v20140909222515 I have a function for save an image from the iphone bibliotheque into the app. Before update to the last version of Titanium for test to iOs8 they worked correctly.Actual Result
0Expected Result
The height of the imageAttachments
File | Date | Size |
---|---|---|
.log | 2014-09-18T08:07:37.000+0000 | 75382 |
diagnostic5169934058346045574.log | 2014-09-18T08:07:47.000+0000 | 15228 |
index.js | 2014-09-18T08:07:48.000+0000 | 623 |
Linked tickets
Issue no longer reproduces using: Mac OSX 10.9.4 Appcelerator Studio, build:3.4.0.201409161950 Titanium SDK build: 3.4.0.v20140922070914, 3.4.0.v20140905152516 Titanium CLI, build: 3.4.0-rc4 Alloy: 1.5.0-rc3 Xcode6.0.1 iPhone Device 6 Plus (8.0) Used the test code provided and ran to an iOS8 device using the latest 3.4.0 sdk(3.4.0.v20140922070914). After selecting an image the logo pops up and the height of the image is displayed. Rolled my SDK back to SDK used above(3.4.0.v20140905152516) and the issue does appear so has been fixed in the latest SDK.
The problem is solved with the sdk 3.4.0.v20140916181713
Resolved by TIMOB-17692
Verified fix on: Mac OSX 10.9.4 Appcelerator Studio, build:3.4.0.201409161950 Titanium SDK build: 3.4.0.v20140922135716 Titanium CLI, build: 3.4.0-rc4 Alloy: 1.5.0-rc3 Xcode6.0.1 iPhone Device 6 Plus (8.0) Using the provided test code I selected an image, the alert given from the application displayed the image height correctly. Closing ticket.