D
Dave Weeden
Hi,
I seem to have found a bug in the regular expression validator under firefox
2.0.0.15 when I use saved form field values. Specifically I have an email
address validator for a text box that uses the expression below.
^\s*([a-zA-Z0-9_-]+\.)*[a-zA-Z0-9_-]+@([a-zA-Z0-9_-]+\.)+[a-zA-Z]{2,4}\s*$
When I first enter an email address such as (e-mail address removed) everything works as
expected. On subsequent visits to the form, when I type the 'a' character
the text box spawns a drop down within which I can select (e-mail address removed) using the
arrow keys and confirm the selection using the enter key.
At that point my red "invalid email" address of the validator comes up
though I can actually submit the form no problem as the data entered should
in fact pass validation and does in fact do so during submission. The
message should not be coming up at all.
Also, strangely enough when I select that saved form value using the mouse
the eror message does not come up.
Could anyone shed any light on this issue?
Thanks,
Dave
I seem to have found a bug in the regular expression validator under firefox
2.0.0.15 when I use saved form field values. Specifically I have an email
address validator for a text box that uses the expression below.
^\s*([a-zA-Z0-9_-]+\.)*[a-zA-Z0-9_-]+@([a-zA-Z0-9_-]+\.)+[a-zA-Z]{2,4}\s*$
When I first enter an email address such as (e-mail address removed) everything works as
expected. On subsequent visits to the form, when I type the 'a' character
the text box spawns a drop down within which I can select (e-mail address removed) using the
arrow keys and confirm the selection using the enter key.
At that point my red "invalid email" address of the validator comes up
though I can actually submit the form no problem as the data entered should
in fact pass validation and does in fact do so during submission. The
message should not be coming up at all.
Also, strangely enough when I select that saved form value using the mouse
the eror message does not come up.
Could anyone shed any light on this issue?
Thanks,
Dave