Closed
Bug 893719
Opened 12 years ago
Closed 12 years ago
[SD card] Vcard parser should deal with the case: number of contacts is zero
Categories
(Firefox OS Graveyard :: Gaia::Contacts, defect)
Tracking
(blocking-b2g:leo+, b2g18 fixed, b2g-v1.1hd fixed)
RESOLVED
FIXED
| blocking-b2g | leo+ |
People
(Reporter: crdlc, Assigned: crdlc)
Details
(Whiteboard: [LeoVB+])
Attachments
(1 file)
I've found some cases where the vcard_parser library after parsing has 0 contacts to import so the overlay is not hidden
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → crdlc
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #775583 -
Flags: review?(sergi.mansilla)
Comment 2•12 years ago
|
||
Comment on attachment 775583 [details]
Patch v1
Looks goot to merge. r+
Attachment #775583 -
Flags: review?(sergi.mansilla) → review+
Comment 3•12 years ago
|
||
And by 'goot', I mean good.
Comment 4•12 years ago
|
||
Merged at be526e2381cdc62dc50b7203385a4650aefd40a7
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
blocking-b2g: --- → leo?
Comment 5•12 years ago
|
||
leo? requested because in case no contacts are importable in the memory card, the import dialog gets stuck. Pretty low risk and important.
Comment 6•12 years ago
|
||
(In reply to Sergi Mansilla from comment #5)
> leo? requested because in case no contacts are importable in the memory
> card, the import dialog gets stuck. Pretty low risk and important.
Please describe what you mean by "stuck". Thanks!
| Assignee | ||
Comment 7•12 years ago
|
||
He means frozen, it is not hidden anymore, just killing contacts app
Comment 8•12 years ago
|
||
Triage - Leo will take this based on comments 5 and 7.
:crdlc - can you check also if this is related to Bug 893411
blocking-b2g: leo? → leo+
Flags: needinfo?(crdlc)
| Assignee | ||
Comment 9•12 years ago
|
||
Umm interesting, could be, because if vcard_parser library parses and detects some error like non ascii characters or whatever, the result could be zero and the curtain will never hide. I detected it when I tried to import my personal vcard bad formed. Ask to someone to test this patch maybe we can kill two birds with one stone ;) I don't know actually if this expression exists in English jejeje, I mean, one fix for two bugs. Thanks
Flags: needinfo?(crdlc)
Comment 10•12 years ago
|
||
I was not able to uplift this bug to v1-train. If this bug has dependencies which are not marked in this bug, please comment on this bug. If this bug depends on patches that aren't approved for v1-train, we need to re-evaluate the approval. Otherwise, if this is just a merge conflict, you might be able to resolve it with:
git checkout v1-train
git cherry-pick -x -m1 be526e2381cdc62dc50b7203385a4650aefd40a7
<RESOLVE MERGE CONFLICTS>
git commit
Flags: needinfo?(crdlc)
| Assignee | ||
Comment 11•12 years ago
|
||
Flags: needinfo?(crdlc)
Updated•12 years ago
|
status-b2g18:
--- → fixed
Comment 12•12 years ago
|
||
v1.1.0hd: 55533c667ed78ba05e0b9616d48043b33308a2c5
status-b2g-v1.1hd:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•