Login Register

alert

Problem - Ignoring a keypress from an alert dialog (in Firefox)???

Hello, everybody:

I've got a little application that checks the length of a text field, and if it's 5 characters long, it fires an xhrGet to get data to populate other fields in the form.

I'm using dojo.connect to add the function that responds to onKeyUp to the text field.

If the xhrGet doesn't return any data, the user is warned, and the user must enter data into the remaining fields by hand.

I'm using an alert() to let the user know that they have to enter data themselves.

The problem is this:

Syndicate content