Closed
Bug 386028
Opened 19 years ago
Closed 19 years ago
Javascript's problem
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: info, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
This page works perfectly in Internet explorer. We've verified our code but it's all correct! (JavaScript)
Reproducible: Always
Steps to Reproduce:
1. Insert a valid e-mail address
2. Blur the field
3. Focus the field
4. Repeat step 2 and 3 and see that the error change
Expected Results:
Show ok
Comment 1•19 years ago
|
||
Please can you state what you are seeing and what you are expecting to see.
| Reporter | ||
Comment 2•19 years ago
|
||
we expect to see "OK" when a user inputs a valid e-mail address
| Reporter | ||
Comment 3•19 years ago
|
||
but javascript gives always a different message
Comment 4•19 years ago
|
||
This is a problem with your javascript, you should remove the global flag from your email regexp (it is not doing anything anyway). The ignore case flag is equally unused but not part of the problem.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•