History | Log In     View a printable version of the current page.  
Issue Details (XML)

Key: SDK-14684
Type: Minor Enhancement Minor Enhancement
Status: Closed Closed
Resolution: Fixed
Priority: C C
Assignee: Jacob Goldstein
Reporter: D Beresford
Votes: 2
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Flex SDK

Un-hardcode the 10 digit limit in PhoneNumberValidator

Created: 02/19/08 08:31 AM   Updated: 05/11/09 03:12 PM
Component/s: Validators
Security Level: Public (All JIRA Users )

Severity: Usability Issue
Reproducibility: Every Time
Discoverability: High
Found in Version: SDK Flex 3.0.1
Milestone: SDK Gumbo - Release
Affected OS(s): All OS Platforms - All
Steps to Reproduce:
Steps to reproduce:
1. Attempt to change the 10 digit limit in PhoneNumberValidator to 8
2. Find it not possible (see line 159, '10' is hardcoded)
3. Solution was to create our own custom 'MinLimitPhoneNumberValidator'
 
 Actual Results:
 not possible to change
 
 Expected Results:
 this class should have a 'minLimit' attribute instead of 10 being hardcoded
 
 Workaround (if any):
 we created our own custom MinLimitPhoneNumberValidator
 
 
Language Found: English
Bugbase Id: none
Triaged: Yes
Regression: No
QA Owner: Kishan Venkataramana
Resolved by: Jason Szeto
Participants: Claudio Bertoldi, D Beresford, Jacob Goldstein, Jason Szeto, Joan Lafferty, Jody Zhang and Lauren Park
Browser: Firefox 2.x
JDK: Sun 1.6.x


 All   Comments      Sort Order:
Claudio Bertoldi - [09/15/08 12:32 PM ]
It's incredible that this bug isn't be fixed yet.

Lauren Park - [01/19/09 05:47 PM ]
re-assigned.

Joan Lafferty - [02/19/09 12:26 PM ]
Internal Review -> Open for Gumbo Release

Jason Szeto - [03/27/09 06:35 PM ]
Added a minDigits property to PhoneNumberValidator. Added new resource string to Validator.properties.

Fixed in Revision 5687

Lauren Park - [04/01/09 08:03 PM ]
Re-assigned to Jacob for verification and closure.

Jacob Goldstein - [05/11/09 03:12 PM ]
Verified fix, closing issue