Closed
Bug 813030
Opened 13 years ago
Closed 13 years ago
[contacts] [gallery] Not able to add a photo from gallery to a contact
Categories
(Firefox OS Graveyard :: Gaia::Contacts, defect, P1)
Tracking
(blocking-basecamp:+)
VERIFIED
FIXED
| blocking-basecamp | + |
People
(Reporter: carlosmartinez, Assigned: vingtetun)
References
Details
Attachments
(1 file)
|
582 bytes,
patch
|
vingtetun
:
review+
|
Details | Diff | Splinter Review |
Tested with unagi with:
gaia 620399e
gecko 85d0121
STR:
1-Open contacts app
2-Create a new contact
3-Tap in the + symbol to add a photo
4-Select add from gallery
Expected result --> You can select the photo, crop it if needed and finally add it to the contact
Actul result --> Gallery app is crashing
Comment 2•13 years ago
|
||
What does `adb logcat` says?
Updated•13 years ago
|
Component: Gaia → Gaia::Contacts
Updated•13 years ago
|
blocking-basecamp: ? → +
Priority: -- → P1
Comment 3•13 years ago
|
||
Actul result --> Gallery app is crashing and the device restarts the first two times. After I can select the photo properly.
Updated•13 years ago
|
QA Contact: dflanagan
Comment 4•13 years ago
|
||
I'm getting a NO_PROVIDER DOMError in logcat with last gecko/gaia. Not sure it was the initial bug, but that's the current result.
Comment 5•13 years ago
|
||
Andread, could you check if the issue in comment 4 doesn't come from your patch?
Updated•13 years ago
|
Assignee: nobody → amarchesini
Comment 7•13 years ago
|
||
Attachment #684388 -
Flags: review?(mounir)
Comment 8•13 years ago
|
||
Comment on attachment 684388 [details] [diff] [review]
patch
Review of attachment 684388 [details] [diff] [review]:
-----------------------------------------------------------------
I'm not a Gaia peer.
Attachment #684388 -
Flags: review?(mounir) → review?(21)
Comment 9•13 years ago
|
||
This bug is a duplicate of 813462 but I would like to see this patch landed as well becuase there are no reasons to have width/height in the activity: the image is resize at 'onsuccess' in any case.
| Assignee | ||
Updated•13 years ago
|
Attachment #684388 -
Flags: review?(21) → review+
| Assignee | ||
Comment 10•13 years ago
|
||
https://github.com/mozilla-b2g/gaia/commit/992e8783b440597ad9aecd505806f163ffea89ea
It seems like this is also hard to create sms from the contact edition page since your changes? Do you mind having a look?
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 11•13 years ago
|
||
I already submitted a patch for that.
Comment 12•13 years ago
|
||
(In reply to Andrea Marchesini (:baku) from comment #9)
> This bug is a duplicate of 813462 but I would like to see this patch landed
> as well becuase there are no reasons to have width/height in the activity:
> the image is resize at 'onsuccess' in any case.
As far as I know, the size is used by the gallery for cropping. Is resized in the onsuccess because the Camera is not allowing to crop after taking the picture.
Comment 13•13 years ago
|
||
Please revert the patch from this bug. The width and height properties allow the gallery to provide an image of the correct size. And more importantly, they tell the gallery what the desired aspect ratio of the image is, and affect the way it does cropping. Without those parameters, the gallery would allow the user to crop the image at any aspect ratio, even though the contacts app really wants a square image.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•13 years ago
|
Assignee: amarchesini → 21
| Assignee | ||
Comment 15•13 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•