Closed
Bug 858339
Opened 12 years ago
Closed 12 years ago
PhoneNumberJS: Fix colombian phone numbers without the leading +
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
People
(Reporter: gwagner, Assigned: gwagner)
Details
Attachments
(1 file)
2.29 KB,
patch
|
bent.mozilla
:
review+
|
Details | Diff | Splinter Review |
https://github.com/andreasgal/PhoneNumber.js/pull/18
Colombian mobile numbers can be called without the leading "+". Google's libphonenumber supports it but PhoneNumber.js doesn't.
The problem is that PhoneNumber.js first checks that the number is a possible national number and if it isn't then it checks if it can be an international number without the leading "+".
The check of possible national numbers more loose than the check of being an international number, so most international numbers without the leading "+" are considered national numbers.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #733653 -
Flags: review?(gal)
Assignee | ||
Comment 2•12 years ago
|
||
We should take it if Columbia is one of the initial target markets.
blocking-b2g: --- → tef?
Comment on attachment 733653 [details] [diff] [review]
patch
Review of attachment 733653 [details] [diff] [review]:
-----------------------------------------------------------------
Stealing, r=me.
Attachment #733653 -
Flags: review?(gal) → review+
Updated•12 years ago
|
blocking-b2g: tef? → tef+
Updated•12 years ago
|
status-b2g18:
--- → affected
status-b2g18-v1.0.1:
--- → affected
Assignee | ||
Comment 4•12 years ago
|
||
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
Comment 6•12 years ago
|
||
https://hg.mozilla.org/releases/mozilla-b2g18/rev/2ff11a06ea81
https://hg.mozilla.org/releases/mozilla-b2g18_v1_0_1/rev/2f644c14f333
status-b2g18-v1.0.0:
--- → wontfix
status-firefox21:
--- → wontfix
status-firefox22:
--- → wontfix
status-firefox23:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•