Closed
Bug 930929
Opened 12 years ago
Closed 12 years ago
[Contacts] Contact's address information is not shown in the contact details view
Categories
(Firefox OS Graveyard :: Gaia::Contacts, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: isabelrios, Assigned: gtorodelvalle)
Details
Attachments
(1 file)
10/25 master build:
Gecko-0e4e017
Gaia-ed6b6eb
STR
1. Create a new contact
2. Add name, phone number and address information (street, zip code, city, country)
3. Tap on Done
4. Check the contact's details view
EXPECTED
All the information added to a contact should be shown fine
ACTUAL
The information about the address(street, zip code, city, country) is not shown in the contact's details view
Comment 1•12 years ago
|
||
It looks like this was found on 1.3. Are we sure this happens on 1.2? It could be related to the webidl issues we've been having. Just asking for the koi? nom.
Comment 2•12 years ago
|
||
Isabel, Please could you check whether this reproduces on v1.2?
Updated•12 years ago
|
Assignee: nobody → crdlc
Updated•12 years ago
|
Flags: needinfo?(isabelrios)
| Reporter | ||
Comment 3•12 years ago
|
||
Hi,
Cannot reproduce this on v1.2 (10/28 build):
Gecko-e8d81ae
Gaia-2ef9bc3
Flags: needinfo?(isabelrios)
| Assignee | ||
Updated•12 years ago
|
Assignee: crdlc → gtorodelvalle
| Assignee | ||
Comment 5•12 years ago
|
||
contact.hasOwnProperty(attr) is returning false even in the case when contact is a valid mozContact instance and attr is a contact property.
Attachment #825247 -
Flags: review?(jmcf)
Updated•12 years ago
|
blocking-b2g: --- → 1.3?
Comment 6•12 years ago
|
||
Comment on attachment 825247 [details]
13257.html
thanks Germán
Attachment #825247 -
Flags: review?(jmcf) → review+
| Assignee | ||
Comment 7•12 years ago
|
||
I created bug 933200 to track the hasOwnProperty() function issue on mozContact instances.
| Assignee | ||
Comment 8•12 years ago
|
||
Merged in master: https://github.com/mozilla-b2g/gaia/commit/7b11666842e7c79d87547c821c084d4c6fa70447
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 9•12 years ago
|
||
Comment on attachment 825247 [details]
13257.html
NOTE: Please see https://wiki.mozilla.org/Release_Management/B2G_Landing to better understand the B2G approval process and landings.
[Approval Request Comment]
[Bug caused by] (feature/regressing bug #): New mozContact WebIDL
[User impact] if declined: The postal address is not shown in the contact details
[Testing completed]: Tested in the device.
[Risk to taking this patch] (and alternatives if risky): Very low.
[String changes made]: None.
Attachment #825247 -
Flags: approval-gaia-v1.2?
Updated•12 years ago
|
Attachment #825247 -
Flags: approval-gaia-v1.2? → approval-gaia-v1.2?(francisco.jordano)
Comment 10•12 years ago
|
||
Have we observed this problem v1.2? The mozContact webidl changes are not being uplifted to v1.2, so I don't think this problem effects that branch.
Comment 11•12 years ago
|
||
Comment on attachment 825247 [details]
13257.html
(In reply to Ben Kelly [:bkelly] from comment #10)
> Have we observed this problem v1.2? The mozContact webidl changes are not
> being uplifted to v1.2, so I don't think this problem effects that branch.
you are totally right, this issue is not occuring on v1.2 branch so removing v1.2 approval. Thanks for raise it!
Attachment #825247 -
Flags: approval-gaia-v1.2?(francisco.jordano)
Comment 12•12 years ago
|
||
remove blocking flag. this is already in master (1.3)
blocking-b2g: 1.3? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•