Closed
Bug 799080
Opened 12 years ago
Closed 12 years ago
i us onblur to check input field, if error alert is displayed but on ok the .focus() back to the input bock doesnt work. ok on ie and chrome i us windows
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
People
(Reporter: johnbiz247, Unassigned)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari/537.4
Steps to reproduce:
on an input field i use onblur to go to a java script o verify that input as valid or not.
if valid an alert is give and use clicks the ok and then can proceed to next box. if not a valid entry an alert comes up saying bad input. when they press the ok in alert box, the document .focus should put the cursor back to the invalid input box.
Actual results:
the cursor doent go back and i can continue to next input that i point to
Expected results:
until the correct of the onblur input box is made the cursor should go back to the invalid input box. this is very important to my business for it is used to validate customers checks routing numbers against fraud or mistaken input. works great on ei and chrome
Updated•12 years ago
|
Group: core-security
Updated•12 years ago
|
Attachment #669109 -
Attachment mime type: text/plain → text/html
Comment 3•12 years ago
|
||
looks like a dupe of bug 53579
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•