Closed
Bug 862351
Opened 12 years ago
Closed 12 years ago
[CONTACTS] Backend is sending us duplicate (or triplicate some times) contacts
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
FIXED
| blocking-b2g | tef+ |
People
(Reporter: Bebe, Assigned: reuben)
References
Details
(Whiteboard: [fromAutomation][fixed-in-birch])
Attachments
(1 file)
|
4.12 KB,
patch
|
gwagner
:
review+
|
Details | Diff | Splinter Review |
STR:
1. open dialer
2. dial number
3. tap add contact
4. enter contact name
5. save
6. open contacts tab
Expected:
6. The contact is added
Actual:
6. 2 exactly the same (duplicate) contacts are added in to contacts
This was found by:
http://qa-selenium.mv.mozilla.com:8080/job/b2g.unagi.gaia.v1-train.ui/520/testReport/%28root%29/TestDialerAddContact/test_dialer_add_contact/
Updated•12 years ago
|
Assignee: nobody → francisco.jordano
Comment 1•12 years ago
|
||
Taking a look to this.
Updated•12 years ago
|
Whiteboard: [fromAutomation]
Comment 2•12 years ago
|
||
We have been looking to this and the first impression is that backend is sending us the contacts duplicated (or triplicated) when using the cursor.
Asking our colleagues from backend to confirm this.
Thanks
Flags: needinfo?(reuben.bmo)
| Assignee | ||
Comment 3•12 years ago
|
||
I can't reproduce this on b2g18 + Gaia master, and I can't see anything in the backend code that looks like it could be causing this. I also just landed tests to getall that should make sure we don't do this (as long as it happens in desktop as well).
Francisco, as we discussed, please flag me again if you can reproduce this in an updated build.
Flags: needinfo?(reuben.bmo)
Comment 4•12 years ago
|
||
Flagging again Reuben :)
We both saw on the device how we were getting triple contacts when asking the backend.
Thanks!
Flags: needinfo?(reuben.bmo)
Comment 5•12 years ago
|
||
I am experiencing the same issue.
I also cannot add any contacts that start with the same letter as the contacts that got tripled.
A separate bug has been logged for that issue. Bug 863017
Comment 6•12 years ago
|
||
Rewording the bug title as may lead to errors.
Summary: [CONTACTS][DIALER] Adding a contact from dialer results on duplicate contacts → [CONTACTS] Backend is sending us duplicate (or triplicate some times) contacts
| Assignee | ||
Updated•12 years ago
|
Assignee: francisco.jordano → reuben.bmo
Component: Gaia::Contacts → DOM: Device Interfaces
Product: Boot2Gecko → Core
Updated•12 years ago
|
blocking-b2g: --- → tef?
Updated•12 years ago
|
blocking-b2g: tef? → tef+
| Assignee | ||
Comment 8•12 years ago
|
||
Attachment #739124 -
Flags: review?(anygregor)
Updated•12 years ago
|
Whiteboard: [fromAutomation] → [fromAutomation][status: has patch, needs review gwagner]
Comment 9•12 years ago
|
||
Comment on attachment 739124 [details] [diff] [review]
Don't enqueue messages sent to a different inner window
Review of attachment 739124 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/contacts/ContactManager.js
@@ +474,5 @@
> + debug(result[i].name);
> + } else {
> + debug("null contact");
> + }
> + }
Remove!
Attachment #739124 -
Flags: review?(anygregor) → review+
| Assignee | ||
Comment 10•12 years ago
|
||
| Assignee | ||
Updated•12 years ago
|
Whiteboard: [fromAutomation][status: has patch, needs review gwagner] → [fromAutomation][fixed-in-birch]
Comment 11•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
| Assignee | ||
Comment 12•12 years ago
|
||
https://hg.mozilla.org/releases/mozilla-b2g18/rev/5044b1c63922
https://hg.mozilla.org/releases/mozilla-b2g18_v1_0_1/rev/f722db15bab4
status-b2g18:
--- → fixed
status-b2g18-v1.0.0:
--- → wontfix
status-b2g18-v1.0.1:
--- → fixed
Target Milestone: mozilla23 → ---
Comment 14•12 years ago
|
||
Contacts are not duplicated nor triplicated when added to address book
Unagi
Build ID: 20130501070205
Kernel Date: Dec 5
Gecko: http://hg.mozilla.org/releases/mozilla-b2g18/rev/765d296cff66
Gaia: e420d71c9528786621f176fb4ce67d291e0a530e
You need to log in
before you can comment on or make changes to this bug.
Description
•