#20807 closed defect (bug) (fixed)
EXIF ISOSpeedRatings can be an array
Reported by: | azaozz | Owned by: | azaozz |
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Upload | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
This trips wp_read_image_metadata(). Seems ISOSpeedRatings may include ISO Speed and ISO Latitude and is returned as array on Android devices.
Attachments (5)
Change History (14)
#2
follow-up:
↓ 3
@
13 years ago
Also hide the drag-drop area on mobile devices (this actually should be in plupload, uploader.features.dragdrop should be false for mobile).
#5
@
13 years ago
Rather than array_shift(), we should use reset().
Looking into this patch now and testing on my Android device.
#6
@
13 years ago
- Keywords has-patch commit added
Looks good. 20807.diff doesn't shuffle around code, and makes the array check a bit cleaner.
Tested and confirmed as working for an Android device. Suggesting commit.
Note: See
TracTickets for help on using
tickets.
20807.patch was tested on an Android phone (yes, images can be uploaded from there nicely).