Closed
Bug 1067263
Opened 11 years ago
Closed 11 years ago
[call log]When save two different call records to a contact, interface of two call numbers in call log show the same
Categories
(Firefox OS Graveyard :: Gaia::Dialer, defect)
Tracking
(tracking-b2g:backlog, b2g-v1.4 affected, b2g-v2.0 affected)
RESOLVED
DUPLICATE
of bug 877956
| tracking-b2g | backlog |
People
(Reporter: ben.song, Unassigned)
Details
Attachments
(1 file)
|
4.00 MB,
image/jpeg
|
Details |
PROCEDURE
1. add three call log,these phone number:10010,1001011,100101111.
2. save call log like phone number 1001011 as a new contact:aa.
3. save call log like phone number 100101111 as a existing contact:aa.
4. save call log like phone number 10010 as a existing contact:aa.
EXPECTED
The phone number view in the three old call log is diferent.And when you call 10010,call interface show 10010.
ACTUAL
The phone number view in the three old call log is the same:100101111.And when you call 10010,call interface show 100101111.
It will dissapear when closing/opening the app
[Blocking Requested - why for this release]:
blocking-b2g: --- → 2.0?
QA Whiteboard: qawanted
status-b2g-v1.4:
--- → affected
status-b2g-v2.0:
--- → affected
Comment 2•11 years ago
|
||
Changing the component to dialer, IMHO, this shouldn't be a blocker.
Component: Gaia::Contacts → Gaia::Dialer
The origin of this problem is function bestMatch in /gaia/shared/simple_phone_matcher.js.The judgment mechanism in this function is unreasonable.It would determine whether two numbers for the same number by determining whether it contains to each other rather than to determine whether they are strict equal.It makes something display in the call logs which have insert in contacts is not their origin phone number,but a maximum number which include the origin number in their common contact,in addition displaying on the screen when you call the original phone through the call logs is also not the origin number,it would take bad experience to users.
Comment 4•11 years ago
|
||
Triage:Not blocking, it's not a regression. We put in the backlog to be handled later
blocking-b2g: 2.0? → backlog
Updated•11 years ago
|
| Assignee | ||
Updated•11 years ago
|
blocking-b2g: backlog → ---
tracking-b2g:
--- → backlog
You need to log in
before you can comment on or make changes to this bug.
Description
•