Closed
Bug 908207
Opened 12 years ago
Closed 12 years ago
[Contacts] Name is not displayed in contact details if last name is not provided
Categories
(Firefox OS Graveyard :: Gaia::Contacts, defect)
Tracking
(blocking-b2g:koi+)
VERIFIED
FIXED
| blocking-b2g | koi+ |
People
(Reporter: salva, Assigned: salva)
References
Details
(Whiteboard: [u=commsapps-user c=contacts p=1])
Attachments
(1 file)
STR:
1- Open Contacts
2- Add a new contact. Provide ONLY name.
3- Save the contact. Ignore any attempt to merge with another contact.
4- Look for the contact added in step 2.
5- See contact details.
Expected:
Name is shown in the header of the screen.
Actual:
The header is empty.
Updated•12 years ago
|
Whiteboard: [u=commsapps-user c=contacts p=0]
Updated•12 years ago
|
blocking-b2g: koi? → koi+
| Assignee | ||
Comment 2•12 years ago
|
||
Bux 906756 landed. I've checked the STR. It is not reproducing.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 3•12 years ago
|
||
When calling contact activity from other apps (for example SMS), after saving a contact with name 'Robert' and phone number '123':
EXPECTED:
{"name":"Robert","number":"123","type":"","carrier":"","separator":"","nameHTML":"","numberHTML":""}
CURRENTLY:
{"name":"123","number":"123","type":"","carrier":"","separator":"","nameHTML":"","numberHTML":""}
Reopening
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•12 years ago
|
Summary: [Contacts] Name is not displayed in contact details if last name is not provided → [Contacts] Name is not filled properly when requesting activity from Contacts App
Updated•12 years ago
|
OS: Linux → Gonk (Firefox OS)
Hardware: x86_64 → ARM
Whiteboard: [u=commsapps-user c=contacts p=0] → [u=commsapps-user c=contacts p=1]
Comment 4•12 years ago
|
||
Im going to investigate this because is blocking some SMS/MMS work. Taking this!
Updated•12 years ago
|
Assignee: salva → fbsc
Comment 5•12 years ago
|
||
After debugging it's issue is tied to SMS. With new activity made by Fernando, this seems not reproducible anymore. Moving all work to the bug related with SMS.
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Whiteboard: [u=commsapps-user c=contacts p=1] → [u=commsapps-user c=contacts p=0]
| Assignee | ||
Comment 6•12 years ago
|
||
As bug 906756 has been reopen this bug has reappeared.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Updated•12 years ago
|
Summary: [Contacts] Name is not filled properly when requesting activity from Contacts App → [Contacts] Name is not displayed in contact details if last name is not provided
| Assignee | ||
Updated•12 years ago
|
Assignee: fbsc → salva
| Assignee | ||
Comment 7•12 years ago
|
||
Attachment #800192 -
Flags: review?(jmcf)
| Assignee | ||
Updated•12 years ago
|
Whiteboard: [u=commsapps-user c=contacts p=0] → [u=commsapps-user c=contacts p=1]
Comment 8•12 years ago
|
||
Comment on attachment 800192 [details]
Fix name creation taking noting givenName and familyName are arrays.
thanks Salva, for fixing this.
Attachment #800192 -
Flags: review?(jmcf) → review+
Comment 9•12 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Comment 10•12 years ago
|
||
Verified on v1.2 11/18 build:
Gecko-1443247
Gaia-7a23f8c
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•